Shades of Lochinvar #499581
Tints of Lochinvar #499581
RGB
CMYK
RGB Variations
Color information
#499581 (or 0x499581) is known color: Lochinvar. HEX triplet: 49, 95 and 81. RGB value is (73,149,129). Sum of RGB (Red+Green+Blue) = 73+149+129=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #499581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499581 is #B66A7E. Grayscale: #7C7C7C. Windows color (decimal): -11954815 or 8492361. OLE color: 8492361.
HSL color Cylindrical-coordinate representation of color #499581: hue angle of 164.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499581 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 129 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.42 |
| HSL | 164.21º | 0.34% | 0.44% | - |
| HSV(B) | 164.21º | 0.51% | 0.58% | - |
| XYZ | 17.46 | 24.5 | 24.58 | - |
| YUV | 124 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 129 | 0.51 | 0 | 0.13 | 0.42 | 164.21 | 0.34 | 0.44 |
| Hex | 49 | 95 | 81 | 33 | 0 | D | 2A | A4 | 22 | 2C |
| Octal | 111 | 225 | 201 | 63 | 0 | 15 | 52 | 244 | 42 | 54 |
| Binary | 1001001 | 10010101 | 10000001 | 110011 | 0 | 1101 | 101010 | 10100100 | 100010 | 101100 |
Color Harmonies of #499581
Complementary color
Monochromatic Colors of #499581
Black with #499581
Text Example
Text Example
White with #499581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499581; }
p { color: rgb(73,149,129); }
H1.HeaderClassName
{
color: #499581;
}
.AnyTagClassName
{
color: #499581;
}
</style>
background-color css
<style>
a { background-color: #499581; }
a { background-color: rgb(73,149,129); }
div.DivClassName
{
background-color: #499581;
}
.BgClassName
{
background-color: #499581;
}
</style>
border-color css
<style>
span { border-color: #499581; }
span { border-color: rgb(73,149,129); }
td.TdClassName
{
border-color: #499581;
}
.TagClassName
{
border-color: #499581;
}
</style>