Shades of Lochinvar #47978E
Tints of Lochinvar #47978E
RGB
CMYK
RGB Variations
Color information
#47978E (or 0x47978E) is known color: Lochinvar. HEX triplet: 47, 97 and 8E. RGB value is (71,151,142). Sum of RGB (Red+Green+Blue) = 71+151+142=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #47978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47978E is #B86871. Grayscale: #7E7E7E. Windows color (decimal): -12085362 or 9344839. OLE color: 9344839.
HSL color Cylindrical-coordinate representation of color #47978E: hue angle of 173.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47978E is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 151 | 142 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.41 |
| HSL | 173.25º | 0.36% | 0.44% | - |
| HSV(B) | 173.25º | 0.53% | 0.59% | - |
| XYZ | 18.55 | 25.43 | 29.52 | - |
| YUV | 126.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 142 | 0.53 | 0 | 0.06 | 0.41 | 173.25 | 0.36 | 0.44 |
| Hex | 47 | 97 | 8E | 35 | 0 | 6 | 29 | AD | 24 | 2C |
| Octal | 107 | 227 | 216 | 65 | 0 | 6 | 51 | 255 | 44 | 54 |
| Binary | 1000111 | 10010111 | 10001110 | 110101 | 0 | 110 | 101001 | 10101101 | 100100 | 101100 |
Color Harmonies of #47978E
Complementary color
Monochromatic Colors of #47978E
Black with #47978E
Text Example
Text Example
White with #47978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47978E; }
p { color: rgb(71,151,142); }
H1.HeaderClassName
{
color: #47978E;
}
.AnyTagClassName
{
color: #47978E;
}
</style>
background-color css
<style>
a { background-color: #47978E; }
a { background-color: rgb(71,151,142); }
div.DivClassName
{
background-color: #47978E;
}
.BgClassName
{
background-color: #47978E;
}
</style>
border-color css
<style>
span { border-color: #47978E; }
span { border-color: rgb(71,151,142); }
td.TdClassName
{
border-color: #47978E;
}
.TagClassName
{
border-color: #47978E;
}
</style>