Shades of Lochinvar #47897E
Tints of Lochinvar #47897E
RGB
CMYK
RGB Variations
Color information
#47897E (or 0x47897E) is known color: Lochinvar. HEX triplet: 47, 89 and 7E. RGB value is (71,137,126). Sum of RGB (Red+Green+Blue) = 71+137+126=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #47897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47897E is #B87681. Grayscale: #737373. Windows color (decimal): -12088962 or 8292679. OLE color: 8292679.
HSL color Cylindrical-coordinate representation of color #47897E: hue angle of 170º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47897E is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 126 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.46 |
| HSL | 170º | 0.32% | 0.41% | - |
| HSV(B) | 170º | 0.48% | 0.54% | - |
| XYZ | 15.31 | 20.74 | 22.93 | - |
| YUV | 116.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 126 | 0.48 | 0 | 0.08 | 0.46 | 170 | 0.32 | 0.41 |
| Hex | 47 | 89 | 7E | 30 | 0 | 8 | 2E | AA | 20 | 29 |
| Octal | 107 | 211 | 176 | 60 | 0 | 10 | 56 | 252 | 40 | 51 |
| Binary | 1000111 | 10001001 | 1111110 | 110000 | 0 | 1000 | 101110 | 10101010 | 100000 | 101001 |
Color Harmonies of #47897E
Complementary color
Monochromatic Colors of #47897E
Black with #47897E
Text Example
Text Example
White with #47897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47897E; }
p { color: rgb(71,137,126); }
H1.HeaderClassName
{
color: #47897E;
}
.AnyTagClassName
{
color: #47897E;
}
</style>
background-color css
<style>
a { background-color: #47897E; }
a { background-color: rgb(71,137,126); }
div.DivClassName
{
background-color: #47897E;
}
.BgClassName
{
background-color: #47897E;
}
</style>
border-color css
<style>
span { border-color: #47897E; }
span { border-color: rgb(71,137,126); }
td.TdClassName
{
border-color: #47897E;
}
.TagClassName
{
border-color: #47897E;
}
</style>