Shades of Lochinvar #499384
Tints of Lochinvar #499384
RGB
CMYK
RGB Variations
Color information
#499384 (or 0x499384) is known color: Lochinvar. HEX triplet: 49, 93 and 84. RGB value is (73,147,132). Sum of RGB (Red+Green+Blue) = 73+147+132=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #499384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499384 is #B66C7B. Grayscale: #7B7B7B. Windows color (decimal): -11955324 or 8688457. OLE color: 8688457.
HSL color Cylindrical-coordinate representation of color #499384: hue angle of 167.84º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499384 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 132 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.42 |
| HSL | 167.84º | 0.34% | 0.43% | - |
| HSV(B) | 167.84º | 0.5% | 0.58% | - |
| XYZ | 17.35 | 23.95 | 25.54 | - |
| YUV | 123.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 132 | 0.50 | 0 | 0.10 | 0.42 | 167.84 | 0.34 | 0.43 |
| Hex | 49 | 93 | 84 | 32 | 0 | A | 2A | A8 | 22 | 2B |
| Octal | 111 | 223 | 204 | 62 | 0 | 12 | 52 | 250 | 42 | 53 |
| Binary | 1001001 | 10010011 | 10000100 | 110010 | 0 | 1010 | 101010 | 10101000 | 100010 | 101011 |
Color Harmonies of #499384
Complementary color
Monochromatic Colors of #499384
Black with #499384
Text Example
Text Example
White with #499384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499384; }
p { color: rgb(73,147,132); }
H1.HeaderClassName
{
color: #499384;
}
.AnyTagClassName
{
color: #499384;
}
</style>
background-color css
<style>
a { background-color: #499384; }
a { background-color: rgb(73,147,132); }
div.DivClassName
{
background-color: #499384;
}
.BgClassName
{
background-color: #499384;
}
</style>
border-color css
<style>
span { border-color: #499384; }
span { border-color: rgb(73,147,132); }
td.TdClassName
{
border-color: #499384;
}
.TagClassName
{
border-color: #499384;
}
</style>