Shades of Lochinvar #499582
Tints of Lochinvar #499582
RGB
CMYK
RGB Variations
Color information
#499582 (or 0x499582) is known color: Lochinvar. HEX triplet: 49, 95 and 82. RGB value is (73,149,130). Sum of RGB (Red+Green+Blue) = 73+149+130=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #499582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499582 is #B66A7D. Grayscale: #7C7C7C. Windows color (decimal): -11954814 or 8557897. OLE color: 8557897.
HSL color Cylindrical-coordinate representation of color #499582: hue angle of 165º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499582 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 130 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.42 |
| HSL | 165º | 0.34% | 0.44% | - |
| HSV(B) | 165º | 0.51% | 0.58% | - |
| XYZ | 17.52 | 24.52 | 24.93 | - |
| YUV | 124.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 130 | 0.51 | 0 | 0.13 | 0.42 | 165 | 0.34 | 0.44 |
| Hex | 49 | 95 | 82 | 33 | 0 | D | 2A | A5 | 22 | 2C |
| Octal | 111 | 225 | 202 | 63 | 0 | 15 | 52 | 245 | 42 | 54 |
| Binary | 1001001 | 10010101 | 10000010 | 110011 | 0 | 1101 | 101010 | 10100101 | 100010 | 101100 |
Color Harmonies of #499582
Complementary color
Monochromatic Colors of #499582
Black with #499582
Text Example
Text Example
White with #499582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499582; }
p { color: rgb(73,149,130); }
H1.HeaderClassName
{
color: #499582;
}
.AnyTagClassName
{
color: #499582;
}
</style>
background-color css
<style>
a { background-color: #499582; }
a { background-color: rgb(73,149,130); }
div.DivClassName
{
background-color: #499582;
}
.BgClassName
{
background-color: #499582;
}
</style>
border-color css
<style>
span { border-color: #499582; }
span { border-color: rgb(73,149,130); }
td.TdClassName
{
border-color: #499582;
}
.TagClassName
{
border-color: #499582;
}
</style>