Shades of Lochinvar #478C81
Tints of Lochinvar #478C81
RGB
CMYK
RGB Variations
Color information
#478C81 (or 0x478C81) is known color: Lochinvar. HEX triplet: 47, 8C and 81. RGB value is (71,140,129). Sum of RGB (Red+Green+Blue) = 71+140+129=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #478C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C81 is #B8737E. Grayscale: #767676. Windows color (decimal): -12088191 or 8490055. OLE color: 8490055.
HSL color Cylindrical-coordinate representation of color #478C81: hue angle of 170.43º 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 #478C81 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 129 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.45 |
| HSL | 170.43º | 0.33% | 0.41% | - |
| HSV(B) | 170.43º | 0.49% | 0.55% | - |
| XYZ | 15.94 | 21.68 | 24.11 | - |
| YUV | 118.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 129 | 0.49 | 0 | 0.08 | 0.45 | 170.43 | 0.33 | 0.41 |
| Hex | 47 | 8C | 81 | 31 | 0 | 8 | 2D | AA | 21 | 29 |
| Octal | 107 | 214 | 201 | 61 | 0 | 10 | 55 | 252 | 41 | 51 |
| Binary | 1000111 | 10001100 | 10000001 | 110001 | 0 | 1000 | 101101 | 10101010 | 100001 | 101001 |
Color Harmonies of #478C81
Complementary color
Monochromatic Colors of #478C81
Black with #478C81
Text Example
Text Example
White with #478C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C81; }
p { color: rgb(71,140,129); }
H1.HeaderClassName
{
color: #478C81;
}
.AnyTagClassName
{
color: #478C81;
}
</style>
background-color css
<style>
a { background-color: #478C81; }
a { background-color: rgb(71,140,129); }
div.DivClassName
{
background-color: #478C81;
}
.BgClassName
{
background-color: #478C81;
}
</style>
border-color css
<style>
span { border-color: #478C81; }
span { border-color: rgb(71,140,129); }
td.TdClassName
{
border-color: #478C81;
}
.TagClassName
{
border-color: #478C81;
}
</style>