Shades of Lochinvar #499185
Tints of Lochinvar #499185
RGB
CMYK
RGB Variations
Color information
#499185 (or 0x499185) is known color: Lochinvar. HEX triplet: 49, 91 and 85. RGB value is (73,145,133). Sum of RGB (Red+Green+Blue) = 73+145+133=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #499185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499185 is #B66E7A. Grayscale: #7A7A7A. Windows color (decimal): -11955835 or 8753481. OLE color: 8753481.
HSL color Cylindrical-coordinate representation of color #499185: hue angle of 170º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499185 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 133 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.43 |
| HSL | 170º | 0.33% | 0.43% | - |
| HSV(B) | 170º | 0.5% | 0.57% | - |
| XYZ | 17.11 | 23.36 | 25.8 | - |
| YUV | 122.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 133 | 0.50 | 0 | 0.08 | 0.43 | 170 | 0.33 | 0.43 |
| Hex | 49 | 91 | 85 | 32 | 0 | 8 | 2B | AA | 21 | 2B |
| Octal | 111 | 221 | 205 | 62 | 0 | 10 | 53 | 252 | 41 | 53 |
| Binary | 1001001 | 10010001 | 10000101 | 110010 | 0 | 1000 | 101011 | 10101010 | 100001 | 101011 |
Color Harmonies of #499185
Complementary color
Monochromatic Colors of #499185
Black with #499185
Text Example
Text Example
White with #499185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499185; }
p { color: rgb(73,145,133); }
H1.HeaderClassName
{
color: #499185;
}
.AnyTagClassName
{
color: #499185;
}
</style>
background-color css
<style>
a { background-color: #499185; }
a { background-color: rgb(73,145,133); }
div.DivClassName
{
background-color: #499185;
}
.BgClassName
{
background-color: #499185;
}
</style>
border-color css
<style>
span { border-color: #499185; }
span { border-color: rgb(73,145,133); }
td.TdClassName
{
border-color: #499185;
}
.TagClassName
{
border-color: #499185;
}
</style>