Shades of Lochinvar #47947C
Tints of Lochinvar #47947C
RGB
CMYK
RGB Variations
Color information
#47947C (or 0x47947C) is known color: Lochinvar. HEX triplet: 47, 94 and 7C. RGB value is (71,148,124). Sum of RGB (Red+Green+Blue) = 71+148+124=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #47947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47947C is #B86B83. Grayscale: #7A7A7A. Windows color (decimal): -12086148 or 8164423. OLE color: 8164423.
HSL color Cylindrical-coordinate representation of color #47947C: hue angle of 161.3º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47947C is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 148 | 124 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.42 |
| HSL | 161.3º | 0.35% | 0.43% | - |
| HSV(B) | 161.3º | 0.52% | 0.58% | - |
| XYZ | 16.83 | 23.97 | 22.81 | - |
| YUV | 122.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 124 | 0.52 | 0 | 0.16 | 0.42 | 161.3 | 0.35 | 0.43 |
| Hex | 47 | 94 | 7C | 34 | 0 | 10 | 2A | A1 | 23 | 2B |
| Octal | 107 | 224 | 174 | 64 | 0 | 20 | 52 | 241 | 43 | 53 |
| Binary | 1000111 | 10010100 | 1111100 | 110100 | 0 | 10000 | 101010 | 10100001 | 100011 | 101011 |
Color Harmonies of #47947C
Complementary color
Monochromatic Colors of #47947C
Black with #47947C
Text Example
Text Example
White with #47947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47947C; }
p { color: rgb(71,148,124); }
H1.HeaderClassName
{
color: #47947C;
}
.AnyTagClassName
{
color: #47947C;
}
</style>
background-color css
<style>
a { background-color: #47947C; }
a { background-color: rgb(71,148,124); }
div.DivClassName
{
background-color: #47947C;
}
.BgClassName
{
background-color: #47947C;
}
</style>
border-color css
<style>
span { border-color: #47947C; }
span { border-color: rgb(71,148,124); }
td.TdClassName
{
border-color: #47947C;
}
.TagClassName
{
border-color: #47947C;
}
</style>