Shades of Lochinvar #4FA189
Tints of Lochinvar #4FA189
RGB
CMYK
RGB Variations
Color information
#4FA189 (or 0x4FA189) is known color: Lochinvar. HEX triplet: 4F, A1 and 89. RGB value is (79,161,137). Sum of RGB (Red+Green+Blue) = 79+161+137=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA189 is #B05E76. Grayscale: #858585. Windows color (decimal): -11558519 or 9019727. OLE color: 9019727.
HSL color Cylindrical-coordinate representation of color #4FA189: hue angle of 162.44º 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 #4FA189 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 137 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.37 |
| HSL | 162.44º | 0.34% | 0.47% | - |
| HSV(B) | 162.44º | 0.51% | 0.63% | - |
| XYZ | 20.48 | 28.96 | 28.18 | - |
| YUV | 133.75 | 129.83 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 137 | 0.51 | 0 | 0.15 | 0.37 | 162.44 | 0.34 | 0.47 |
| Hex | 4F | A1 | 89 | 33 | 0 | F | 25 | A2 | 22 | 2F |
| Octal | 117 | 241 | 211 | 63 | 0 | 17 | 45 | 242 | 42 | 57 |
| Binary | 1001111 | 10100001 | 10001001 | 110011 | 0 | 1111 | 100101 | 10100010 | 100010 | 101111 |
Color Harmonies of #4FA189
Complementary color
Monochromatic Colors of #4FA189
Black with #4FA189
Text Example
Text Example
White with #4FA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA189; }
p { color: rgb(79,161,137); }
H1.HeaderClassName
{
color: #4FA189;
}
.AnyTagClassName
{
color: #4FA189;
}
</style>
background-color css
<style>
a { background-color: #4FA189; }
a { background-color: rgb(79,161,137); }
div.DivClassName
{
background-color: #4FA189;
}
.BgClassName
{
background-color: #4FA189;
}
</style>
border-color css
<style>
span { border-color: #4FA189; }
span { border-color: rgb(79,161,137); }
td.TdClassName
{
border-color: #4FA189;
}
.TagClassName
{
border-color: #4FA189;
}
</style>