Shades of Lochinvar #4E918C
Tints of Lochinvar #4E918C
RGB
CMYK
RGB Variations
Color information
#4E918C (or 0x4E918C) is known color: Lochinvar. HEX triplet: 4E, 91 and 8C. RGB value is (78,145,140). Sum of RGB (Red+Green+Blue) = 78+145+140=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #4E918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E918C is #B16E73. Grayscale: #7C7C7C. Windows color (decimal): -11628148 or 9212238. OLE color: 9212238.
HSL color Cylindrical-coordinate representation of color #4E918C: hue angle of 175.52º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E918C is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 140 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.43 |
| HSL | 175.52º | 0.3% | 0.44% | - |
| HSV(B) | 175.52º | 0.46% | 0.57% | - |
| XYZ | 18 | 23.76 | 28.45 | - |
| YUV | 124.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 140 | 0.46 | 0 | 0.03 | 0.43 | 175.52 | 0.3 | 0.44 |
| Hex | 4E | 91 | 8C | 2E | 0 | 3 | 2B | B0 | 1E | 2C |
| Octal | 116 | 221 | 214 | 56 | 0 | 3 | 53 | 260 | 36 | 54 |
| Binary | 1001110 | 10010001 | 10001100 | 101110 | 0 | 11 | 101011 | 10110000 | 11110 | 101100 |
Color Harmonies of #4E918C
Complementary color
Monochromatic Colors of #4E918C
Black with #4E918C
Text Example
Text Example
White with #4E918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E918C; }
p { color: rgb(78,145,140); }
H1.HeaderClassName
{
color: #4E918C;
}
.AnyTagClassName
{
color: #4E918C;
}
</style>
background-color css
<style>
a { background-color: #4E918C; }
a { background-color: rgb(78,145,140); }
div.DivClassName
{
background-color: #4E918C;
}
.BgClassName
{
background-color: #4E918C;
}
</style>
border-color css
<style>
span { border-color: #4E918C; }
span { border-color: rgb(78,145,140); }
td.TdClassName
{
border-color: #4E918C;
}
.TagClassName
{
border-color: #4E918C;
}
</style>