Shades of Lochinvar #4FA194
Tints of Lochinvar #4FA194
RGB
CMYK
RGB Variations
Color information
#4FA194 (or 0x4FA194) is known color: Lochinvar. HEX triplet: 4F, A1 and 94. RGB value is (79,161,148). Sum of RGB (Red+Green+Blue) = 79+161+148=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA194 is #B05E6B. Grayscale: #868686. Windows color (decimal): -11558508 or 9740623. OLE color: 9740623.
HSL color Cylindrical-coordinate representation of color #4FA194: hue angle of 170.49º 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 #4FA194 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 148 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.37 |
| HSL | 170.49º | 0.34% | 0.47% | - |
| HSV(B) | 170.49º | 0.51% | 0.63% | - |
| XYZ | 21.31 | 29.29 | 32.55 | - |
| YUV | 135 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 148 | 0.51 | 0 | 0.08 | 0.37 | 170.49 | 0.34 | 0.47 |
| Hex | 4F | A1 | 94 | 33 | 0 | 8 | 25 | AA | 22 | 2F |
| Octal | 117 | 241 | 224 | 63 | 0 | 10 | 45 | 252 | 42 | 57 |
| Binary | 1001111 | 10100001 | 10010100 | 110011 | 0 | 1000 | 100101 | 10101010 | 100010 | 101111 |
Color Harmonies of #4FA194
Complementary color
Monochromatic Colors of #4FA194
Black with #4FA194
Text Example
Text Example
White with #4FA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA194; }
p { color: rgb(79,161,148); }
H1.HeaderClassName
{
color: #4FA194;
}
.AnyTagClassName
{
color: #4FA194;
}
</style>
background-color css
<style>
a { background-color: #4FA194; }
a { background-color: rgb(79,161,148); }
div.DivClassName
{
background-color: #4FA194;
}
.BgClassName
{
background-color: #4FA194;
}
</style>
border-color css
<style>
span { border-color: #4FA194; }
span { border-color: rgb(79,161,148); }
td.TdClassName
{
border-color: #4FA194;
}
.TagClassName
{
border-color: #4FA194;
}
</style>