Shades of Lochinvar #4E9289
Tints of Lochinvar #4E9289
RGB
CMYK
RGB Variations
Color information
#4E9289 (or 0x4E9289) is known color: Lochinvar. HEX triplet: 4E, 92 and 89. RGB value is (78,146,137). Sum of RGB (Red+Green+Blue) = 78+146+137=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9289 is #B16D76. Grayscale: #7C7C7C. Windows color (decimal): -11627895 or 9015886. OLE color: 9015886.
HSL color Cylindrical-coordinate representation of color #4E9289: hue angle of 172.06º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9289 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 137 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.43 |
| HSL | 172.06º | 0.3% | 0.44% | - |
| HSV(B) | 172.06º | 0.47% | 0.57% | - |
| XYZ | 17.94 | 23.98 | 27.35 | - |
| YUV | 124.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 137 | 0.47 | 0 | 0.06 | 0.43 | 172.06 | 0.3 | 0.44 |
| Hex | 4E | 92 | 89 | 2F | 0 | 6 | 2B | AC | 1E | 2C |
| Octal | 116 | 222 | 211 | 57 | 0 | 6 | 53 | 254 | 36 | 54 |
| Binary | 1001110 | 10010010 | 10001001 | 101111 | 0 | 110 | 101011 | 10101100 | 11110 | 101100 |
Color Harmonies of #4E9289
Complementary color
Monochromatic Colors of #4E9289
Black with #4E9289
Text Example
Text Example
White with #4E9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9289; }
p { color: rgb(78,146,137); }
H1.HeaderClassName
{
color: #4E9289;
}
.AnyTagClassName
{
color: #4E9289;
}
</style>
background-color css
<style>
a { background-color: #4E9289; }
a { background-color: rgb(78,146,137); }
div.DivClassName
{
background-color: #4E9289;
}
.BgClassName
{
background-color: #4E9289;
}
</style>
border-color css
<style>
span { border-color: #4E9289; }
span { border-color: rgb(78,146,137); }
td.TdClassName
{
border-color: #4E9289;
}
.TagClassName
{
border-color: #4E9289;
}
</style>