Shades of Lochinvar #47887C
Tints of Lochinvar #47887C
RGB
CMYK
RGB Variations
Color information
#47887C (or 0x47887C) is known color: Lochinvar. HEX triplet: 47, 88 and 7C. RGB value is (71,136,124). Sum of RGB (Red+Green+Blue) = 71+136+124=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #47887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47887C is #B87783. Grayscale: #737373. Windows color (decimal): -12089220 or 8161351. OLE color: 8161351.
HSL color Cylindrical-coordinate representation of color #47887C: hue angle of 168.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47887C is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 136 | 124 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.47 |
| HSL | 168.92º | 0.31% | 0.41% | - |
| HSV(B) | 168.92º | 0.48% | 0.53% | - |
| XYZ | 15.04 | 20.4 | 22.21 | - |
| YUV | 115.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 124 | 0.48 | 0 | 0.09 | 0.47 | 168.92 | 0.31 | 0.41 |
| Hex | 47 | 88 | 7C | 30 | 0 | 9 | 2F | A9 | 1F | 29 |
| Octal | 107 | 210 | 174 | 60 | 0 | 11 | 57 | 251 | 37 | 51 |
| Binary | 1000111 | 10001000 | 1111100 | 110000 | 0 | 1001 | 101111 | 10101001 | 11111 | 101001 |
Color Harmonies of #47887C
Complementary color
Monochromatic Colors of #47887C
Black with #47887C
Text Example
Text Example
White with #47887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47887C; }
p { color: rgb(71,136,124); }
H1.HeaderClassName
{
color: #47887C;
}
.AnyTagClassName
{
color: #47887C;
}
</style>
background-color css
<style>
a { background-color: #47887C; }
a { background-color: rgb(71,136,124); }
div.DivClassName
{
background-color: #47887C;
}
.BgClassName
{
background-color: #47887C;
}
</style>
border-color css
<style>
span { border-color: #47887C; }
span { border-color: rgb(71,136,124); }
td.TdClassName
{
border-color: #47887C;
}
.TagClassName
{
border-color: #47887C;
}
</style>