Shades of Lochinvar #499285
Tints of Lochinvar #499285
RGB
CMYK
RGB Variations
Color information
#499285 (or 0x499285) is known color: Lochinvar. HEX triplet: 49, 92 and 85. RGB value is (73,146,133). Sum of RGB (Red+Green+Blue) = 73+146+133=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #499285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499285 is #B66D7A. Grayscale: #7A7A7A. Windows color (decimal): -11955579 or 8753737. OLE color: 8753737.
HSL color Cylindrical-coordinate representation of color #499285: hue angle of 169.32º 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 #499285 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 133 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.43 |
| HSL | 169.32º | 0.33% | 0.43% | - |
| HSV(B) | 169.32º | 0.5% | 0.57% | - |
| XYZ | 17.26 | 23.67 | 25.85 | - |
| YUV | 122.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 133 | 0.5 | 0 | 0.09 | 0.43 | 169.32 | 0.33 | 0.43 |
| Hex | 49 | 92 | 85 | 32 | 0 | 9 | 2B | A9 | 21 | 2B |
| Octal | 111 | 222 | 205 | 62 | 0 | 11 | 53 | 251 | 41 | 53 |
| Binary | 1001001 | 10010010 | 10000101 | 110010 | 0 | 1001 | 101011 | 10101001 | 100001 | 101011 |
Color Harmonies of #499285
Complementary color
Monochromatic Colors of #499285
Black with #499285
Text Example
Text Example
White with #499285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499285; }
p { color: rgb(73,146,133); }
H1.HeaderClassName
{
color: #499285;
}
.AnyTagClassName
{
color: #499285;
}
</style>
background-color css
<style>
a { background-color: #499285; }
a { background-color: rgb(73,146,133); }
div.DivClassName
{
background-color: #499285;
}
.BgClassName
{
background-color: #499285;
}
</style>
border-color css
<style>
span { border-color: #499285; }
span { border-color: rgb(73,146,133); }
td.TdClassName
{
border-color: #499285;
}
.TagClassName
{
border-color: #499285;
}
</style>