Shades of Lochinvar #478E85
Tints of Lochinvar #478E85
RGB
CMYK
RGB Variations
Color information
#478E85 (or 0x478E85) is known color: Lochinvar. HEX triplet: 47, 8E and 85. RGB value is (71,142,133). Sum of RGB (Red+Green+Blue) = 71+142+133=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #478E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E85 is #B8717A. Grayscale: #777777. Windows color (decimal): -12087675 or 8752711. OLE color: 8752711.
HSL color Cylindrical-coordinate representation of color #478E85: hue angle of 172.39º 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 #478E85 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 142 | 133 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.44 |
| HSL | 172.39º | 0.33% | 0.42% | - |
| HSV(B) | 172.39º | 0.5% | 0.56% | - |
| XYZ | 16.51 | 22.38 | 25.64 | - |
| YUV | 119.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 133 | 0.5 | 0 | 0.06 | 0.44 | 172.39 | 0.33 | 0.42 |
| Hex | 47 | 8E | 85 | 32 | 0 | 6 | 2C | AC | 21 | 2A |
| Octal | 107 | 216 | 205 | 62 | 0 | 6 | 54 | 254 | 41 | 52 |
| Binary | 1000111 | 10001110 | 10000101 | 110010 | 0 | 110 | 101100 | 10101100 | 100001 | 101010 |
Color Harmonies of #478E85
Complementary color
Monochromatic Colors of #478E85
Black with #478E85
Text Example
Text Example
White with #478E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478E85; }
p { color: rgb(71,142,133); }
H1.HeaderClassName
{
color: #478E85;
}
.AnyTagClassName
{
color: #478E85;
}
</style>
background-color css
<style>
a { background-color: #478E85; }
a { background-color: rgb(71,142,133); }
div.DivClassName
{
background-color: #478E85;
}
.BgClassName
{
background-color: #478E85;
}
</style>
border-color css
<style>
span { border-color: #478E85; }
span { border-color: rgb(71,142,133); }
td.TdClassName
{
border-color: #478E85;
}
.TagClassName
{
border-color: #478E85;
}
</style>