Shades of Gossamer #499F88
Tints of Gossamer #499F88
RGB
CMYK
RGB Variations
Color information
#499F88 (or 0x499F88) is known color: Gossamer. HEX triplet: 49, 9F and 88. RGB value is (73,159,136). Sum of RGB (Red+Green+Blue) = 73+159+136=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #499F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F88 is #B66077. Grayscale: #828282. Windows color (decimal): -11952248 or 8953673. OLE color: 8953673.
HSL color Cylindrical-coordinate representation of color #499F88: hue angle of 163.95º 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 #499F88 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 159 | 136 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.38 |
| HSL | 163.95º | 0.37% | 0.45% | - |
| HSV(B) | 163.95º | 0.54% | 0.62% | - |
| XYZ | 19.59 | 27.99 | 27.66 | - |
| YUV | 130.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 136 | 0.54 | 0 | 0.14 | 0.38 | 163.95 | 0.37 | 0.45 |
| Hex | 49 | 9F | 88 | 36 | 0 | E | 26 | A4 | 25 | 2D |
| Octal | 111 | 237 | 210 | 66 | 0 | 16 | 46 | 244 | 45 | 55 |
| Binary | 1001001 | 10011111 | 10001000 | 110110 | 0 | 1110 | 100110 | 10100100 | 100101 | 101101 |
Color Harmonies of #499F88
Complementary color
Monochromatic Colors of #499F88
Black with #499F88
Text Example
Text Example
White with #499F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499F88; }
p { color: rgb(73,159,136); }
H1.HeaderClassName
{
color: #499F88;
}
.AnyTagClassName
{
color: #499F88;
}
</style>
background-color css
<style>
a { background-color: #499F88; }
a { background-color: rgb(73,159,136); }
div.DivClassName
{
background-color: #499F88;
}
.BgClassName
{
background-color: #499F88;
}
</style>
border-color css
<style>
span { border-color: #499F88; }
span { border-color: rgb(73,159,136); }
td.TdClassName
{
border-color: #499F88;
}
.TagClassName
{
border-color: #499F88;
}
</style>