Shades of Lochinvar #4E9180
Tints of Lochinvar #4E9180
RGB
CMYK
RGB Variations
Color information
#4E9180 (or 0x4E9180) is known color: Lochinvar. HEX triplet: 4E, 91 and 80. RGB value is (78,145,128). Sum of RGB (Red+Green+Blue) = 78+145+128=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #4E9180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9180 is #B16E7F. Grayscale: #7B7B7B. Windows color (decimal): -11628160 or 8425806. OLE color: 8425806.
HSL color Cylindrical-coordinate representation of color #4E9180: hue angle of 164.78º 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 #4E9180 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 128 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.43 |
| HSL | 164.78º | 0.3% | 0.44% | - |
| HSV(B) | 164.78º | 0.46% | 0.57% | - |
| XYZ | 17.16 | 23.43 | 24.04 | - |
| YUV | 123.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 128 | 0.46 | 0 | 0.12 | 0.43 | 164.78 | 0.3 | 0.44 |
| Hex | 4E | 91 | 80 | 2E | 0 | C | 2B | A5 | 1E | 2C |
| Octal | 116 | 221 | 200 | 56 | 0 | 14 | 53 | 245 | 36 | 54 |
| Binary | 1001110 | 10010001 | 10000000 | 101110 | 0 | 1100 | 101011 | 10100101 | 11110 | 101100 |
Color Harmonies of #4E9180
Complementary color
Monochromatic Colors of #4E9180
Black with #4E9180
Text Example
Text Example
White with #4E9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9180; }
p { color: rgb(78,145,128); }
H1.HeaderClassName
{
color: #4E9180;
}
.AnyTagClassName
{
color: #4E9180;
}
</style>
background-color css
<style>
a { background-color: #4E9180; }
a { background-color: rgb(78,145,128); }
div.DivClassName
{
background-color: #4E9180;
}
.BgClassName
{
background-color: #4E9180;
}
</style>
border-color css
<style>
span { border-color: #4E9180; }
span { border-color: rgb(78,145,128); }
td.TdClassName
{
border-color: #4E9180;
}
.TagClassName
{
border-color: #4E9180;
}
</style>