Shades of Gossamer #409982
Tints of Gossamer #409982
RGB
CMYK
RGB Variations
Color information
#409982 (or 0x409982) is known color: Gossamer. HEX triplet: 40, 99 and 82. RGB value is (64,153,130). Sum of RGB (Red+Green+Blue) = 64+153+130=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #409982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409982 is #BF667D. Grayscale: #7B7B7B. Windows color (decimal): -12543614 or 8558912. OLE color: 8558912.
HSL color Cylindrical-coordinate representation of color #409982: hue angle of 164.49º 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 #409982 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 130 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.4 |
| HSL | 164.49º | 0.41% | 0.43% | - |
| HSV(B) | 164.49º | 0.58% | 0.6% | - |
| XYZ | 17.53 | 25.48 | 25.11 | - |
| YUV | 123.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 130 | 0.58 | 0 | 0.15 | 0.4 | 164.49 | 0.41 | 0.43 |
| Hex | 40 | 99 | 82 | 3A | 0 | F | 28 | A4 | 29 | 2B |
| Octal | 100 | 231 | 202 | 72 | 0 | 17 | 50 | 244 | 51 | 53 |
| Binary | 1000000 | 10011001 | 10000010 | 111010 | 0 | 1111 | 101000 | 10100100 | 101001 | 101011 |
Color Harmonies of #409982
Complementary color
Monochromatic Colors of #409982
Black with #409982
Text Example
Text Example
White with #409982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409982; }
p { color: rgb(64,153,130); }
H1.HeaderClassName
{
color: #409982;
}
.AnyTagClassName
{
color: #409982;
}
</style>
background-color css
<style>
a { background-color: #409982; }
a { background-color: rgb(64,153,130); }
div.DivClassName
{
background-color: #409982;
}
.BgClassName
{
background-color: #409982;
}
</style>
border-color css
<style>
span { border-color: #409982; }
span { border-color: rgb(64,153,130); }
td.TdClassName
{
border-color: #409982;
}
.TagClassName
{
border-color: #409982;
}
</style>