Shades of Lochinvar #499477
Tints of Lochinvar #499477
RGB
CMYK
RGB Variations
Color information
#499477 (or 0x499477) is known color: Lochinvar. HEX triplet: 49, 94 and 77. RGB value is (73,148,119). Sum of RGB (Red+Green+Blue) = 73+148+119=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #499477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499477 is #B66B88. Grayscale: #7A7A7A. Windows color (decimal): -11955081 or 7836745. OLE color: 7836745.
HSL color Cylindrical-coordinate representation of color #499477: hue angle of 156.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499477 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 119 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.42 |
| HSL | 156.8º | 0.34% | 0.43% | - |
| HSV(B) | 156.8º | 0.51% | 0.58% | - |
| XYZ | 16.67 | 23.93 | 21.19 | - |
| YUV | 122.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 119 | 0.51 | 0 | 0.20 | 0.42 | 156.8 | 0.34 | 0.43 |
| Hex | 49 | 94 | 77 | 33 | 0 | 14 | 2A | 9D | 22 | 2B |
| Octal | 111 | 224 | 167 | 63 | 0 | 24 | 52 | 235 | 42 | 53 |
| Binary | 1001001 | 10010100 | 1110111 | 110011 | 0 | 10100 | 101010 | 10011101 | 100010 | 101011 |
Color Harmonies of #499477
Complementary color
Monochromatic Colors of #499477
Black with #499477
Text Example
Text Example
White with #499477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499477; }
p { color: rgb(73,148,119); }
H1.HeaderClassName
{
color: #499477;
}
.AnyTagClassName
{
color: #499477;
}
</style>
background-color css
<style>
a { background-color: #499477; }
a { background-color: rgb(73,148,119); }
div.DivClassName
{
background-color: #499477;
}
.BgClassName
{
background-color: #499477;
}
</style>
border-color css
<style>
span { border-color: #499477; }
span { border-color: rgb(73,148,119); }
td.TdClassName
{
border-color: #499477;
}
.TagClassName
{
border-color: #499477;
}
</style>