Photoshop for PublishingColor and Graphic Formats for the Web |
|||||||||||
|
|||||||||||
RGB Color Values for CYMK colors |
||||
Cyan
Hex: 00FFFF |
Magenta
Hex: #FF00FF |
Yellow
Hex: #FFFF00 |
Black
Hex: 000000 |
White
Hex: #FFFFFF |
Just to complicate things further, in component video, the RGB model is sometimes called R-Y, B-Y and Y, or simply RBY where the Y channel carries green plus luminance (brightness) information.


The Photoshop Color Picker has a Check Box at the bottom which will limit your color choices to "Web-safe" colors which are those colors which are definable in Hexidecimal. Red, demonstrated above, is FF0000 in Hexidecimal.
|
|
GIF: When the Internet was still being developed, all communication was in text. Formatting codes were created which mimiced old Word Processing Programs so that text documents such as thesis papers could be communicated from University to University with their formatting intact. GIF
files support a maximum of 256 colors, which makes them ideal
for bold, limited pallete graphics such as line drawings, cartoons
and logos. It also supports transparency and animation. It does
fall short on photographic images however, where JPEG
is the preferred format. The most common method of reducing the
size of GIF files is to selectively reduce the number of colors
the file uses. The example at right is a table of 32 colors which
defines the colors for the bouncing ball shown above.
Photoshop can calculate these colors using one of several color reduction algorithms:
The GIF format has remained one of the most popular formats on the Internet. It is especially good for compressing areas of images with large areas of the same color, and for creation of frame-based online animations. The GIF89a formats supports transparency, and interlacing. A good tutorial on making an animated gif can be found at: http://creativetechs.com/tipsblog/build-animated-gifs-in-photoshop/ |
|
|
The JPEG format supports 16.7 million colors, and is therefore the primary compression scheme used for photographic images. The internal compression algorithm of the JPEG format, unlike the GIF format, discards information, and so it is considered a "lossy" format. Depending on what settings you use, the thrown out data may or may not be readily visible. Some Web images can be compressed greatly and still function quite adequately. However, once you compress the image and save it, the lost data will remain lost. It is best to keep and edit non-compressed originals, and then save an optimized copy in JPEG format. |
|
PNG (pronounced PING), Portable Network Graphics, is one of the newest file formats created for the Web. The PNG format was designed to replace the older and simpler GIF format and, to some extent, the much more complex TIFF format. Unisys, who owned the LZW compression scheme used by GIF files, started charging license fees for creating software that reads or writes GIF files, including website owners who used GIF images. This eventually triggered the development of PNG, in 1995, but some browsers have been slow to support the new format. PNG really has three main advantages over GIF: alpha channels (variable transparency), gamma correction (cross-platform control of image brightness), and two-dimensional interlacing (a method of progressive display). PNG provides many of the features of the GIF format, including streaming and progressive file formats. It also provides greater depth of color, up to 24 bit color, allowing for partial transparency such as drop shadows. However, as yet, it is not fully supported, and it does not yet support animation. |
If you can see this image, then your browser supports PNG images. |