Shades of Lochinvar #499779
Tints of Lochinvar #499779
RGB
CMYK
RGB Variations
Color information
#499779 (or 0x499779) is known color: Lochinvar. HEX triplet: 49, 97 and 79. RGB value is (73,151,121). Sum of RGB (Red+Green+Blue) = 73+151+121=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #499779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499779 is #B66886. Grayscale: #7C7C7C. Windows color (decimal): -11954311 or 7968585. OLE color: 7968585.
HSL color Cylindrical-coordinate representation of color #499779: hue angle of 156.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499779 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 121 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.41 |
| HSL | 156.92º | 0.35% | 0.44% | - |
| HSV(B) | 156.92º | 0.52% | 0.59% | - |
| XYZ | 17.27 | 24.93 | 21.99 | - |
| YUV | 124.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 121 | 0.52 | 0 | 0.20 | 0.41 | 156.92 | 0.35 | 0.44 |
| Hex | 49 | 97 | 79 | 34 | 0 | 14 | 29 | 9D | 23 | 2C |
| Octal | 111 | 227 | 171 | 64 | 0 | 24 | 51 | 235 | 43 | 54 |
| Binary | 1001001 | 10010111 | 1111001 | 110100 | 0 | 10100 | 101001 | 10011101 | 100011 | 101100 |
Color Harmonies of #499779
Complementary color
Monochromatic Colors of #499779
Black with #499779
Text Example
Text Example
White with #499779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499779; }
p { color: rgb(73,151,121); }
H1.HeaderClassName
{
color: #499779;
}
.AnyTagClassName
{
color: #499779;
}
</style>
background-color css
<style>
a { background-color: #499779; }
a { background-color: rgb(73,151,121); }
div.DivClassName
{
background-color: #499779;
}
.BgClassName
{
background-color: #499779;
}
</style>
border-color css
<style>
span { border-color: #499779; }
span { border-color: rgb(73,151,121); }
td.TdClassName
{
border-color: #499779;
}
.TagClassName
{
border-color: #499779;
}
</style>