Shades of Lochinvar #499889
Tints of Lochinvar #499889
RGB
CMYK
RGB Variations
Color information
#499889 (or 0x499889) is known color: Lochinvar. HEX triplet: 49, 98 and 89. RGB value is (73,152,137). Sum of RGB (Red+Green+Blue) = 73+152+137=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #499889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499889 is #B66776. Grayscale: #7E7E7E. Windows color (decimal): -11954039 or 9017417. OLE color: 9017417.
HSL color Cylindrical-coordinate representation of color #499889: hue angle of 168.61º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499889 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 137 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.40 |
| HSL | 168.61º | 0.35% | 0.44% | - |
| HSV(B) | 168.61º | 0.52% | 0.6% | - |
| XYZ | 18.49 | 25.68 | 27.65 | - |
| YUV | 126.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 137 | 0.52 | 0 | 0.10 | 0.40 | 168.61 | 0.35 | 0.44 |
| Hex | 49 | 98 | 89 | 34 | 0 | A | 28 | A9 | 23 | 2C |
| Octal | 111 | 230 | 211 | 64 | 0 | 12 | 50 | 251 | 43 | 54 |
| Binary | 1001001 | 10011000 | 10001001 | 110100 | 0 | 1010 | 101000 | 10101001 | 100011 | 101100 |
Color Harmonies of #499889
Complementary color
Monochromatic Colors of #499889
Black with #499889
Text Example
Text Example
White with #499889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499889; }
p { color: rgb(73,152,137); }
H1.HeaderClassName
{
color: #499889;
}
.AnyTagClassName
{
color: #499889;
}
</style>
background-color css
<style>
a { background-color: #499889; }
a { background-color: rgb(73,152,137); }
div.DivClassName
{
background-color: #499889;
}
.BgClassName
{
background-color: #499889;
}
</style>
border-color css
<style>
span { border-color: #499889; }
span { border-color: rgb(73,152,137); }
td.TdClassName
{
border-color: #499889;
}
.TagClassName
{
border-color: #499889;
}
</style>