Shades of Gossamer #409984
Tints of Gossamer #409984
RGB
CMYK
RGB Variations
Color information
#409984 (or 0x409984) is known color: Gossamer. HEX triplet: 40, 99 and 84. RGB value is (64,153,132). Sum of RGB (Red+Green+Blue) = 64+153+132=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #409984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409984 is #BF667B. Grayscale: #7B7B7B. Windows color (decimal): -12543612 or 8689984. OLE color: 8689984.
HSL color Cylindrical-coordinate representation of color #409984: hue angle of 165.84º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409984 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 132 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.4 |
| HSL | 165.84º | 0.41% | 0.43% | - |
| HSV(B) | 165.84º | 0.58% | 0.6% | - |
| XYZ | 17.67 | 25.54 | 25.83 | - |
| YUV | 124 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 132 | 0.58 | 0 | 0.14 | 0.4 | 165.84 | 0.41 | 0.43 |
| Hex | 40 | 99 | 84 | 3A | 0 | E | 28 | A6 | 29 | 2B |
| Octal | 100 | 231 | 204 | 72 | 0 | 16 | 50 | 246 | 51 | 53 |
| Binary | 1000000 | 10011001 | 10000100 | 111010 | 0 | 1110 | 101000 | 10100110 | 101001 | 101011 |
Color Harmonies of #409984
Complementary color
Monochromatic Colors of #409984
Black with #409984
Text Example
Text Example
White with #409984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409984; }
p { color: rgb(64,153,132); }
H1.HeaderClassName
{
color: #409984;
}
.AnyTagClassName
{
color: #409984;
}
</style>
background-color css
<style>
a { background-color: #409984; }
a { background-color: rgb(64,153,132); }
div.DivClassName
{
background-color: #409984;
}
.BgClassName
{
background-color: #409984;
}
</style>
border-color css
<style>
span { border-color: #409984; }
span { border-color: rgb(64,153,132); }
td.TdClassName
{
border-color: #409984;
}
.TagClassName
{
border-color: #409984;
}
</style>