Shades of Lochinvar #4E897D
Tints of Lochinvar #4E897D
RGB
CMYK
RGB Variations
Color information
#4E897D (or 0x4E897D) is known color: Lochinvar. HEX triplet: 4E, 89 and 7D. RGB value is (78,137,125). Sum of RGB (Red+Green+Blue) = 78+137+125=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #4E897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E897D is #B17682. Grayscale: #757575. Windows color (decimal): -11630211 or 8227150. OLE color: 8227150.
HSL color Cylindrical-coordinate representation of color #4E897D: hue angle of 167.8º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E897D is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 137 | 125 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.46 |
| HSL | 167.8º | 0.27% | 0.42% | - |
| HSV(B) | 167.8º | 0.43% | 0.54% | - |
| XYZ | 15.79 | 20.99 | 22.62 | - |
| YUV | 117.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 137 | 125 | 0.43 | 0 | 0.09 | 0.46 | 167.8 | 0.27 | 0.42 |
| Hex | 4E | 89 | 7D | 2B | 0 | 9 | 2E | A8 | 1B | 2A |
| Octal | 116 | 211 | 175 | 53 | 0 | 11 | 56 | 250 | 33 | 52 |
| Binary | 1001110 | 10001001 | 1111101 | 101011 | 0 | 1001 | 101110 | 10101000 | 11011 | 101010 |
Color Harmonies of #4E897D
Complementary color
Monochromatic Colors of #4E897D
Black with #4E897D
Text Example
Text Example
White with #4E897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E897D; }
p { color: rgb(78,137,125); }
H1.HeaderClassName
{
color: #4E897D;
}
.AnyTagClassName
{
color: #4E897D;
}
</style>
background-color css
<style>
a { background-color: #4E897D; }
a { background-color: rgb(78,137,125); }
div.DivClassName
{
background-color: #4E897D;
}
.BgClassName
{
background-color: #4E897D;
}
</style>
border-color css
<style>
span { border-color: #4E897D; }
span { border-color: rgb(78,137,125); }
td.TdClassName
{
border-color: #4E897D;
}
.TagClassName
{
border-color: #4E897D;
}
</style>