Shades of Lochinvar #499079
Tints of Lochinvar #499079
RGB
CMYK
RGB Variations
Color information
#499079 (or 0x499079) is known color: Lochinvar. HEX triplet: 49, 90 and 79. RGB value is (73,144,121). Sum of RGB (Red+Green+Blue) = 73+144+121=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #499079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499079 is #B66F86. Grayscale: #787878. Windows color (decimal): -11956103 or 7966793. OLE color: 7966793.
HSL color Cylindrical-coordinate representation of color #499079: hue angle of 160.56º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499079 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 121 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.44 |
| HSL | 160.56º | 0.33% | 0.43% | - |
| HSV(B) | 160.56º | 0.49% | 0.56% | - |
| XYZ | 16.17 | 22.74 | 21.63 | - |
| YUV | 120.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 121 | 0.49 | 0 | 0.16 | 0.44 | 160.56 | 0.33 | 0.43 |
| Hex | 49 | 90 | 79 | 31 | 0 | 10 | 2C | A1 | 21 | 2B |
| Octal | 111 | 220 | 171 | 61 | 0 | 20 | 54 | 241 | 41 | 53 |
| Binary | 1001001 | 10010000 | 1111001 | 110001 | 0 | 10000 | 101100 | 10100001 | 100001 | 101011 |
Color Harmonies of #499079
Complementary color
Monochromatic Colors of #499079
Black with #499079
Text Example
Text Example
White with #499079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499079; }
p { color: rgb(73,144,121); }
H1.HeaderClassName
{
color: #499079;
}
.AnyTagClassName
{
color: #499079;
}
</style>
background-color css
<style>
a { background-color: #499079; }
a { background-color: rgb(73,144,121); }
div.DivClassName
{
background-color: #499079;
}
.BgClassName
{
background-color: #499079;
}
</style>
border-color css
<style>
span { border-color: #499079; }
span { border-color: rgb(73,144,121); }
td.TdClassName
{
border-color: #499079;
}
.TagClassName
{
border-color: #499079;
}
</style>