Shades of Lochinvar #499382
Tints of Lochinvar #499382
RGB
CMYK
RGB Variations
Color information
#499382 (or 0x499382) is known color: Lochinvar. HEX triplet: 49, 93 and 82. RGB value is (73,147,130). Sum of RGB (Red+Green+Blue) = 73+147+130=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #499382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499382 is #B66C7D. Grayscale: #7A7A7A. Windows color (decimal): -11955326 or 8557385. OLE color: 8557385.
HSL color Cylindrical-coordinate representation of color #499382: hue angle of 166.22º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499382 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 130 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.42 |
| HSL | 166.22º | 0.34% | 0.43% | - |
| HSV(B) | 166.22º | 0.5% | 0.58% | - |
| XYZ | 17.21 | 23.9 | 24.82 | - |
| YUV | 122.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 130 | 0.50 | 0 | 0.12 | 0.42 | 166.22 | 0.34 | 0.43 |
| Hex | 49 | 93 | 82 | 32 | 0 | C | 2A | A6 | 22 | 2B |
| Octal | 111 | 223 | 202 | 62 | 0 | 14 | 52 | 246 | 42 | 53 |
| Binary | 1001001 | 10010011 | 10000010 | 110010 | 0 | 1100 | 101010 | 10100110 | 100010 | 101011 |
Color Harmonies of #499382
Complementary color
Monochromatic Colors of #499382
Black with #499382
Text Example
Text Example
White with #499382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499382; }
p { color: rgb(73,147,130); }
H1.HeaderClassName
{
color: #499382;
}
.AnyTagClassName
{
color: #499382;
}
</style>
background-color css
<style>
a { background-color: #499382; }
a { background-color: rgb(73,147,130); }
div.DivClassName
{
background-color: #499382;
}
.BgClassName
{
background-color: #499382;
}
</style>
border-color css
<style>
span { border-color: #499382; }
span { border-color: rgb(73,147,130); }
td.TdClassName
{
border-color: #499382;
}
.TagClassName
{
border-color: #499382;
}
</style>