Shades of Lochinvar #49997C
Tints of Lochinvar #49997C
RGB
CMYK
RGB Variations
Color information
#49997C (or 0x49997C) is known color: Lochinvar. HEX triplet: 49, 99 and 7C. RGB value is (73,153,124). Sum of RGB (Red+Green+Blue) = 73+153+124=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #49997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49997C is #B66683. Grayscale: #7D7D7D. Windows color (decimal): -11953796 or 8165705. OLE color: 8165705.
HSL color Cylindrical-coordinate representation of color #49997C: hue angle of 158.25º 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 #49997C is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 124 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.4 |
| HSL | 158.25º | 0.35% | 0.44% | - |
| HSV(B) | 158.25º | 0.52% | 0.6% | - |
| XYZ | 17.78 | 25.65 | 23.08 | - |
| YUV | 125.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 124 | 0.52 | 0 | 0.19 | 0.4 | 158.25 | 0.35 | 0.44 |
| Hex | 49 | 99 | 7C | 34 | 0 | 13 | 28 | 9E | 23 | 2C |
| Octal | 111 | 231 | 174 | 64 | 0 | 23 | 50 | 236 | 43 | 54 |
| Binary | 1001001 | 10011001 | 1111100 | 110100 | 0 | 10011 | 101000 | 10011110 | 100011 | 101100 |
Color Harmonies of #49997C
Complementary color
Monochromatic Colors of #49997C
Black with #49997C
Text Example
Text Example
White with #49997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49997C; }
p { color: rgb(73,153,124); }
H1.HeaderClassName
{
color: #49997C;
}
.AnyTagClassName
{
color: #49997C;
}
</style>
background-color css
<style>
a { background-color: #49997C; }
a { background-color: rgb(73,153,124); }
div.DivClassName
{
background-color: #49997C;
}
.BgClassName
{
background-color: #49997C;
}
</style>
border-color css
<style>
span { border-color: #49997C; }
span { border-color: rgb(73,153,124); }
td.TdClassName
{
border-color: #49997C;
}
.TagClassName
{
border-color: #49997C;
}
</style>