Shades of Lochinvar #4FA192
Tints of Lochinvar #4FA192
RGB
CMYK
RGB Variations
Color information
#4FA192 (or 0x4FA192) is known color: Lochinvar. HEX triplet: 4F, A1 and 92. RGB value is (79,161,146). Sum of RGB (Red+Green+Blue) = 79+161+146=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA192 is #B05E6D. Grayscale: #868686. Windows color (decimal): -11558510 or 9609551. OLE color: 9609551.
HSL color Cylindrical-coordinate representation of color #4FA192: hue angle of 169.02º 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 #4FA192 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 146 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.37 |
| HSL | 169.02º | 0.34% | 0.47% | - |
| HSV(B) | 169.02º | 0.51% | 0.63% | - |
| XYZ | 21.16 | 29.23 | 31.72 | - |
| YUV | 134.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 146 | 0.51 | 0 | 0.09 | 0.37 | 169.02 | 0.34 | 0.47 |
| Hex | 4F | A1 | 92 | 33 | 0 | 9 | 25 | A9 | 22 | 2F |
| Octal | 117 | 241 | 222 | 63 | 0 | 11 | 45 | 251 | 42 | 57 |
| Binary | 1001111 | 10100001 | 10010010 | 110011 | 0 | 1001 | 100101 | 10101001 | 100010 | 101111 |
Color Harmonies of #4FA192
Complementary color
Monochromatic Colors of #4FA192
Black with #4FA192
Text Example
Text Example
White with #4FA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA192; }
p { color: rgb(79,161,146); }
H1.HeaderClassName
{
color: #4FA192;
}
.AnyTagClassName
{
color: #4FA192;
}
</style>
background-color css
<style>
a { background-color: #4FA192; }
a { background-color: rgb(79,161,146); }
div.DivClassName
{
background-color: #4FA192;
}
.BgClassName
{
background-color: #4FA192;
}
</style>
border-color css
<style>
span { border-color: #4FA192; }
span { border-color: rgb(79,161,146); }
td.TdClassName
{
border-color: #4FA192;
}
.TagClassName
{
border-color: #4FA192;
}
</style>