Shades of Lochinvar #4E998C
Tints of Lochinvar #4E998C
RGB
CMYK
RGB Variations
Color information
#4E998C (or 0x4E998C) is known color: Lochinvar. HEX triplet: 4E, 99 and 8C. RGB value is (78,153,140). Sum of RGB (Red+Green+Blue) = 78+153+140=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #4E998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E998C is #B16673. Grayscale: #818181. Windows color (decimal): -11626100 or 9214286. OLE color: 9214286.
HSL color Cylindrical-coordinate representation of color #4E998C: hue angle of 169.6º 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 #4E998C is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 153 | 140 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.4 |
| HSL | 169.6º | 0.32% | 0.45% | - |
| HSV(B) | 169.6º | 0.49% | 0.6% | - |
| XYZ | 19.27 | 26.3 | 28.87 | - |
| YUV | 129.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 140 | 0.49 | 0 | 0.08 | 0.4 | 169.6 | 0.32 | 0.45 |
| Hex | 4E | 99 | 8C | 31 | 0 | 8 | 28 | AA | 20 | 2D |
| Octal | 116 | 231 | 214 | 61 | 0 | 10 | 50 | 252 | 40 | 55 |
| Binary | 1001110 | 10011001 | 10001100 | 110001 | 0 | 1000 | 101000 | 10101010 | 100000 | 101101 |
Color Harmonies of #4E998C
Complementary color
Monochromatic Colors of #4E998C
Black with #4E998C
Text Example
Text Example
White with #4E998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E998C; }
p { color: rgb(78,153,140); }
H1.HeaderClassName
{
color: #4E998C;
}
.AnyTagClassName
{
color: #4E998C;
}
</style>
background-color css
<style>
a { background-color: #4E998C; }
a { background-color: rgb(78,153,140); }
div.DivClassName
{
background-color: #4E998C;
}
.BgClassName
{
background-color: #4E998C;
}
</style>
border-color css
<style>
span { border-color: #4E998C; }
span { border-color: rgb(78,153,140); }
td.TdClassName
{
border-color: #4E998C;
}
.TagClassName
{
border-color: #4E998C;
}
</style>