Shades of Gossamer #499F80
Tints of Gossamer #499F80
RGB
CMYK
RGB Variations
Color information
#499F80 (or 0x499F80) is known color: Gossamer. HEX triplet: 49, 9F and 80. RGB value is (73,159,128). Sum of RGB (Red+Green+Blue) = 73+159+128=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #499F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F80 is #B6607F. Grayscale: #818181. Windows color (decimal): -11952256 or 8429385. OLE color: 8429385.
HSL color Cylindrical-coordinate representation of color #499F80: hue angle of 158.37º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499F80 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 159 | 128 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.38 |
| HSL | 158.37º | 0.37% | 0.45% | - |
| HSV(B) | 158.37º | 0.54% | 0.62% | - |
| XYZ | 19.04 | 27.77 | 24.78 | - |
| YUV | 129.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 128 | 0.54 | 0 | 0.19 | 0.38 | 158.37 | 0.37 | 0.45 |
| Hex | 49 | 9F | 80 | 36 | 0 | 13 | 26 | 9E | 25 | 2D |
| Octal | 111 | 237 | 200 | 66 | 0 | 23 | 46 | 236 | 45 | 55 |
| Binary | 1001001 | 10011111 | 10000000 | 110110 | 0 | 10011 | 100110 | 10011110 | 100101 | 101101 |
Color Harmonies of #499F80
Complementary color
Monochromatic Colors of #499F80
Black with #499F80
Text Example
Text Example
White with #499F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499F80; }
p { color: rgb(73,159,128); }
H1.HeaderClassName
{
color: #499F80;
}
.AnyTagClassName
{
color: #499F80;
}
</style>
background-color css
<style>
a { background-color: #499F80; }
a { background-color: rgb(73,159,128); }
div.DivClassName
{
background-color: #499F80;
}
.BgClassName
{
background-color: #499F80;
}
</style>
border-color css
<style>
span { border-color: #499F80; }
span { border-color: rgb(73,159,128); }
td.TdClassName
{
border-color: #499F80;
}
.TagClassName
{
border-color: #499F80;
}
</style>