Shades of Lochinvar #478F7F
Tints of Lochinvar #478F7F
RGB
CMYK
RGB Variations
Color information
#478F7F (or 0x478F7F) is known color: Lochinvar. HEX triplet: 47, 8F and 7F. RGB value is (71,143,127). Sum of RGB (Red+Green+Blue) = 71+143+127=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #478F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478F7F is #B87080. Grayscale: #777777. Windows color (decimal): -12087425 or 8359751. OLE color: 8359751.
HSL color Cylindrical-coordinate representation of color #478F7F: hue angle of 166.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 #478F7F is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 127 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.44 |
| HSL | 166.67º | 0.34% | 0.42% | - |
| HSV(B) | 166.67º | 0.5% | 0.56% | - |
| XYZ | 16.25 | 22.52 | 23.57 | - |
| YUV | 119.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 127 | 0.50 | 0 | 0.11 | 0.44 | 166.67 | 0.34 | 0.42 |
| Hex | 47 | 8F | 7F | 32 | 0 | B | 2C | A7 | 22 | 2A |
| Octal | 107 | 217 | 177 | 62 | 0 | 13 | 54 | 247 | 42 | 52 |
| Binary | 1000111 | 10001111 | 1111111 | 110010 | 0 | 1011 | 101100 | 10100111 | 100010 | 101010 |
Color Harmonies of #478F7F
Complementary color
Monochromatic Colors of #478F7F
Black with #478F7F
Text Example
Text Example
White with #478F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F7F; }
p { color: rgb(71,143,127); }
H1.HeaderClassName
{
color: #478F7F;
}
.AnyTagClassName
{
color: #478F7F;
}
</style>
background-color css
<style>
a { background-color: #478F7F; }
a { background-color: rgb(71,143,127); }
div.DivClassName
{
background-color: #478F7F;
}
.BgClassName
{
background-color: #478F7F;
}
</style>
border-color css
<style>
span { border-color: #478F7F; }
span { border-color: rgb(71,143,127); }
td.TdClassName
{
border-color: #478F7F;
}
.TagClassName
{
border-color: #478F7F;
}
</style>