Shades of Lochinvar #4FA089
Tints of Lochinvar #4FA089
RGB
CMYK
RGB Variations
Color information
#4FA089 (or 0x4FA089) is known color: Lochinvar. HEX triplet: 4F, A0 and 89. RGB value is (79,160,137). Sum of RGB (Red+Green+Blue) = 79+160+137=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA089 is #B05F76. Grayscale: #858585. Windows color (decimal): -11558775 or 9019471. OLE color: 9019471.
HSL color Cylindrical-coordinate representation of color #4FA089: hue angle of 162.96º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA089 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 137 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.37 |
| HSL | 162.96º | 0.34% | 0.47% | - |
| HSV(B) | 162.96º | 0.51% | 0.63% | - |
| XYZ | 20.31 | 28.61 | 28.12 | - |
| YUV | 133.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 137 | 0.51 | 0 | 0.14 | 0.37 | 162.96 | 0.34 | 0.47 |
| Hex | 4F | A0 | 89 | 33 | 0 | E | 25 | A3 | 22 | 2F |
| Octal | 117 | 240 | 211 | 63 | 0 | 16 | 45 | 243 | 42 | 57 |
| Binary | 1001111 | 10100000 | 10001001 | 110011 | 0 | 1110 | 100101 | 10100011 | 100010 | 101111 |
Color Harmonies of #4FA089
Complementary color
Monochromatic Colors of #4FA089
Black with #4FA089
Text Example
Text Example
White with #4FA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA089; }
p { color: rgb(79,160,137); }
H1.HeaderClassName
{
color: #4FA089;
}
.AnyTagClassName
{
color: #4FA089;
}
</style>
background-color css
<style>
a { background-color: #4FA089; }
a { background-color: rgb(79,160,137); }
div.DivClassName
{
background-color: #4FA089;
}
.BgClassName
{
background-color: #4FA089;
}
</style>
border-color css
<style>
span { border-color: #4FA089; }
span { border-color: rgb(79,160,137); }
td.TdClassName
{
border-color: #4FA089;
}
.TagClassName
{
border-color: #4FA089;
}
</style>