Shades of Lochinvar #478F84
Tints of Lochinvar #478F84
RGB
CMYK
RGB Variations
Color information
#478F84 (or 0x478F84) is known color: Lochinvar. HEX triplet: 47, 8F and 84. RGB value is (71,143,132). Sum of RGB (Red+Green+Blue) = 71+143+132=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #478F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F84 is #B8707B. Grayscale: #787878. Windows color (decimal): -12087420 or 8687431. OLE color: 8687431.
HSL color Cylindrical-coordinate representation of color #478F84: hue angle of 170.83º degrees, saturation: 0.34, 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 #478F84 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 132 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.44 |
| HSL | 170.83º | 0.34% | 0.42% | - |
| HSV(B) | 170.83º | 0.5% | 0.56% | - |
| XYZ | 16.59 | 22.65 | 25.33 | - |
| YUV | 120.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 132 | 0.50 | 0 | 0.08 | 0.44 | 170.83 | 0.34 | 0.42 |
| Hex | 47 | 8F | 84 | 32 | 0 | 8 | 2C | AB | 22 | 2A |
| Octal | 107 | 217 | 204 | 62 | 0 | 10 | 54 | 253 | 42 | 52 |
| Binary | 1000111 | 10001111 | 10000100 | 110010 | 0 | 1000 | 101100 | 10101011 | 100010 | 101010 |
Color Harmonies of #478F84
Complementary color
Monochromatic Colors of #478F84
Black with #478F84
Text Example
Text Example
White with #478F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F84; }
p { color: rgb(71,143,132); }
H1.HeaderClassName
{
color: #478F84;
}
.AnyTagClassName
{
color: #478F84;
}
</style>
background-color css
<style>
a { background-color: #478F84; }
a { background-color: rgb(71,143,132); }
div.DivClassName
{
background-color: #478F84;
}
.BgClassName
{
background-color: #478F84;
}
</style>
border-color css
<style>
span { border-color: #478F84; }
span { border-color: rgb(71,143,132); }
td.TdClassName
{
border-color: #478F84;
}
.TagClassName
{
border-color: #478F84;
}
</style>