Shades of Lochinvar #49947E
Tints of Lochinvar #49947E
RGB
CMYK
RGB Variations
Color information
#49947E (or 0x49947E) is known color: Lochinvar. HEX triplet: 49, 94 and 7E. RGB value is (73,148,126). Sum of RGB (Red+Green+Blue) = 73+148+126=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #49947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49947E is #B66B81. Grayscale: #7B7B7B. Windows color (decimal): -11955074 or 8295497. OLE color: 8295497.
HSL color Cylindrical-coordinate representation of color #49947E: hue angle of 162.4º 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 #49947E is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 126 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.42 |
| HSL | 162.4º | 0.34% | 0.43% | - |
| HSV(B) | 162.4º | 0.51% | 0.58% | - |
| XYZ | 17.1 | 24.1 | 23.49 | - |
| YUV | 123.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 126 | 0.51 | 0 | 0.15 | 0.42 | 162.4 | 0.34 | 0.43 |
| Hex | 49 | 94 | 7E | 33 | 0 | F | 2A | A2 | 22 | 2B |
| Octal | 111 | 224 | 176 | 63 | 0 | 17 | 52 | 242 | 42 | 53 |
| Binary | 1001001 | 10010100 | 1111110 | 110011 | 0 | 1111 | 101010 | 10100010 | 100010 | 101011 |
Color Harmonies of #49947E
Complementary color
Monochromatic Colors of #49947E
Black with #49947E
Text Example
Text Example
White with #49947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49947E; }
p { color: rgb(73,148,126); }
H1.HeaderClassName
{
color: #49947E;
}
.AnyTagClassName
{
color: #49947E;
}
</style>
background-color css
<style>
a { background-color: #49947E; }
a { background-color: rgb(73,148,126); }
div.DivClassName
{
background-color: #49947E;
}
.BgClassName
{
background-color: #49947E;
}
</style>
border-color css
<style>
span { border-color: #49947E; }
span { border-color: rgb(73,148,126); }
td.TdClassName
{
border-color: #49947E;
}
.TagClassName
{
border-color: #49947E;
}
</style>