Shades of Gossamer #409B86
Tints of Gossamer #409B86
RGB
CMYK
RGB Variations
Color information
#409B86 (or 0x409B86) is known color: Gossamer. HEX triplet: 40, 9B and 86. RGB value is (64,155,134). Sum of RGB (Red+Green+Blue) = 64+155+134=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #409B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B86 is #BF6479. Grayscale: #7D7D7D. Windows color (decimal): -12543098 or 8821568. OLE color: 8821568.
HSL color Cylindrical-coordinate representation of color #409B86: hue angle of 166.15º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B86 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 134 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.39 |
| HSL | 166.15º | 0.42% | 0.43% | - |
| HSV(B) | 166.15º | 0.59% | 0.61% | - |
| XYZ | 18.14 | 26.25 | 26.67 | - |
| YUV | 125.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 134 | 0.59 | 0 | 0.14 | 0.39 | 166.15 | 0.42 | 0.43 |
| Hex | 40 | 9B | 86 | 3B | 0 | E | 27 | A6 | 2A | 2B |
| Octal | 100 | 233 | 206 | 73 | 0 | 16 | 47 | 246 | 52 | 53 |
| Binary | 1000000 | 10011011 | 10000110 | 111011 | 0 | 1110 | 100111 | 10100110 | 101010 | 101011 |
Color Harmonies of #409B86
Complementary color
Monochromatic Colors of #409B86
Black with #409B86
Text Example
Text Example
White with #409B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B86; }
p { color: rgb(64,155,134); }
H1.HeaderClassName
{
color: #409B86;
}
.AnyTagClassName
{
color: #409B86;
}
</style>
background-color css
<style>
a { background-color: #409B86; }
a { background-color: rgb(64,155,134); }
div.DivClassName
{
background-color: #409B86;
}
.BgClassName
{
background-color: #409B86;
}
</style>
border-color css
<style>
span { border-color: #409B86; }
span { border-color: rgb(64,155,134); }
td.TdClassName
{
border-color: #409B86;
}
.TagClassName
{
border-color: #409B86;
}
</style>