Shades of Lochinvar #47967E
Tints of Lochinvar #47967E
RGB
CMYK
RGB Variations
Color information
#47967E (or 0x47967E) is known color: Lochinvar. HEX triplet: 47, 96 and 7E. RGB value is (71,150,126). Sum of RGB (Red+Green+Blue) = 71+150+126=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #47967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47967E is #B86981. Grayscale: #7B7B7B. Windows color (decimal): -12085634 or 8296007. OLE color: 8296007.
HSL color Cylindrical-coordinate representation of color #47967E: hue angle of 161.77º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47967E is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 150 | 126 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.41 |
| HSL | 161.77º | 0.36% | 0.43% | - |
| HSV(B) | 161.77º | 0.53% | 0.59% | - |
| XYZ | 17.27 | 24.66 | 23.59 | - |
| YUV | 123.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 150 | 126 | 0.53 | 0 | 0.16 | 0.41 | 161.77 | 0.36 | 0.43 |
| Hex | 47 | 96 | 7E | 35 | 0 | 10 | 29 | A2 | 24 | 2B |
| Octal | 107 | 226 | 176 | 65 | 0 | 20 | 51 | 242 | 44 | 53 |
| Binary | 1000111 | 10010110 | 1111110 | 110101 | 0 | 10000 | 101001 | 10100010 | 100100 | 101011 |
Color Harmonies of #47967E
Complementary color
Monochromatic Colors of #47967E
Black with #47967E
Text Example
Text Example
White with #47967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47967E; }
p { color: rgb(71,150,126); }
H1.HeaderClassName
{
color: #47967E;
}
.AnyTagClassName
{
color: #47967E;
}
</style>
background-color css
<style>
a { background-color: #47967E; }
a { background-color: rgb(71,150,126); }
div.DivClassName
{
background-color: #47967E;
}
.BgClassName
{
background-color: #47967E;
}
</style>
border-color css
<style>
span { border-color: #47967E; }
span { border-color: rgb(71,150,126); }
td.TdClassName
{
border-color: #47967E;
}
.TagClassName
{
border-color: #47967E;
}
</style>