Shades of Lochinvar #47937E
Tints of Lochinvar #47937E
RGB
CMYK
RGB Variations
Color information
#47937E (or 0x47937E) is known color: Lochinvar. HEX triplet: 47, 93 and 7E. RGB value is (71,147,126). Sum of RGB (Red+Green+Blue) = 71+147+126=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #47937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47937E is #B86C81. Grayscale: #797979. Windows color (decimal): -12086402 or 8295239. OLE color: 8295239.
HSL color Cylindrical-coordinate representation of color #47937E: hue angle of 163.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47937E is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 126 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.42 |
| HSL | 163.42º | 0.35% | 0.43% | - |
| HSV(B) | 163.42º | 0.52% | 0.58% | - |
| XYZ | 16.8 | 23.71 | 23.43 | - |
| YUV | 121.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 126 | 0.52 | 0 | 0.14 | 0.42 | 163.42 | 0.35 | 0.43 |
| Hex | 47 | 93 | 7E | 34 | 0 | E | 2A | A3 | 23 | 2B |
| Octal | 107 | 223 | 176 | 64 | 0 | 16 | 52 | 243 | 43 | 53 |
| Binary | 1000111 | 10010011 | 1111110 | 110100 | 0 | 1110 | 101010 | 10100011 | 100011 | 101011 |
Color Harmonies of #47937E
Complementary color
Monochromatic Colors of #47937E
Black with #47937E
Text Example
Text Example
White with #47937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47937E; }
p { color: rgb(71,147,126); }
H1.HeaderClassName
{
color: #47937E;
}
.AnyTagClassName
{
color: #47937E;
}
</style>
background-color css
<style>
a { background-color: #47937E; }
a { background-color: rgb(71,147,126); }
div.DivClassName
{
background-color: #47937E;
}
.BgClassName
{
background-color: #47937E;
}
</style>
border-color css
<style>
span { border-color: #47937E; }
span { border-color: rgb(71,147,126); }
td.TdClassName
{
border-color: #47937E;
}
.TagClassName
{
border-color: #47937E;
}
</style>