Shades of Lochinvar #499485
Tints of Lochinvar #499485
RGB
CMYK
RGB Variations
Color information
#499485 (or 0x499485) is known color: Lochinvar. HEX triplet: 49, 94 and 85. RGB value is (73,148,133). Sum of RGB (Red+Green+Blue) = 73+148+133=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #499485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499485 is #B66B7A. Grayscale: #7B7B7B. Windows color (decimal): -11955067 or 8754249. OLE color: 8754249.
HSL color Cylindrical-coordinate representation of color #499485: hue angle of 168º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499485 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 133 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.42 |
| HSL | 168º | 0.34% | 0.43% | - |
| HSV(B) | 168º | 0.51% | 0.58% | - |
| XYZ | 17.57 | 24.29 | 25.95 | - |
| YUV | 123.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 133 | 0.51 | 0 | 0.10 | 0.42 | 168 | 0.34 | 0.43 |
| Hex | 49 | 94 | 85 | 33 | 0 | A | 2A | A8 | 22 | 2B |
| Octal | 111 | 224 | 205 | 63 | 0 | 12 | 52 | 250 | 42 | 53 |
| Binary | 1001001 | 10010100 | 10000101 | 110011 | 0 | 1010 | 101010 | 10101000 | 100010 | 101011 |
Color Harmonies of #499485
Complementary color
Monochromatic Colors of #499485
Black with #499485
Text Example
Text Example
White with #499485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499485; }
p { color: rgb(73,148,133); }
H1.HeaderClassName
{
color: #499485;
}
.AnyTagClassName
{
color: #499485;
}
</style>
background-color css
<style>
a { background-color: #499485; }
a { background-color: rgb(73,148,133); }
div.DivClassName
{
background-color: #499485;
}
.BgClassName
{
background-color: #499485;
}
</style>
border-color css
<style>
span { border-color: #499485; }
span { border-color: rgb(73,148,133); }
td.TdClassName
{
border-color: #499485;
}
.TagClassName
{
border-color: #499485;
}
</style>