Shades of Lochinvar #4EA093
Tints of Lochinvar #4EA093
RGB
CMYK
RGB Variations
Color information
#4EA093 (or 0x4EA093) is known color: Lochinvar. HEX triplet: 4E, A0 and 93. RGB value is (78,160,147). Sum of RGB (Red+Green+Blue) = 78+160+147=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA093 is #B15F6C. Grayscale: #858585. Windows color (decimal): -11624301 or 9674830. OLE color: 9674830.
HSL color Cylindrical-coordinate representation of color #4EA093: 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 #4EA093 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 147 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.37 |
| HSL | 170.49º | 0.34% | 0.47% | - |
| HSV(B) | 170.49º | 0.51% | 0.63% | - |
| XYZ | 20.98 | 28.87 | 32.07 | - |
| YUV | 134 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 147 | 0.51 | 0 | 0.08 | 0.37 | 170.49 | 0.34 | 0.47 |
| Hex | 4E | A0 | 93 | 33 | 0 | 8 | 25 | AA | 22 | 2F |
| Octal | 116 | 240 | 223 | 63 | 0 | 10 | 45 | 252 | 42 | 57 |
| Binary | 1001110 | 10100000 | 10010011 | 110011 | 0 | 1000 | 100101 | 10101010 | 100010 | 101111 |
Color Harmonies of #4EA093
Complementary color
Monochromatic Colors of #4EA093
Black with #4EA093
Text Example
Text Example
White with #4EA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA093; }
p { color: rgb(78,160,147); }
H1.HeaderClassName
{
color: #4EA093;
}
.AnyTagClassName
{
color: #4EA093;
}
</style>
background-color css
<style>
a { background-color: #4EA093; }
a { background-color: rgb(78,160,147); }
div.DivClassName
{
background-color: #4EA093;
}
.BgClassName
{
background-color: #4EA093;
}
</style>
border-color css
<style>
span { border-color: #4EA093; }
span { border-color: rgb(78,160,147); }
td.TdClassName
{
border-color: #4EA093;
}
.TagClassName
{
border-color: #4EA093;
}
</style>