Shades of Lochinvar #47877C
Tints of Lochinvar #47877C
RGB
CMYK
RGB Variations
Color information
#47877C (or 0x47877C) is known color: Lochinvar. HEX triplet: 47, 87 and 7C. RGB value is (71,135,124). Sum of RGB (Red+Green+Blue) = 71+135+124=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #47877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47877C is #B87883. Grayscale: #727272. Windows color (decimal): -12089476 or 8161095. OLE color: 8161095.
HSL color Cylindrical-coordinate representation of color #47877C: hue angle of 169.69º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47877C is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 135 | 124 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.47 |
| HSL | 169.69º | 0.31% | 0.4% | - |
| HSV(B) | 169.69º | 0.47% | 0.53% | - |
| XYZ | 14.9 | 20.12 | 22.17 | - |
| YUV | 114.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 124 | 0.47 | 0 | 0.08 | 0.47 | 169.69 | 0.31 | 0.4 |
| Hex | 47 | 87 | 7C | 2F | 0 | 8 | 2F | AA | 1F | 28 |
| Octal | 107 | 207 | 174 | 57 | 0 | 10 | 57 | 252 | 37 | 50 |
| Binary | 1000111 | 10000111 | 1111100 | 101111 | 0 | 1000 | 101111 | 10101010 | 11111 | 101000 |
Color Harmonies of #47877C
Complementary color
Monochromatic Colors of #47877C
Black with #47877C
Text Example
Text Example
White with #47877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47877C; }
p { color: rgb(71,135,124); }
H1.HeaderClassName
{
color: #47877C;
}
.AnyTagClassName
{
color: #47877C;
}
</style>
background-color css
<style>
a { background-color: #47877C; }
a { background-color: rgb(71,135,124); }
div.DivClassName
{
background-color: #47877C;
}
.BgClassName
{
background-color: #47877C;
}
</style>
border-color css
<style>
span { border-color: #47877C; }
span { border-color: rgb(71,135,124); }
td.TdClassName
{
border-color: #47877C;
}
.TagClassName
{
border-color: #47877C;
}
</style>