Shades of Lochinvar #4E918B
Tints of Lochinvar #4E918B
RGB
CMYK
RGB Variations
Color information
#4E918B (or 0x4E918B) is known color: Lochinvar. HEX triplet: 4E, 91 and 8B. RGB value is (78,145,139). Sum of RGB (Red+Green+Blue) = 78+145+139=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #4E918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E918B is #B16E74. Grayscale: #7C7C7C. Windows color (decimal): -11628149 or 9146702. OLE color: 9146702.
HSL color Cylindrical-coordinate representation of color #4E918B: hue angle of 174.63º 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 #4E918B is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 139 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.43 |
| HSL | 174.63º | 0.3% | 0.44% | - |
| HSV(B) | 174.63º | 0.46% | 0.57% | - |
| XYZ | 17.93 | 23.73 | 28.06 | - |
| YUV | 124.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 139 | 0.46 | 0 | 0.04 | 0.43 | 174.63 | 0.3 | 0.44 |
| Hex | 4E | 91 | 8B | 2E | 0 | 4 | 2B | AF | 1E | 2C |
| Octal | 116 | 221 | 213 | 56 | 0 | 4 | 53 | 257 | 36 | 54 |
| Binary | 1001110 | 10010001 | 10001011 | 101110 | 0 | 100 | 101011 | 10101111 | 11110 | 101100 |
Color Harmonies of #4E918B
Complementary color
Monochromatic Colors of #4E918B
Black with #4E918B
Text Example
Text Example
White with #4E918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E918B; }
p { color: rgb(78,145,139); }
H1.HeaderClassName
{
color: #4E918B;
}
.AnyTagClassName
{
color: #4E918B;
}
</style>
background-color css
<style>
a { background-color: #4E918B; }
a { background-color: rgb(78,145,139); }
div.DivClassName
{
background-color: #4E918B;
}
.BgClassName
{
background-color: #4E918B;
}
</style>
border-color css
<style>
span { border-color: #4E918B; }
span { border-color: rgb(78,145,139); }
td.TdClassName
{
border-color: #4E918B;
}
.TagClassName
{
border-color: #4E918B;
}
</style>