Shades of Lochinvar #499586
Tints of Lochinvar #499586
RGB
CMYK
RGB Variations
Color information
#499586 (or 0x499586) is known color: Lochinvar. HEX triplet: 49, 95 and 86. RGB value is (73,149,134). Sum of RGB (Red+Green+Blue) = 73+149+134=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #499586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499586 is #B66A79. Grayscale: #7C7C7C. Windows color (decimal): -11954810 or 8820041. OLE color: 8820041.
HSL color Cylindrical-coordinate representation of color #499586: hue angle of 168.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499586 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 134 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.42 |
| HSL | 168.16º | 0.34% | 0.44% | - |
| HSV(B) | 168.16º | 0.51% | 0.58% | - |
| XYZ | 17.8 | 24.63 | 26.37 | - |
| YUV | 124.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 134 | 0.51 | 0 | 0.10 | 0.42 | 168.16 | 0.34 | 0.44 |
| Hex | 49 | 95 | 86 | 33 | 0 | A | 2A | A8 | 22 | 2C |
| Octal | 111 | 225 | 206 | 63 | 0 | 12 | 52 | 250 | 42 | 54 |
| Binary | 1001001 | 10010101 | 10000110 | 110011 | 0 | 1010 | 101010 | 10101000 | 100010 | 101100 |
Color Harmonies of #499586
Complementary color
Monochromatic Colors of #499586
Black with #499586
Text Example
Text Example
White with #499586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499586; }
p { color: rgb(73,149,134); }
H1.HeaderClassName
{
color: #499586;
}
.AnyTagClassName
{
color: #499586;
}
</style>
background-color css
<style>
a { background-color: #499586; }
a { background-color: rgb(73,149,134); }
div.DivClassName
{
background-color: #499586;
}
.BgClassName
{
background-color: #499586;
}
</style>
border-color css
<style>
span { border-color: #499586; }
span { border-color: rgb(73,149,134); }
td.TdClassName
{
border-color: #499586;
}
.TagClassName
{
border-color: #499586;
}
</style>