Shades of Gossamer #409884
Tints of Gossamer #409884
RGB
CMYK
RGB Variations
Color information
#409884 (or 0x409884) is known color: Gossamer. HEX triplet: 40, 98 and 84. RGB value is (64,152,132). Sum of RGB (Red+Green+Blue) = 64+152+132=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #409884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409884 is #BF677B. Grayscale: #7B7B7B. Windows color (decimal): -12543868 or 8689728. OLE color: 8689728.
HSL color Cylindrical-coordinate representation of color #409884: hue angle of 166.36º 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 #409884 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 132 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.40 |
| HSL | 166.36º | 0.41% | 0.42% | - |
| HSV(B) | 166.36º | 0.58% | 0.6% | - |
| XYZ | 17.51 | 25.21 | 25.77 | - |
| YUV | 123.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 132 | 0.58 | 0 | 0.13 | 0.40 | 166.36 | 0.41 | 0.42 |
| Hex | 40 | 98 | 84 | 3A | 0 | D | 28 | A6 | 29 | 2A |
| Octal | 100 | 230 | 204 | 72 | 0 | 15 | 50 | 246 | 51 | 52 |
| Binary | 1000000 | 10011000 | 10000100 | 111010 | 0 | 1101 | 101000 | 10100110 | 101001 | 101010 |
Color Harmonies of #409884
Complementary color
Monochromatic Colors of #409884
Black with #409884
Text Example
Text Example
White with #409884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409884; }
p { color: rgb(64,152,132); }
H1.HeaderClassName
{
color: #409884;
}
.AnyTagClassName
{
color: #409884;
}
</style>
background-color css
<style>
a { background-color: #409884; }
a { background-color: rgb(64,152,132); }
div.DivClassName
{
background-color: #409884;
}
.BgClassName
{
background-color: #409884;
}
</style>
border-color css
<style>
span { border-color: #409884; }
span { border-color: rgb(64,152,132); }
td.TdClassName
{
border-color: #409884;
}
.TagClassName
{
border-color: #409884;
}
</style>