Shades of Lochinvar #4EA193
Tints of Lochinvar #4EA193
RGB
CMYK
RGB Variations
Color information
#4EA193 (or 0x4EA193) is known color: Lochinvar. HEX triplet: 4E, A1 and 93. RGB value is (78,161,147). Sum of RGB (Red+Green+Blue) = 78+161+147=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA193 is #B15E6C. Grayscale: #868686. Windows color (decimal): -11624045 or 9675086. OLE color: 9675086.
HSL color Cylindrical-coordinate representation of color #4EA193: hue angle of 169.88º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA193 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 147 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.37 |
| HSL | 169.88º | 0.35% | 0.47% | - |
| HSV(B) | 169.88º | 0.52% | 0.63% | - |
| XYZ | 21.15 | 29.22 | 32.13 | - |
| YUV | 134.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 147 | 0.52 | 0 | 0.09 | 0.37 | 169.88 | 0.35 | 0.47 |
| Hex | 4E | A1 | 93 | 34 | 0 | 9 | 25 | AA | 23 | 2F |
| Octal | 116 | 241 | 223 | 64 | 0 | 11 | 45 | 252 | 43 | 57 |
| Binary | 1001110 | 10100001 | 10010011 | 110100 | 0 | 1001 | 100101 | 10101010 | 100011 | 101111 |
Color Harmonies of #4EA193
Complementary color
Monochromatic Colors of #4EA193
Black with #4EA193
Text Example
Text Example
White with #4EA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA193; }
p { color: rgb(78,161,147); }
H1.HeaderClassName
{
color: #4EA193;
}
.AnyTagClassName
{
color: #4EA193;
}
</style>
background-color css
<style>
a { background-color: #4EA193; }
a { background-color: rgb(78,161,147); }
div.DivClassName
{
background-color: #4EA193;
}
.BgClassName
{
background-color: #4EA193;
}
</style>
border-color css
<style>
span { border-color: #4EA193; }
span { border-color: rgb(78,161,147); }
td.TdClassName
{
border-color: #4EA193;
}
.TagClassName
{
border-color: #4EA193;
}
</style>