Shades of Lochinvar #4E9081
Tints of Lochinvar #4E9081
RGB
CMYK
RGB Variations
Color information
#4E9081 (or 0x4E9081) is known color: Lochinvar. HEX triplet: 4E, 90 and 81. RGB value is (78,144,129). Sum of RGB (Red+Green+Blue) = 78+144+129=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9081 is #B16F7E. Grayscale: #7A7A7A. Windows color (decimal): -11628415 or 8491086. OLE color: 8491086.
HSL color Cylindrical-coordinate representation of color #4E9081: hue angle of 166.36º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9081 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 129 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.44 |
| HSL | 166.36º | 0.3% | 0.44% | - |
| HSV(B) | 166.36º | 0.46% | 0.56% | - |
| XYZ | 17.08 | 23.15 | 24.34 | - |
| YUV | 122.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 129 | 0.46 | 0 | 0.10 | 0.44 | 166.36 | 0.3 | 0.44 |
| Hex | 4E | 90 | 81 | 2E | 0 | A | 2C | A6 | 1E | 2C |
| Octal | 116 | 220 | 201 | 56 | 0 | 12 | 54 | 246 | 36 | 54 |
| Binary | 1001110 | 10010000 | 10000001 | 101110 | 0 | 1010 | 101100 | 10100110 | 11110 | 101100 |
Color Harmonies of #4E9081
Complementary color
Monochromatic Colors of #4E9081
Black with #4E9081
Text Example
Text Example
White with #4E9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9081; }
p { color: rgb(78,144,129); }
H1.HeaderClassName
{
color: #4E9081;
}
.AnyTagClassName
{
color: #4E9081;
}
</style>
background-color css
<style>
a { background-color: #4E9081; }
a { background-color: rgb(78,144,129); }
div.DivClassName
{
background-color: #4E9081;
}
.BgClassName
{
background-color: #4E9081;
}
</style>
border-color css
<style>
span { border-color: #4E9081; }
span { border-color: rgb(78,144,129); }
td.TdClassName
{
border-color: #4E9081;
}
.TagClassName
{
border-color: #4E9081;
}
</style>