Shades of Lochinvar #478C7D
Tints of Lochinvar #478C7D
RGB
CMYK
RGB Variations
Color information
#478C7D (or 0x478C7D) is known color: Lochinvar. HEX triplet: 47, 8C and 7D. RGB value is (71,140,125). Sum of RGB (Red+Green+Blue) = 71+140+125=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #478C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C7D is #B87382. Grayscale: #757575. Windows color (decimal): -12088195 or 8227911. OLE color: 8227911.
HSL color Cylindrical-coordinate representation of color #478C7D: hue angle of 166.96º degrees, saturation: 0.33, 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 #478C7D is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 125 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.45 |
| HSL | 166.96º | 0.33% | 0.41% | - |
| HSV(B) | 166.96º | 0.49% | 0.55% | - |
| XYZ | 15.68 | 21.58 | 22.74 | - |
| YUV | 117.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 125 | 0.49 | 0 | 0.11 | 0.45 | 166.96 | 0.33 | 0.41 |
| Hex | 47 | 8C | 7D | 31 | 0 | B | 2D | A7 | 21 | 29 |
| Octal | 107 | 214 | 175 | 61 | 0 | 13 | 55 | 247 | 41 | 51 |
| Binary | 1000111 | 10001100 | 1111101 | 110001 | 0 | 1011 | 101101 | 10100111 | 100001 | 101001 |
Color Harmonies of #478C7D
Complementary color
Monochromatic Colors of #478C7D
Black with #478C7D
Text Example
Text Example
White with #478C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C7D; }
p { color: rgb(71,140,125); }
H1.HeaderClassName
{
color: #478C7D;
}
.AnyTagClassName
{
color: #478C7D;
}
</style>
background-color css
<style>
a { background-color: #478C7D; }
a { background-color: rgb(71,140,125); }
div.DivClassName
{
background-color: #478C7D;
}
.BgClassName
{
background-color: #478C7D;
}
</style>
border-color css
<style>
span { border-color: #478C7D; }
span { border-color: rgb(71,140,125); }
td.TdClassName
{
border-color: #478C7D;
}
.TagClassName
{
border-color: #478C7D;
}
</style>