Shades of Gossamer #409985
Tints of Gossamer #409985
RGB
CMYK
RGB Variations
Color information
#409985 (or 0x409985) is known color: Gossamer. HEX triplet: 40, 99 and 85. RGB value is (64,153,133). Sum of RGB (Red+Green+Blue) = 64+153+133=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #409985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409985 is #BF667A. Grayscale: #7C7C7C. Windows color (decimal): -12543611 or 8755520. OLE color: 8755520.
HSL color Cylindrical-coordinate representation of color #409985: hue angle of 166.52º 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 #409985 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 133 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.4 |
| HSL | 166.52º | 0.41% | 0.43% | - |
| HSV(B) | 166.52º | 0.58% | 0.6% | - |
| XYZ | 17.74 | 25.57 | 26.19 | - |
| YUV | 124.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 133 | 0.58 | 0 | 0.13 | 0.4 | 166.52 | 0.41 | 0.43 |
| Hex | 40 | 99 | 85 | 3A | 0 | D | 28 | A7 | 29 | 2B |
| Octal | 100 | 231 | 205 | 72 | 0 | 15 | 50 | 247 | 51 | 53 |
| Binary | 1000000 | 10011001 | 10000101 | 111010 | 0 | 1101 | 101000 | 10100111 | 101001 | 101011 |
Color Harmonies of #409985
Complementary color
Monochromatic Colors of #409985
Black with #409985
Text Example
Text Example
White with #409985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409985; }
p { color: rgb(64,153,133); }
H1.HeaderClassName
{
color: #409985;
}
.AnyTagClassName
{
color: #409985;
}
</style>
background-color css
<style>
a { background-color: #409985; }
a { background-color: rgb(64,153,133); }
div.DivClassName
{
background-color: #409985;
}
.BgClassName
{
background-color: #409985;
}
</style>
border-color css
<style>
span { border-color: #409985; }
span { border-color: rgb(64,153,133); }
td.TdClassName
{
border-color: #409985;
}
.TagClassName
{
border-color: #409985;
}
</style>