Shades of Lochinvar #47947E
Tints of Lochinvar #47947E
RGB
CMYK
RGB Variations
Color information
#47947E (or 0x47947E) is known color: Lochinvar. HEX triplet: 47, 94 and 7E. RGB value is (71,148,126). Sum of RGB (Red+Green+Blue) = 71+148+126=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #47947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47947E is #B86B81. Grayscale: #7A7A7A. Windows color (decimal): -12086146 or 8295495. OLE color: 8295495.
HSL color Cylindrical-coordinate representation of color #47947E: hue angle of 162.86º 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 #47947E is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 148 | 126 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.42 |
| HSL | 162.86º | 0.35% | 0.43% | - |
| HSV(B) | 162.86º | 0.52% | 0.58% | - |
| XYZ | 16.95 | 24.03 | 23.48 | - |
| YUV | 122.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 126 | 0.52 | 0 | 0.15 | 0.42 | 162.86 | 0.35 | 0.43 |
| Hex | 47 | 94 | 7E | 34 | 0 | F | 2A | A3 | 23 | 2B |
| Octal | 107 | 224 | 176 | 64 | 0 | 17 | 52 | 243 | 43 | 53 |
| Binary | 1000111 | 10010100 | 1111110 | 110100 | 0 | 1111 | 101010 | 10100011 | 100011 | 101011 |
Color Harmonies of #47947E
Complementary color
Monochromatic Colors of #47947E
Black with #47947E
Text Example
Text Example
White with #47947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47947E; }
p { color: rgb(71,148,126); }
H1.HeaderClassName
{
color: #47947E;
}
.AnyTagClassName
{
color: #47947E;
}
</style>
background-color css
<style>
a { background-color: #47947E; }
a { background-color: rgb(71,148,126); }
div.DivClassName
{
background-color: #47947E;
}
.BgClassName
{
background-color: #47947E;
}
</style>
border-color css
<style>
span { border-color: #47947E; }
span { border-color: rgb(71,148,126); }
td.TdClassName
{
border-color: #47947E;
}
.TagClassName
{
border-color: #47947E;
}
</style>