Shades of Lochinvar #4E9B8A
Tints of Lochinvar #4E9B8A
RGB
CMYK
RGB Variations
Color information
#4E9B8A (or 0x4E9B8A) is known color: Lochinvar. HEX triplet: 4E, 9B and 8A. RGB value is (78,155,138). Sum of RGB (Red+Green+Blue) = 78+155+138=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9B8A is #B16475. Grayscale: #828282. Windows color (decimal): -11625590 or 9083726. OLE color: 9083726.
HSL color Cylindrical-coordinate representation of color #4E9B8A: hue angle of 166.75º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9B8A is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 155 | 138 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.39 |
| HSL | 166.75º | 0.33% | 0.46% | - |
| HSV(B) | 166.75º | 0.5% | 0.61% | - |
| XYZ | 19.45 | 26.9 | 28.21 | - |
| YUV | 130.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 155 | 138 | 0.50 | 0 | 0.11 | 0.39 | 166.75 | 0.33 | 0.46 |
| Hex | 4E | 9B | 8A | 32 | 0 | B | 27 | A7 | 21 | 2E |
| Octal | 116 | 233 | 212 | 62 | 0 | 13 | 47 | 247 | 41 | 56 |
| Binary | 1001110 | 10011011 | 10001010 | 110010 | 0 | 1011 | 100111 | 10100111 | 100001 | 101110 |
Color Harmonies of #4E9B8A
Complementary color
Monochromatic Colors of #4E9B8A
Black with #4E9B8A
Text Example
Text Example
White with #4E9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9B8A; }
p { color: rgb(78,155,138); }
H1.HeaderClassName
{
color: #4E9B8A;
}
.AnyTagClassName
{
color: #4E9B8A;
}
</style>
background-color css
<style>
a { background-color: #4E9B8A; }
a { background-color: rgb(78,155,138); }
div.DivClassName
{
background-color: #4E9B8A;
}
.BgClassName
{
background-color: #4E9B8A;
}
</style>
border-color css
<style>
span { border-color: #4E9B8A; }
span { border-color: rgb(78,155,138); }
td.TdClassName
{
border-color: #4E9B8A;
}
.TagClassName
{
border-color: #4E9B8A;
}
</style>