Shades of Gossamer #409887
Tints of Gossamer #409887
RGB
CMYK
RGB Variations
Color information
#409887 (or 0x409887) is known color: Gossamer. HEX triplet: 40, 98 and 87. RGB value is (64,152,135). Sum of RGB (Red+Green+Blue) = 64+152+135=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #409887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409887 is #BF6778. Grayscale: #7B7B7B. Windows color (decimal): -12543865 or 8886336. OLE color: 8886336.
HSL color Cylindrical-coordinate representation of color #409887: hue angle of 168.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409887 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 135 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.40 |
| HSL | 168.41º | 0.41% | 0.42% | - |
| HSV(B) | 168.41º | 0.58% | 0.6% | - |
| XYZ | 17.72 | 25.3 | 26.87 | - |
| YUV | 123.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 135 | 0.58 | 0 | 0.11 | 0.40 | 168.41 | 0.41 | 0.42 |
| Hex | 40 | 98 | 87 | 3A | 0 | B | 28 | A8 | 29 | 2A |
| Octal | 100 | 230 | 207 | 72 | 0 | 13 | 50 | 250 | 51 | 52 |
| Binary | 1000000 | 10011000 | 10000111 | 111010 | 0 | 1011 | 101000 | 10101000 | 101001 | 101010 |
Color Harmonies of #409887
Complementary color
Monochromatic Colors of #409887
Black with #409887
Text Example
Text Example
White with #409887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409887; }
p { color: rgb(64,152,135); }
H1.HeaderClassName
{
color: #409887;
}
.AnyTagClassName
{
color: #409887;
}
</style>
background-color css
<style>
a { background-color: #409887; }
a { background-color: rgb(64,152,135); }
div.DivClassName
{
background-color: #409887;
}
.BgClassName
{
background-color: #409887;
}
</style>
border-color css
<style>
span { border-color: #409887; }
span { border-color: rgb(64,152,135); }
td.TdClassName
{
border-color: #409887;
}
.TagClassName
{
border-color: #409887;
}
</style>