Shades of Lochinvar #499781
Tints of Lochinvar #499781
RGB
CMYK
RGB Variations
Color information
#499781 (or 0x499781) is known color: Lochinvar. HEX triplet: 49, 97 and 81. RGB value is (73,151,129). Sum of RGB (Red+Green+Blue) = 73+151+129=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #499781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499781 is #B6687E. Grayscale: #7D7D7D. Windows color (decimal): -11954303 or 8492873. OLE color: 8492873.
HSL color Cylindrical-coordinate representation of color #499781: hue angle of 163.08º 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 #499781 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 129 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.41 |
| HSL | 163.08º | 0.35% | 0.44% | - |
| HSV(B) | 163.08º | 0.52% | 0.59% | - |
| XYZ | 17.78 | 25.13 | 24.68 | - |
| YUV | 125.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 129 | 0.52 | 0 | 0.15 | 0.41 | 163.08 | 0.35 | 0.44 |
| Hex | 49 | 97 | 81 | 34 | 0 | F | 29 | A3 | 23 | 2C |
| Octal | 111 | 227 | 201 | 64 | 0 | 17 | 51 | 243 | 43 | 54 |
| Binary | 1001001 | 10010111 | 10000001 | 110100 | 0 | 1111 | 101001 | 10100011 | 100011 | 101100 |
Color Harmonies of #499781
Complementary color
Monochromatic Colors of #499781
Black with #499781
Text Example
Text Example
White with #499781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499781; }
p { color: rgb(73,151,129); }
H1.HeaderClassName
{
color: #499781;
}
.AnyTagClassName
{
color: #499781;
}
</style>
background-color css
<style>
a { background-color: #499781; }
a { background-color: rgb(73,151,129); }
div.DivClassName
{
background-color: #499781;
}
.BgClassName
{
background-color: #499781;
}
</style>
border-color css
<style>
span { border-color: #499781; }
span { border-color: rgb(73,151,129); }
td.TdClassName
{
border-color: #499781;
}
.TagClassName
{
border-color: #499781;
}
</style>