Shades of Gossamer #409F8C
Tints of Gossamer #409F8C
RGB
CMYK
RGB Variations
Color information
#409F8C (or 0x409F8C) is known color: Gossamer. HEX triplet: 40, 9F and 8C. RGB value is (64,159,140). Sum of RGB (Red+Green+Blue) = 64+159+140=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #409F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409F8C is #BF6073. Grayscale: #808080. Windows color (decimal): -12542068 or 9215808. OLE color: 9215808.
HSL color Cylindrical-coordinate representation of color #409F8C: hue angle of 168º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409F8C is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 159 | 140 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.38 |
| HSL | 168º | 0.43% | 0.44% | - |
| HSV(B) | 168º | 0.6% | 0.62% | - |
| XYZ | 19.25 | 27.78 | 29.16 | - |
| YUV | 128.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 140 | 0.60 | 0 | 0.12 | 0.38 | 168 | 0.43 | 0.44 |
| Hex | 40 | 9F | 8C | 3C | 0 | C | 26 | A8 | 2B | 2C |
| Octal | 100 | 237 | 214 | 74 | 0 | 14 | 46 | 250 | 53 | 54 |
| Binary | 1000000 | 10011111 | 10001100 | 111100 | 0 | 1100 | 100110 | 10101000 | 101011 | 101100 |
Color Harmonies of #409F8C
Complementary color
Monochromatic Colors of #409F8C
Black with #409F8C
Text Example
Text Example
White with #409F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409F8C; }
p { color: rgb(64,159,140); }
H1.HeaderClassName
{
color: #409F8C;
}
.AnyTagClassName
{
color: #409F8C;
}
</style>
background-color css
<style>
a { background-color: #409F8C; }
a { background-color: rgb(64,159,140); }
div.DivClassName
{
background-color: #409F8C;
}
.BgClassName
{
background-color: #409F8C;
}
</style>
border-color css
<style>
span { border-color: #409F8C; }
span { border-color: rgb(64,159,140); }
td.TdClassName
{
border-color: #409F8C;
}
.TagClassName
{
border-color: #409F8C;
}
</style>