Shades of Gossamer #409E8B
Tints of Gossamer #409E8B
RGB
CMYK
RGB Variations
Color information
#409E8B (or 0x409E8B) is known color: Gossamer. HEX triplet: 40, 9E and 8B. RGB value is (64,158,139). Sum of RGB (Red+Green+Blue) = 64+158+139=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #409E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E8B is #BF6174. Grayscale: #7F7F7F. Windows color (decimal): -12542325 or 9150016. OLE color: 9150016.
HSL color Cylindrical-coordinate representation of color #409E8B: hue angle of 167.87º 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 #409E8B is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 139 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.38 |
| HSL | 167.87º | 0.42% | 0.44% | - |
| HSV(B) | 167.87º | 0.59% | 0.62% | - |
| XYZ | 19 | 27.41 | 28.71 | - |
| YUV | 127.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 139 | 0.59 | 0 | 0.12 | 0.38 | 167.87 | 0.42 | 0.44 |
| Hex | 40 | 9E | 8B | 3B | 0 | C | 26 | A8 | 2A | 2C |
| Octal | 100 | 236 | 213 | 73 | 0 | 14 | 46 | 250 | 52 | 54 |
| Binary | 1000000 | 10011110 | 10001011 | 111011 | 0 | 1100 | 100110 | 10101000 | 101010 | 101100 |
Color Harmonies of #409E8B
Complementary color
Monochromatic Colors of #409E8B
Black with #409E8B
Text Example
Text Example
White with #409E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E8B; }
p { color: rgb(64,158,139); }
H1.HeaderClassName
{
color: #409E8B;
}
.AnyTagClassName
{
color: #409E8B;
}
</style>
background-color css
<style>
a { background-color: #409E8B; }
a { background-color: rgb(64,158,139); }
div.DivClassName
{
background-color: #409E8B;
}
.BgClassName
{
background-color: #409E8B;
}
</style>
border-color css
<style>
span { border-color: #409E8B; }
span { border-color: rgb(64,158,139); }
td.TdClassName
{
border-color: #409E8B;
}
.TagClassName
{
border-color: #409E8B;
}
</style>