Shades of Lochinvar #499885
Tints of Lochinvar #499885
RGB
CMYK
RGB Variations
Color information
#499885 (or 0x499885) is known color: Lochinvar. HEX triplet: 49, 98 and 85. RGB value is (73,152,133). Sum of RGB (Red+Green+Blue) = 73+152+133=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #499885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499885 is #B6677A. Grayscale: #7E7E7E. Windows color (decimal): -11954043 or 8755273. OLE color: 8755273.
HSL color Cylindrical-coordinate representation of color #499885: hue angle of 165.57º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499885 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 133 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.40 |
| HSL | 165.57º | 0.35% | 0.44% | - |
| HSV(B) | 165.57º | 0.52% | 0.6% | - |
| XYZ | 18.21 | 25.57 | 26.17 | - |
| YUV | 126.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 133 | 0.52 | 0 | 0.13 | 0.40 | 165.57 | 0.35 | 0.44 |
| Hex | 49 | 98 | 85 | 34 | 0 | D | 28 | A6 | 23 | 2C |
| Octal | 111 | 230 | 205 | 64 | 0 | 15 | 50 | 246 | 43 | 54 |
| Binary | 1001001 | 10011000 | 10000101 | 110100 | 0 | 1101 | 101000 | 10100110 | 100011 | 101100 |
Color Harmonies of #499885
Complementary color
Monochromatic Colors of #499885
Black with #499885
Text Example
Text Example
White with #499885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499885; }
p { color: rgb(73,152,133); }
H1.HeaderClassName
{
color: #499885;
}
.AnyTagClassName
{
color: #499885;
}
</style>
background-color css
<style>
a { background-color: #499885; }
a { background-color: rgb(73,152,133); }
div.DivClassName
{
background-color: #499885;
}
.BgClassName
{
background-color: #499885;
}
</style>
border-color css
<style>
span { border-color: #499885; }
span { border-color: rgb(73,152,133); }
td.TdClassName
{
border-color: #499885;
}
.TagClassName
{
border-color: #499885;
}
</style>