Shades of Lochinvar #499089
Tints of Lochinvar #499089
RGB
CMYK
RGB Variations
Color information
#499089 (or 0x499089) is known color: Lochinvar. HEX triplet: 49, 90 and 89. RGB value is (73,144,137). Sum of RGB (Red+Green+Blue) = 73+144+137=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #499089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499089 is #B66F76. Grayscale: #797979. Windows color (decimal): -11956087 or 9015369. OLE color: 9015369.
HSL color Cylindrical-coordinate representation of color #499089: hue angle of 174.08º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499089 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 137 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.44 |
| HSL | 174.08º | 0.33% | 0.43% | - |
| HSV(B) | 174.08º | 0.49% | 0.56% | - |
| XYZ | 17.24 | 23.17 | 27.23 | - |
| YUV | 121.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 137 | 0.49 | 0 | 0.05 | 0.44 | 174.08 | 0.33 | 0.43 |
| Hex | 49 | 90 | 89 | 31 | 0 | 5 | 2C | AE | 21 | 2B |
| Octal | 111 | 220 | 211 | 61 | 0 | 5 | 54 | 256 | 41 | 53 |
| Binary | 1001001 | 10010000 | 10001001 | 110001 | 0 | 101 | 101100 | 10101110 | 100001 | 101011 |
Color Harmonies of #499089
Complementary color
Monochromatic Colors of #499089
Black with #499089
Text Example
Text Example
White with #499089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499089; }
p { color: rgb(73,144,137); }
H1.HeaderClassName
{
color: #499089;
}
.AnyTagClassName
{
color: #499089;
}
</style>
background-color css
<style>
a { background-color: #499089; }
a { background-color: rgb(73,144,137); }
div.DivClassName
{
background-color: #499089;
}
.BgClassName
{
background-color: #499089;
}
</style>
border-color css
<style>
span { border-color: #499089; }
span { border-color: rgb(73,144,137); }
td.TdClassName
{
border-color: #499089;
}
.TagClassName
{
border-color: #499089;
}
</style>