Shades of Lochinvar #478E79
Tints of Lochinvar #478E79
RGB
CMYK
RGB Variations
Color information
#478E79 (or 0x478E79) is known color: Lochinvar. HEX triplet: 47, 8E and 79. RGB value is (71,142,121). Sum of RGB (Red+Green+Blue) = 71+142+121=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #478E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478E79 is #B87186. Grayscale: #767676. Windows color (decimal): -12087687 or 7966279. OLE color: 7966279.
HSL color Cylindrical-coordinate representation of color #478E79: hue angle of 162.25º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478E79 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 142 | 121 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.44 |
| HSL | 162.25º | 0.33% | 0.42% | - |
| HSV(B) | 162.25º | 0.5% | 0.56% | - |
| XYZ | 15.72 | 22.07 | 21.52 | - |
| YUV | 118.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 121 | 0.5 | 0 | 0.15 | 0.44 | 162.25 | 0.33 | 0.42 |
| Hex | 47 | 8E | 79 | 32 | 0 | F | 2C | A2 | 21 | 2A |
| Octal | 107 | 216 | 171 | 62 | 0 | 17 | 54 | 242 | 41 | 52 |
| Binary | 1000111 | 10001110 | 1111001 | 110010 | 0 | 1111 | 101100 | 10100010 | 100001 | 101010 |
Color Harmonies of #478E79
Complementary color
Monochromatic Colors of #478E79
Black with #478E79
Text Example
Text Example
White with #478E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478E79; }
p { color: rgb(71,142,121); }
H1.HeaderClassName
{
color: #478E79;
}
.AnyTagClassName
{
color: #478E79;
}
</style>
background-color css
<style>
a { background-color: #478E79; }
a { background-color: rgb(71,142,121); }
div.DivClassName
{
background-color: #478E79;
}
.BgClassName
{
background-color: #478E79;
}
</style>
border-color css
<style>
span { border-color: #478E79; }
span { border-color: rgb(71,142,121); }
td.TdClassName
{
border-color: #478E79;
}
.TagClassName
{
border-color: #478E79;
}
</style>