Shades of Gossamer #409785
Tints of Gossamer #409785
RGB
CMYK
RGB Variations
Color information
#409785 (or 0x409785) is known color: Gossamer. HEX triplet: 40, 97 and 85. RGB value is (64,151,133). Sum of RGB (Red+Green+Blue) = 64+151+133=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #409785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409785 is #BF687A. Grayscale: #7A7A7A. Windows color (decimal): -12544123 or 8755008. OLE color: 8755008.
HSL color Cylindrical-coordinate representation of color #409785: hue angle of 167.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409785 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 151 | 133 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.41 |
| HSL | 167.59º | 0.4% | 0.42% | - |
| HSV(B) | 167.59º | 0.58% | 0.59% | - |
| XYZ | 17.41 | 24.92 | 26.08 | - |
| YUV | 122.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 133 | 0.58 | 0 | 0.12 | 0.41 | 167.59 | 0.4 | 0.42 |
| Hex | 40 | 97 | 85 | 3A | 0 | C | 29 | A8 | 28 | 2A |
| Octal | 100 | 227 | 205 | 72 | 0 | 14 | 51 | 250 | 50 | 52 |
| Binary | 1000000 | 10010111 | 10000101 | 111010 | 0 | 1100 | 101001 | 10101000 | 101000 | 101010 |
Color Harmonies of #409785
Complementary color
Monochromatic Colors of #409785
Black with #409785
Text Example
Text Example
White with #409785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409785; }
p { color: rgb(64,151,133); }
H1.HeaderClassName
{
color: #409785;
}
.AnyTagClassName
{
color: #409785;
}
</style>
background-color css
<style>
a { background-color: #409785; }
a { background-color: rgb(64,151,133); }
div.DivClassName
{
background-color: #409785;
}
.BgClassName
{
background-color: #409785;
}
</style>
border-color css
<style>
span { border-color: #409785; }
span { border-color: rgb(64,151,133); }
td.TdClassName
{
border-color: #409785;
}
.TagClassName
{
border-color: #409785;
}
</style>