Shades of Lochinvar #499585
Tints of Lochinvar #499585
RGB
CMYK
RGB Variations
Color information
#499585 (or 0x499585) is known color: Lochinvar. HEX triplet: 49, 95 and 85. RGB value is (73,149,133). Sum of RGB (Red+Green+Blue) = 73+149+133=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #499585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499585 is #B66A7A. Grayscale: #7C7C7C. Windows color (decimal): -11954811 or 8754505. OLE color: 8754505.
HSL color Cylindrical-coordinate representation of color #499585: hue angle of 167.37º 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 #499585 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 133 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.42 |
| HSL | 167.37º | 0.34% | 0.44% | - |
| HSV(B) | 167.37º | 0.51% | 0.58% | - |
| XYZ | 17.73 | 24.6 | 26.01 | - |
| YUV | 124.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 133 | 0.51 | 0 | 0.11 | 0.42 | 167.37 | 0.34 | 0.44 |
| Hex | 49 | 95 | 85 | 33 | 0 | B | 2A | A7 | 22 | 2C |
| Octal | 111 | 225 | 205 | 63 | 0 | 13 | 52 | 247 | 42 | 54 |
| Binary | 1001001 | 10010101 | 10000101 | 110011 | 0 | 1011 | 101010 | 10100111 | 100010 | 101100 |
Color Harmonies of #499585
Complementary color
Monochromatic Colors of #499585
Black with #499585
Text Example
Text Example
White with #499585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499585; }
p { color: rgb(73,149,133); }
H1.HeaderClassName
{
color: #499585;
}
.AnyTagClassName
{
color: #499585;
}
</style>
background-color css
<style>
a { background-color: #499585; }
a { background-color: rgb(73,149,133); }
div.DivClassName
{
background-color: #499585;
}
.BgClassName
{
background-color: #499585;
}
</style>
border-color css
<style>
span { border-color: #499585; }
span { border-color: rgb(73,149,133); }
td.TdClassName
{
border-color: #499585;
}
.TagClassName
{
border-color: #499585;
}
</style>