Shades of Lochinvar #47977E
Tints of Lochinvar #47977E
RGB
CMYK
RGB Variations
Color information
#47977E (or 0x47977E) is known color: Lochinvar. HEX triplet: 47, 97 and 7E. RGB value is (71,151,126). Sum of RGB (Red+Green+Blue) = 71+151+126=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #47977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47977E is #B86881. Grayscale: #7C7C7C. Windows color (decimal): -12085378 or 8296263. OLE color: 8296263.
HSL color Cylindrical-coordinate representation of color #47977E: hue angle of 161.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47977E is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 151 | 126 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.41 |
| HSL | 161.25º | 0.36% | 0.44% | - |
| HSV(B) | 161.25º | 0.53% | 0.59% | - |
| XYZ | 17.43 | 24.98 | 23.64 | - |
| YUV | 124.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 126 | 0.53 | 0 | 0.17 | 0.41 | 161.25 | 0.36 | 0.44 |
| Hex | 47 | 97 | 7E | 35 | 0 | 11 | 29 | A1 | 24 | 2C |
| Octal | 107 | 227 | 176 | 65 | 0 | 21 | 51 | 241 | 44 | 54 |
| Binary | 1000111 | 10010111 | 1111110 | 110101 | 0 | 10001 | 101001 | 10100001 | 100100 | 101100 |
Color Harmonies of #47977E
Complementary color
Monochromatic Colors of #47977E
Black with #47977E
Text Example
Text Example
White with #47977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47977E; }
p { color: rgb(71,151,126); }
H1.HeaderClassName
{
color: #47977E;
}
.AnyTagClassName
{
color: #47977E;
}
</style>
background-color css
<style>
a { background-color: #47977E; }
a { background-color: rgb(71,151,126); }
div.DivClassName
{
background-color: #47977E;
}
.BgClassName
{
background-color: #47977E;
}
</style>
border-color css
<style>
span { border-color: #47977E; }
span { border-color: rgb(71,151,126); }
td.TdClassName
{
border-color: #47977E;
}
.TagClassName
{
border-color: #47977E;
}
</style>