Shades of Lochinvar #4E988D
Tints of Lochinvar #4E988D
RGB
CMYK
RGB Variations
Color information
#4E988D (or 0x4E988D) is known color: Lochinvar. HEX triplet: 4E, 98 and 8D. RGB value is (78,152,141). Sum of RGB (Red+Green+Blue) = 78+152+141=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #4E988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E988D is #B16772. Grayscale: #808080. Windows color (decimal): -11626355 or 9279566. OLE color: 9279566.
HSL color Cylindrical-coordinate representation of color #4E988D: hue angle of 171.08º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E988D is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 152 | 141 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.40 |
| HSL | 171.08º | 0.32% | 0.45% | - |
| HSV(B) | 171.08º | 0.49% | 0.6% | - |
| XYZ | 19.18 | 26 | 29.21 | - |
| YUV | 128.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 141 | 0.49 | 0 | 0.07 | 0.40 | 171.08 | 0.32 | 0.45 |
| Hex | 4E | 98 | 8D | 31 | 0 | 7 | 28 | AB | 20 | 2D |
| Octal | 116 | 230 | 215 | 61 | 0 | 7 | 50 | 253 | 40 | 55 |
| Binary | 1001110 | 10011000 | 10001101 | 110001 | 0 | 111 | 101000 | 10101011 | 100000 | 101101 |
Color Harmonies of #4E988D
Complementary color
Monochromatic Colors of #4E988D
Black with #4E988D
Text Example
Text Example
White with #4E988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E988D; }
p { color: rgb(78,152,141); }
H1.HeaderClassName
{
color: #4E988D;
}
.AnyTagClassName
{
color: #4E988D;
}
</style>
background-color css
<style>
a { background-color: #4E988D; }
a { background-color: rgb(78,152,141); }
div.DivClassName
{
background-color: #4E988D;
}
.BgClassName
{
background-color: #4E988D;
}
</style>
border-color css
<style>
span { border-color: #4E988D; }
span { border-color: rgb(78,152,141); }
td.TdClassName
{
border-color: #4E988D;
}
.TagClassName
{
border-color: #4E988D;
}
</style>