Shades of Lochinvar #4E9D93
Tints of Lochinvar #4E9D93
RGB
CMYK
RGB Variations
Color information
#4E9D93 (or 0x4E9D93) is known color: Lochinvar. HEX triplet: 4E, 9D and 93. RGB value is (78,157,147). Sum of RGB (Red+Green+Blue) = 78+157+147=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9D93 is #B1626C. Grayscale: #848484. Windows color (decimal): -11625069 or 9674062. OLE color: 9674062.
HSL color Cylindrical-coordinate representation of color #4E9D93: hue angle of 172.41º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9D93 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 157 | 147 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.38 |
| HSL | 172.41º | 0.34% | 0.46% | - |
| HSV(B) | 172.41º | 0.5% | 0.62% | - |
| XYZ | 20.47 | 27.84 | 31.9 | - |
| YUV | 132.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 147 | 0.50 | 0 | 0.06 | 0.38 | 172.41 | 0.34 | 0.46 |
| Hex | 4E | 9D | 93 | 32 | 0 | 6 | 26 | AC | 22 | 2E |
| Octal | 116 | 235 | 223 | 62 | 0 | 6 | 46 | 254 | 42 | 56 |
| Binary | 1001110 | 10011101 | 10010011 | 110010 | 0 | 110 | 100110 | 10101100 | 100010 | 101110 |
Color Harmonies of #4E9D93
Complementary color
Monochromatic Colors of #4E9D93
Black with #4E9D93
Text Example
Text Example
White with #4E9D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9D93; }
p { color: rgb(78,157,147); }
H1.HeaderClassName
{
color: #4E9D93;
}
.AnyTagClassName
{
color: #4E9D93;
}
</style>
background-color css
<style>
a { background-color: #4E9D93; }
a { background-color: rgb(78,157,147); }
div.DivClassName
{
background-color: #4E9D93;
}
.BgClassName
{
background-color: #4E9D93;
}
</style>
border-color css
<style>
span { border-color: #4E9D93; }
span { border-color: rgb(78,157,147); }
td.TdClassName
{
border-color: #4E9D93;
}
.TagClassName
{
border-color: #4E9D93;
}
</style>