Shades of Lochinvar #499B91
Tints of Lochinvar #499B91
RGB
CMYK
RGB Variations
Color information
#499B91 (or 0x499B91) is known color: Lochinvar. HEX triplet: 49, 9B and 91. RGB value is (73,155,145). Sum of RGB (Red+Green+Blue) = 73+155+145=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #499B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B91 is #B6646E. Grayscale: #818181. Windows color (decimal): -11953263 or 9542473. OLE color: 9542473.
HSL color Cylindrical-coordinate representation of color #499B91: hue angle of 172.68º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B91 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 145 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.39 |
| HSL | 172.68º | 0.36% | 0.45% | - |
| HSV(B) | 172.68º | 0.53% | 0.61% | - |
| XYZ | 19.58 | 26.9 | 30.95 | - |
| YUV | 129.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 145 | 0.53 | 0 | 0.06 | 0.39 | 172.68 | 0.36 | 0.45 |
| Hex | 49 | 9B | 91 | 35 | 0 | 6 | 27 | AD | 24 | 2D |
| Octal | 111 | 233 | 221 | 65 | 0 | 6 | 47 | 255 | 44 | 55 |
| Binary | 1001001 | 10011011 | 10010001 | 110101 | 0 | 110 | 100111 | 10101101 | 100100 | 101101 |
Color Harmonies of #499B91
Complementary color
Monochromatic Colors of #499B91
Black with #499B91
Text Example
Text Example
White with #499B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B91; }
p { color: rgb(73,155,145); }
H1.HeaderClassName
{
color: #499B91;
}
.AnyTagClassName
{
color: #499B91;
}
</style>
background-color css
<style>
a { background-color: #499B91; }
a { background-color: rgb(73,155,145); }
div.DivClassName
{
background-color: #499B91;
}
.BgClassName
{
background-color: #499B91;
}
</style>
border-color css
<style>
span { border-color: #499B91; }
span { border-color: rgb(73,155,145); }
td.TdClassName
{
border-color: #499B91;
}
.TagClassName
{
border-color: #499B91;
}
</style>