Shades of Lochinvar #499677
Tints of Lochinvar #499677
RGB
CMYK
RGB Variations
Color information
#499677 (or 0x499677) is known color: Lochinvar. HEX triplet: 49, 96 and 77. RGB value is (73,150,119). Sum of RGB (Red+Green+Blue) = 73+150+119=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #499677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499677 is #B66988. Grayscale: #7B7B7B. Windows color (decimal): -11954569 or 7837257. OLE color: 7837257.
HSL color Cylindrical-coordinate representation of color #499677: hue angle of 155.84º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499677 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 119 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.41 |
| HSL | 155.84º | 0.35% | 0.44% | - |
| HSV(B) | 155.84º | 0.51% | 0.59% | - |
| XYZ | 16.98 | 24.56 | 21.3 | - |
| YUV | 123.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 119 | 0.51 | 0 | 0.21 | 0.41 | 155.84 | 0.35 | 0.44 |
| Hex | 49 | 96 | 77 | 33 | 0 | 15 | 29 | 9C | 23 | 2C |
| Octal | 111 | 226 | 167 | 63 | 0 | 25 | 51 | 234 | 43 | 54 |
| Binary | 1001001 | 10010110 | 1110111 | 110011 | 0 | 10101 | 101001 | 10011100 | 100011 | 101100 |
Color Harmonies of #499677
Complementary color
Monochromatic Colors of #499677
Black with #499677
Text Example
Text Example
White with #499677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499677; }
p { color: rgb(73,150,119); }
H1.HeaderClassName
{
color: #499677;
}
.AnyTagClassName
{
color: #499677;
}
</style>
background-color css
<style>
a { background-color: #499677; }
a { background-color: rgb(73,150,119); }
div.DivClassName
{
background-color: #499677;
}
.BgClassName
{
background-color: #499677;
}
</style>
border-color css
<style>
span { border-color: #499677; }
span { border-color: rgb(73,150,119); }
td.TdClassName
{
border-color: #499677;
}
.TagClassName
{
border-color: #499677;
}
</style>