Shades of Lochinvar #499282
Tints of Lochinvar #499282
RGB
CMYK
RGB Variations
Color information
#499282 (or 0x499282) is known color: Lochinvar. HEX triplet: 49, 92 and 82. RGB value is (73,146,130). Sum of RGB (Red+Green+Blue) = 73+146+130=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #499282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499282 is #B66D7D. Grayscale: #7A7A7A. Windows color (decimal): -11955582 or 8557129. OLE color: 8557129.
HSL color Cylindrical-coordinate representation of color #499282: hue angle of 166.85º 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 #499282 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 130 | - |
| CMYK | 0.5 | 0 | 0.11 | 0.43 |
| HSL | 166.85º | 0.33% | 0.43% | - |
| HSV(B) | 166.85º | 0.5% | 0.57% | - |
| XYZ | 17.06 | 23.59 | 24.77 | - |
| YUV | 122.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 130 | 0.5 | 0 | 0.11 | 0.43 | 166.85 | 0.33 | 0.43 |
| Hex | 49 | 92 | 82 | 32 | 0 | B | 2B | A7 | 21 | 2B |
| Octal | 111 | 222 | 202 | 62 | 0 | 13 | 53 | 247 | 41 | 53 |
| Binary | 1001001 | 10010010 | 10000010 | 110010 | 0 | 1011 | 101011 | 10100111 | 100001 | 101011 |
Color Harmonies of #499282
Complementary color
Monochromatic Colors of #499282
Black with #499282
Text Example
Text Example
White with #499282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499282; }
p { color: rgb(73,146,130); }
H1.HeaderClassName
{
color: #499282;
}
.AnyTagClassName
{
color: #499282;
}
</style>
background-color css
<style>
a { background-color: #499282; }
a { background-color: rgb(73,146,130); }
div.DivClassName
{
background-color: #499282;
}
.BgClassName
{
background-color: #499282;
}
</style>
border-color css
<style>
span { border-color: #499282; }
span { border-color: rgb(73,146,130); }
td.TdClassName
{
border-color: #499282;
}
.TagClassName
{
border-color: #499282;
}
</style>