Shades of Lochinvar #499283
Tints of Lochinvar #499283
RGB
CMYK
RGB Variations
Color information
#499283 (or 0x499283) is known color: Lochinvar. HEX triplet: 49, 92 and 83. RGB value is (73,146,131). Sum of RGB (Red+Green+Blue) = 73+146+131=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #499283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499283 is #B66D7C. Grayscale: #7A7A7A. Windows color (decimal): -11955581 or 8622665. OLE color: 8622665.
HSL color Cylindrical-coordinate representation of color #499283: hue angle of 167.67º 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 #499283 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 131 | - |
| CMYK | 0.5 | 0 | 0.10 | 0.43 |
| HSL | 167.67º | 0.33% | 0.43% | - |
| HSV(B) | 167.67º | 0.5% | 0.57% | - |
| XYZ | 17.12 | 23.61 | 25.13 | - |
| YUV | 122.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 131 | 0.5 | 0 | 0.10 | 0.43 | 167.67 | 0.33 | 0.43 |
| Hex | 49 | 92 | 83 | 32 | 0 | A | 2B | A8 | 21 | 2B |
| Octal | 111 | 222 | 203 | 62 | 0 | 12 | 53 | 250 | 41 | 53 |
| Binary | 1001001 | 10010010 | 10000011 | 110010 | 0 | 1010 | 101011 | 10101000 | 100001 | 101011 |
Color Harmonies of #499283
Complementary color
Monochromatic Colors of #499283
Black with #499283
Text Example
Text Example
White with #499283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499283; }
p { color: rgb(73,146,131); }
H1.HeaderClassName
{
color: #499283;
}
.AnyTagClassName
{
color: #499283;
}
</style>
background-color css
<style>
a { background-color: #499283; }
a { background-color: rgb(73,146,131); }
div.DivClassName
{
background-color: #499283;
}
.BgClassName
{
background-color: #499283;
}
</style>
border-color css
<style>
span { border-color: #499283; }
span { border-color: rgb(73,146,131); }
td.TdClassName
{
border-color: #499283;
}
.TagClassName
{
border-color: #499283;
}
</style>