Shades of Lochinvar #47887E
Tints of Lochinvar #47887E
RGB
CMYK
RGB Variations
Color information
#47887E (or 0x47887E) is known color: Lochinvar. HEX triplet: 47, 88 and 7E. RGB value is (71,136,126). Sum of RGB (Red+Green+Blue) = 71+136+126=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #47887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47887E is #B87781. Grayscale: #737373. Windows color (decimal): -12089218 or 8292423. OLE color: 8292423.
HSL color Cylindrical-coordinate representation of color #47887E: hue angle of 170.77º 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 #47887E is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 136 | 126 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.47 |
| HSL | 170.77º | 0.31% | 0.41% | - |
| HSV(B) | 170.77º | 0.48% | 0.53% | - |
| XYZ | 15.17 | 20.45 | 22.89 | - |
| YUV | 115.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 126 | 0.48 | 0 | 0.07 | 0.47 | 170.77 | 0.31 | 0.41 |
| Hex | 47 | 88 | 7E | 30 | 0 | 7 | 2F | AB | 1F | 29 |
| Octal | 107 | 210 | 176 | 60 | 0 | 7 | 57 | 253 | 37 | 51 |
| Binary | 1000111 | 10001000 | 1111110 | 110000 | 0 | 111 | 101111 | 10101011 | 11111 | 101001 |
Color Harmonies of #47887E
Complementary color
Monochromatic Colors of #47887E
Black with #47887E
Text Example
Text Example
White with #47887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47887E; }
p { color: rgb(71,136,126); }
H1.HeaderClassName
{
color: #47887E;
}
.AnyTagClassName
{
color: #47887E;
}
</style>
background-color css
<style>
a { background-color: #47887E; }
a { background-color: rgb(71,136,126); }
div.DivClassName
{
background-color: #47887E;
}
.BgClassName
{
background-color: #47887E;
}
</style>
border-color css
<style>
span { border-color: #47887E; }
span { border-color: rgb(71,136,126); }
td.TdClassName
{
border-color: #47887E;
}
.TagClassName
{
border-color: #47887E;
}
</style>