Shades of Lochinvar #47978F
Tints of Lochinvar #47978F
RGB
CMYK
RGB Variations
Color information
#47978F (or 0x47978F) is known color: Lochinvar. HEX triplet: 47, 97 and 8F. RGB value is (71,151,143). Sum of RGB (Red+Green+Blue) = 71+151+143=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #47978F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47978F is #B86870. Grayscale: #7E7E7E. Windows color (decimal): -12085361 or 9410375. OLE color: 9410375.
HSL color Cylindrical-coordinate representation of color #47978F: hue angle of 174º 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 #47978F is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 151 | 143 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.41 |
| HSL | 174º | 0.36% | 0.44% | - |
| HSV(B) | 174º | 0.53% | 0.59% | - |
| XYZ | 18.62 | 25.46 | 29.92 | - |
| YUV | 126.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 143 | 0.53 | 0 | 0.05 | 0.41 | 174 | 0.36 | 0.44 |
| Hex | 47 | 97 | 8F | 35 | 0 | 5 | 29 | AE | 24 | 2C |
| Octal | 107 | 227 | 217 | 65 | 0 | 5 | 51 | 256 | 44 | 54 |
| Binary | 1000111 | 10010111 | 10001111 | 110101 | 0 | 101 | 101001 | 10101110 | 100100 | 101100 |
Color Harmonies of #47978F
Complementary color
Monochromatic Colors of #47978F
Black with #47978F
Text Example
Text Example
White with #47978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47978F; }
p { color: rgb(71,151,143); }
H1.HeaderClassName
{
color: #47978F;
}
.AnyTagClassName
{
color: #47978F;
}
</style>
background-color css
<style>
a { background-color: #47978F; }
a { background-color: rgb(71,151,143); }
div.DivClassName
{
background-color: #47978F;
}
.BgClassName
{
background-color: #47978F;
}
</style>
border-color css
<style>
span { border-color: #47978F; }
span { border-color: rgb(71,151,143); }
td.TdClassName
{
border-color: #47978F;
}
.TagClassName
{
border-color: #47978F;
}
</style>