Shades of Lochinvar #499082
Tints of Lochinvar #499082
RGB
CMYK
RGB Variations
Color information
#499082 (or 0x499082) is known color: Lochinvar. HEX triplet: 49, 90 and 82. RGB value is (73,144,130). Sum of RGB (Red+Green+Blue) = 73+144+130=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #499082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499082 is #B66F7D. Grayscale: #797979. Windows color (decimal): -11956094 or 8556617. OLE color: 8556617.
HSL color Cylindrical-coordinate representation of color #499082: hue angle of 168.17º 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 #499082 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 130 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.44 |
| HSL | 168.17º | 0.33% | 0.43% | - |
| HSV(B) | 168.17º | 0.49% | 0.56% | - |
| XYZ | 16.75 | 22.97 | 24.67 | - |
| YUV | 121.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 130 | 0.49 | 0 | 0.10 | 0.44 | 168.17 | 0.33 | 0.43 |
| Hex | 49 | 90 | 82 | 31 | 0 | A | 2C | A8 | 21 | 2B |
| Octal | 111 | 220 | 202 | 61 | 0 | 12 | 54 | 250 | 41 | 53 |
| Binary | 1001001 | 10010000 | 10000010 | 110001 | 0 | 1010 | 101100 | 10101000 | 100001 | 101011 |
Color Harmonies of #499082
Complementary color
Monochromatic Colors of #499082
Black with #499082
Text Example
Text Example
White with #499082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499082; }
p { color: rgb(73,144,130); }
H1.HeaderClassName
{
color: #499082;
}
.AnyTagClassName
{
color: #499082;
}
</style>
background-color css
<style>
a { background-color: #499082; }
a { background-color: rgb(73,144,130); }
div.DivClassName
{
background-color: #499082;
}
.BgClassName
{
background-color: #499082;
}
</style>
border-color css
<style>
span { border-color: #499082; }
span { border-color: rgb(73,144,130); }
td.TdClassName
{
border-color: #499082;
}
.TagClassName
{
border-color: #499082;
}
</style>