Shades of Lochinvar #499987
Tints of Lochinvar #499987
RGB
CMYK
RGB Variations
Color information
#499987 (or 0x499987) is known color: Lochinvar. HEX triplet: 49, 99 and 87. RGB value is (73,153,135). Sum of RGB (Red+Green+Blue) = 73+153+135=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #499987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499987 is #B66678. Grayscale: #7F7F7F. Windows color (decimal): -11953785 or 8886601. OLE color: 8886601.
HSL color Cylindrical-coordinate representation of color #499987: hue angle of 166.5º 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 #499987 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 135 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.4 |
| HSL | 166.5º | 0.35% | 0.44% | - |
| HSV(B) | 166.5º | 0.52% | 0.6% | - |
| XYZ | 18.51 | 25.95 | 26.95 | - |
| YUV | 127.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 135 | 0.52 | 0 | 0.12 | 0.4 | 166.5 | 0.35 | 0.44 |
| Hex | 49 | 99 | 87 | 34 | 0 | C | 28 | A6 | 23 | 2C |
| Octal | 111 | 231 | 207 | 64 | 0 | 14 | 50 | 246 | 43 | 54 |
| Binary | 1001001 | 10011001 | 10000111 | 110100 | 0 | 1100 | 101000 | 10100110 | 100011 | 101100 |
Color Harmonies of #499987
Complementary color
Monochromatic Colors of #499987
Black with #499987
Text Example
Text Example
White with #499987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499987; }
p { color: rgb(73,153,135); }
H1.HeaderClassName
{
color: #499987;
}
.AnyTagClassName
{
color: #499987;
}
</style>
background-color css
<style>
a { background-color: #499987; }
a { background-color: rgb(73,153,135); }
div.DivClassName
{
background-color: #499987;
}
.BgClassName
{
background-color: #499987;
}
</style>
border-color css
<style>
span { border-color: #499987; }
span { border-color: rgb(73,153,135); }
td.TdClassName
{
border-color: #499987;
}
.TagClassName
{
border-color: #499987;
}
</style>