Shades of Lochinvar #478B7C
Tints of Lochinvar #478B7C
RGB
CMYK
RGB Variations
Color information
#478B7C (or 0x478B7C) is known color: Lochinvar. HEX triplet: 47, 8B and 7C. RGB value is (71,139,124). Sum of RGB (Red+Green+Blue) = 71+139+124=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #478B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478B7C is #B87483. Grayscale: #747474. Windows color (decimal): -12088452 or 8162119. OLE color: 8162119.
HSL color Cylindrical-coordinate representation of color #478B7C: hue angle of 166.76º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478B7C is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 139 | 124 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.45 |
| HSL | 166.76º | 0.32% | 0.41% | - |
| HSV(B) | 166.76º | 0.49% | 0.55% | - |
| XYZ | 15.47 | 21.26 | 22.36 | - |
| YUV | 116.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 124 | 0.49 | 0 | 0.11 | 0.45 | 166.76 | 0.32 | 0.41 |
| Hex | 47 | 8B | 7C | 31 | 0 | B | 2D | A7 | 20 | 29 |
| Octal | 107 | 213 | 174 | 61 | 0 | 13 | 55 | 247 | 40 | 51 |
| Binary | 1000111 | 10001011 | 1111100 | 110001 | 0 | 1011 | 101101 | 10100111 | 100000 | 101001 |
Color Harmonies of #478B7C
Complementary color
Monochromatic Colors of #478B7C
Black with #478B7C
Text Example
Text Example
White with #478B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478B7C; }
p { color: rgb(71,139,124); }
H1.HeaderClassName
{
color: #478B7C;
}
.AnyTagClassName
{
color: #478B7C;
}
</style>
background-color css
<style>
a { background-color: #478B7C; }
a { background-color: rgb(71,139,124); }
div.DivClassName
{
background-color: #478B7C;
}
.BgClassName
{
background-color: #478B7C;
}
</style>
border-color css
<style>
span { border-color: #478B7C; }
span { border-color: rgb(71,139,124); }
td.TdClassName
{
border-color: #478B7C;
}
.TagClassName
{
border-color: #478B7C;
}
</style>