Shades of Lochinvar #478E7B
Tints of Lochinvar #478E7B
RGB
CMYK
RGB Variations
Color information
#478E7B (or 0x478E7B) is known color: Lochinvar. HEX triplet: 47, 8E and 7B. RGB value is (71,142,123). Sum of RGB (Red+Green+Blue) = 71+142+123=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #478E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478E7B is #B87184. Grayscale: #767676. Windows color (decimal): -12087685 or 8097351. OLE color: 8097351.
HSL color Cylindrical-coordinate representation of color #478E7B: hue angle of 163.94º 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 #478E7B is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 142 | 123 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.44 |
| HSL | 163.94º | 0.33% | 0.42% | - |
| HSV(B) | 163.94º | 0.5% | 0.56% | - |
| XYZ | 15.85 | 22.12 | 22.17 | - |
| YUV | 118.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 123 | 0.5 | 0 | 0.13 | 0.44 | 163.94 | 0.33 | 0.42 |
| Hex | 47 | 8E | 7B | 32 | 0 | D | 2C | A4 | 21 | 2A |
| Octal | 107 | 216 | 173 | 62 | 0 | 15 | 54 | 244 | 41 | 52 |
| Binary | 1000111 | 10001110 | 1111011 | 110010 | 0 | 1101 | 101100 | 10100100 | 100001 | 101010 |
Color Harmonies of #478E7B
Complementary color
Monochromatic Colors of #478E7B
Black with #478E7B
Text Example
Text Example
White with #478E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478E7B; }
p { color: rgb(71,142,123); }
H1.HeaderClassName
{
color: #478E7B;
}
.AnyTagClassName
{
color: #478E7B;
}
</style>
background-color css
<style>
a { background-color: #478E7B; }
a { background-color: rgb(71,142,123); }
div.DivClassName
{
background-color: #478E7B;
}
.BgClassName
{
background-color: #478E7B;
}
</style>
border-color css
<style>
span { border-color: #478E7B; }
span { border-color: rgb(71,142,123); }
td.TdClassName
{
border-color: #478E7B;
}
.TagClassName
{
border-color: #478E7B;
}
</style>