Shades of Lochinvar #499188
Tints of Lochinvar #499188
RGB
CMYK
RGB Variations
Color information
#499188 (or 0x499188) is known color: Lochinvar. HEX triplet: 49, 91 and 88. RGB value is (73,145,136). Sum of RGB (Red+Green+Blue) = 73+145+136=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #499188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499188 is #B66E77. Grayscale: #7A7A7A. Windows color (decimal): -11955832 or 8950089. OLE color: 8950089.
HSL color Cylindrical-coordinate representation of color #499188: hue angle of 172.5º 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 #499188 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 136 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.43 |
| HSL | 172.5º | 0.33% | 0.43% | - |
| HSV(B) | 172.5º | 0.5% | 0.57% | - |
| XYZ | 17.32 | 23.44 | 26.91 | - |
| YUV | 122.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 136 | 0.50 | 0 | 0.06 | 0.43 | 172.5 | 0.33 | 0.43 |
| Hex | 49 | 91 | 88 | 32 | 0 | 6 | 2B | AC | 21 | 2B |
| Octal | 111 | 221 | 210 | 62 | 0 | 6 | 53 | 254 | 41 | 53 |
| Binary | 1001001 | 10010001 | 10001000 | 110010 | 0 | 110 | 101011 | 10101100 | 100001 | 101011 |
Color Harmonies of #499188
Complementary color
Monochromatic Colors of #499188
Black with #499188
Text Example
Text Example
White with #499188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499188; }
p { color: rgb(73,145,136); }
H1.HeaderClassName
{
color: #499188;
}
.AnyTagClassName
{
color: #499188;
}
</style>
background-color css
<style>
a { background-color: #499188; }
a { background-color: rgb(73,145,136); }
div.DivClassName
{
background-color: #499188;
}
.BgClassName
{
background-color: #499188;
}
</style>
border-color css
<style>
span { border-color: #499188; }
span { border-color: rgb(73,145,136); }
td.TdClassName
{
border-color: #499188;
}
.TagClassName
{
border-color: #499188;
}
</style>