Shades of Lochinvar #4E917B
Tints of Lochinvar #4E917B
RGB
CMYK
RGB Variations
Color information
#4E917B (or 0x4E917B) is known color: Lochinvar. HEX triplet: 4E, 91 and 7B. RGB value is (78,145,123). Sum of RGB (Red+Green+Blue) = 78+145+123=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #4E917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E917B is #B16E84. Grayscale: #7A7A7A. Windows color (decimal): -11628165 or 8098126. OLE color: 8098126.
HSL color Cylindrical-coordinate representation of color #4E917B: hue angle of 160.3º 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 #4E917B is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 123 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.43 |
| HSL | 160.3º | 0.3% | 0.44% | - |
| HSV(B) | 160.3º | 0.46% | 0.57% | - |
| XYZ | 16.84 | 23.3 | 22.35 | - |
| YUV | 122.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 123 | 0.46 | 0 | 0.15 | 0.43 | 160.3 | 0.3 | 0.44 |
| Hex | 4E | 91 | 7B | 2E | 0 | F | 2B | A0 | 1E | 2C |
| Octal | 116 | 221 | 173 | 56 | 0 | 17 | 53 | 240 | 36 | 54 |
| Binary | 1001110 | 10010001 | 1111011 | 101110 | 0 | 1111 | 101011 | 10100000 | 11110 | 101100 |
Color Harmonies of #4E917B
Complementary color
Monochromatic Colors of #4E917B
Black with #4E917B
Text Example
Text Example
White with #4E917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E917B; }
p { color: rgb(78,145,123); }
H1.HeaderClassName
{
color: #4E917B;
}
.AnyTagClassName
{
color: #4E917B;
}
</style>
background-color css
<style>
a { background-color: #4E917B; }
a { background-color: rgb(78,145,123); }
div.DivClassName
{
background-color: #4E917B;
}
.BgClassName
{
background-color: #4E917B;
}
</style>
border-color css
<style>
span { border-color: #4E917B; }
span { border-color: rgb(78,145,123); }
td.TdClassName
{
border-color: #4E917B;
}
.TagClassName
{
border-color: #4E917B;
}
</style>