Shades of Lochinvar #478F85
Tints of Lochinvar #478F85
RGB
CMYK
RGB Variations
Color information
#478F85 (or 0x478F85) is known color: Lochinvar. HEX triplet: 47, 8F and 85. RGB value is (71,143,133). Sum of RGB (Red+Green+Blue) = 71+143+133=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #478F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F85 is #B8707A. Grayscale: #787878. Windows color (decimal): -12087419 or 8752967. OLE color: 8752967.
HSL color Cylindrical-coordinate representation of color #478F85: hue angle of 171.67º 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 #478F85 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 133 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.44 |
| HSL | 171.67º | 0.34% | 0.42% | - |
| HSV(B) | 171.67º | 0.5% | 0.56% | - |
| XYZ | 16.65 | 22.68 | 25.69 | - |
| YUV | 120.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 133 | 0.50 | 0 | 0.07 | 0.44 | 171.67 | 0.34 | 0.42 |
| Hex | 47 | 8F | 85 | 32 | 0 | 7 | 2C | AC | 22 | 2A |
| Octal | 107 | 217 | 205 | 62 | 0 | 7 | 54 | 254 | 42 | 52 |
| Binary | 1000111 | 10001111 | 10000101 | 110010 | 0 | 111 | 101100 | 10101100 | 100010 | 101010 |
Color Harmonies of #478F85
Complementary color
Monochromatic Colors of #478F85
Black with #478F85
Text Example
Text Example
White with #478F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F85; }
p { color: rgb(71,143,133); }
H1.HeaderClassName
{
color: #478F85;
}
.AnyTagClassName
{
color: #478F85;
}
</style>
background-color css
<style>
a { background-color: #478F85; }
a { background-color: rgb(71,143,133); }
div.DivClassName
{
background-color: #478F85;
}
.BgClassName
{
background-color: #478F85;
}
</style>
border-color css
<style>
span { border-color: #478F85; }
span { border-color: rgb(71,143,133); }
td.TdClassName
{
border-color: #478F85;
}
.TagClassName
{
border-color: #478F85;
}
</style>