Shades of Lochinvar #478D7A
Tints of Lochinvar #478D7A
RGB
CMYK
RGB Variations
Color information
#478D7A (or 0x478D7A) is known color: Lochinvar. HEX triplet: 47, 8D and 7A. RGB value is (71,141,122). Sum of RGB (Red+Green+Blue) = 71+141+122=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #478D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D7A is #B87285. Grayscale: #757575. Windows color (decimal): -12087942 or 8031559. OLE color: 8031559.
HSL color Cylindrical-coordinate representation of color #478D7A: hue angle of 163.71º 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 #478D7A is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 122 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.45 |
| HSL | 163.71º | 0.33% | 0.42% | - |
| HSV(B) | 163.71º | 0.5% | 0.55% | - |
| XYZ | 15.64 | 21.79 | 21.79 | - |
| YUV | 117.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 122 | 0.50 | 0 | 0.13 | 0.45 | 163.71 | 0.33 | 0.42 |
| Hex | 47 | 8D | 7A | 32 | 0 | D | 2D | A4 | 21 | 2A |
| Octal | 107 | 215 | 172 | 62 | 0 | 15 | 55 | 244 | 41 | 52 |
| Binary | 1000111 | 10001101 | 1111010 | 110010 | 0 | 1101 | 101101 | 10100100 | 100001 | 101010 |
Color Harmonies of #478D7A
Complementary color
Monochromatic Colors of #478D7A
Black with #478D7A
Text Example
Text Example
White with #478D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D7A; }
p { color: rgb(71,141,122); }
H1.HeaderClassName
{
color: #478D7A;
}
.AnyTagClassName
{
color: #478D7A;
}
</style>
background-color css
<style>
a { background-color: #478D7A; }
a { background-color: rgb(71,141,122); }
div.DivClassName
{
background-color: #478D7A;
}
.BgClassName
{
background-color: #478D7A;
}
</style>
border-color css
<style>
span { border-color: #478D7A; }
span { border-color: rgb(71,141,122); }
td.TdClassName
{
border-color: #478D7A;
}
.TagClassName
{
border-color: #478D7A;
}
</style>