Shades of Lochinvar #499985
Tints of Lochinvar #499985
RGB
CMYK
RGB Variations
Color information
#499985 (or 0x499985) is known color: Lochinvar. HEX triplet: 49, 99 and 85. RGB value is (73,153,133). Sum of RGB (Red+Green+Blue) = 73+153+133=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #499985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499985 is #B6667A. Grayscale: #7E7E7E. Windows color (decimal): -11953787 or 8755529. OLE color: 8755529.
HSL color Cylindrical-coordinate representation of color #499985: hue angle of 165º 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 #499985 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 133 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.4 |
| HSL | 165º | 0.35% | 0.44% | - |
| HSV(B) | 165º | 0.52% | 0.6% | - |
| XYZ | 18.37 | 25.89 | 26.22 | - |
| YUV | 126.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 133 | 0.52 | 0 | 0.13 | 0.4 | 165 | 0.35 | 0.44 |
| Hex | 49 | 99 | 85 | 34 | 0 | D | 28 | A5 | 23 | 2C |
| Octal | 111 | 231 | 205 | 64 | 0 | 15 | 50 | 245 | 43 | 54 |
| Binary | 1001001 | 10011001 | 10000101 | 110100 | 0 | 1101 | 101000 | 10100101 | 100011 | 101100 |
Color Harmonies of #499985
Complementary color
Monochromatic Colors of #499985
Black with #499985
Text Example
Text Example
White with #499985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499985; }
p { color: rgb(73,153,133); }
H1.HeaderClassName
{
color: #499985;
}
.AnyTagClassName
{
color: #499985;
}
</style>
background-color css
<style>
a { background-color: #499985; }
a { background-color: rgb(73,153,133); }
div.DivClassName
{
background-color: #499985;
}
.BgClassName
{
background-color: #499985;
}
</style>
border-color css
<style>
span { border-color: #499985; }
span { border-color: rgb(73,153,133); }
td.TdClassName
{
border-color: #499985;
}
.TagClassName
{
border-color: #499985;
}
</style>