Shades of Lochinvar #478D7E
Tints of Lochinvar #478D7E
RGB
CMYK
RGB Variations
Color information
#478D7E (or 0x478D7E) is known color: Lochinvar. HEX triplet: 47, 8D and 7E. RGB value is (71,141,126). Sum of RGB (Red+Green+Blue) = 71+141+126=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #478D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D7E is #B87281. Grayscale: #767676. Windows color (decimal): -12087938 or 8293703. OLE color: 8293703.
HSL color Cylindrical-coordinate representation of color #478D7E: hue angle of 167.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D7E is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 126 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.45 |
| HSL | 167.14º | 0.33% | 0.42% | - |
| HSV(B) | 167.14º | 0.5% | 0.55% | - |
| XYZ | 15.89 | 21.9 | 23.13 | - |
| YUV | 118.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 126 | 0.50 | 0 | 0.11 | 0.45 | 167.14 | 0.33 | 0.42 |
| Hex | 47 | 8D | 7E | 32 | 0 | B | 2D | A7 | 21 | 2A |
| Octal | 107 | 215 | 176 | 62 | 0 | 13 | 55 | 247 | 41 | 52 |
| Binary | 1000111 | 10001101 | 1111110 | 110010 | 0 | 1011 | 101101 | 10100111 | 100001 | 101010 |
Color Harmonies of #478D7E
Complementary color
Monochromatic Colors of #478D7E
Black with #478D7E
Text Example
Text Example
White with #478D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D7E; }
p { color: rgb(71,141,126); }
H1.HeaderClassName
{
color: #478D7E;
}
.AnyTagClassName
{
color: #478D7E;
}
</style>
background-color css
<style>
a { background-color: #478D7E; }
a { background-color: rgb(71,141,126); }
div.DivClassName
{
background-color: #478D7E;
}
.BgClassName
{
background-color: #478D7E;
}
</style>
border-color css
<style>
span { border-color: #478D7E; }
span { border-color: rgb(71,141,126); }
td.TdClassName
{
border-color: #478D7E;
}
.TagClassName
{
border-color: #478D7E;
}
</style>