Shades of Gossamer #409E90
Tints of Gossamer #409E90
RGB
CMYK
RGB Variations
Color information
#409E90 (or 0x409E90) is known color: Gossamer. HEX triplet: 40, 9E and 90. RGB value is (64,158,144). Sum of RGB (Red+Green+Blue) = 64+158+144=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #409E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E90 is #BF616F. Grayscale: #808080. Windows color (decimal): -12542320 or 9477696. OLE color: 9477696.
HSL color Cylindrical-coordinate representation of color #409E90: hue angle of 171.06º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E90 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 144 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.38 |
| HSL | 171.06º | 0.42% | 0.44% | - |
| HSV(B) | 171.06º | 0.59% | 0.62% | - |
| XYZ | 19.38 | 27.56 | 30.68 | - |
| YUV | 128.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 144 | 0.59 | 0 | 0.09 | 0.38 | 171.06 | 0.42 | 0.44 |
| Hex | 40 | 9E | 90 | 3B | 0 | 9 | 26 | AB | 2A | 2C |
| Octal | 100 | 236 | 220 | 73 | 0 | 11 | 46 | 253 | 52 | 54 |
| Binary | 1000000 | 10011110 | 10010000 | 111011 | 0 | 1001 | 100110 | 10101011 | 101010 | 101100 |
Color Harmonies of #409E90
Complementary color
Monochromatic Colors of #409E90
Black with #409E90
Text Example
Text Example
White with #409E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E90; }
p { color: rgb(64,158,144); }
H1.HeaderClassName
{
color: #409E90;
}
.AnyTagClassName
{
color: #409E90;
}
</style>
background-color css
<style>
a { background-color: #409E90; }
a { background-color: rgb(64,158,144); }
div.DivClassName
{
background-color: #409E90;
}
.BgClassName
{
background-color: #409E90;
}
</style>
border-color css
<style>
span { border-color: #409E90; }
span { border-color: rgb(64,158,144); }
td.TdClassName
{
border-color: #409E90;
}
.TagClassName
{
border-color: #409E90;
}
</style>