Shades of Lochinvar #47897B
Tints of Lochinvar #47897B
RGB
CMYK
RGB Variations
Color information
#47897B (or 0x47897B) is known color: Lochinvar. HEX triplet: 47, 89 and 7B. RGB value is (71,137,123). Sum of RGB (Red+Green+Blue) = 71+137+123=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #47897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47897B is #B87684. Grayscale: #737373. Windows color (decimal): -12088965 or 8096071. OLE color: 8096071.
HSL color Cylindrical-coordinate representation of color #47897B: hue angle of 167.27º 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 #47897B is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 123 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.46 |
| HSL | 167.27º | 0.32% | 0.41% | - |
| HSV(B) | 167.27º | 0.48% | 0.54% | - |
| XYZ | 15.12 | 20.66 | 21.93 | - |
| YUV | 115.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 123 | 0.48 | 0 | 0.10 | 0.46 | 167.27 | 0.32 | 0.41 |
| Hex | 47 | 89 | 7B | 30 | 0 | A | 2E | A7 | 20 | 29 |
| Octal | 107 | 211 | 173 | 60 | 0 | 12 | 56 | 247 | 40 | 51 |
| Binary | 1000111 | 10001001 | 1111011 | 110000 | 0 | 1010 | 101110 | 10100111 | 100000 | 101001 |
Color Harmonies of #47897B
Complementary color
Monochromatic Colors of #47897B
Black with #47897B
Text Example
Text Example
White with #47897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47897B; }
p { color: rgb(71,137,123); }
H1.HeaderClassName
{
color: #47897B;
}
.AnyTagClassName
{
color: #47897B;
}
</style>
background-color css
<style>
a { background-color: #47897B; }
a { background-color: rgb(71,137,123); }
div.DivClassName
{
background-color: #47897B;
}
.BgClassName
{
background-color: #47897B;
}
</style>
border-color css
<style>
span { border-color: #47897B; }
span { border-color: rgb(71,137,123); }
td.TdClassName
{
border-color: #47897B;
}
.TagClassName
{
border-color: #47897B;
}
</style>