Shades of Lochinvar #4D897E
Tints of Lochinvar #4D897E
RGB
CMYK
RGB Variations
Color information
#4D897E (or 0x4D897E) is known color: Lochinvar. HEX triplet: 4D, 89 and 7E. RGB value is (77,137,126). Sum of RGB (Red+Green+Blue) = 77+137+126=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #4D897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D897E is #B27681. Grayscale: #757575. Windows color (decimal): -11695746 or 8292685. OLE color: 8292685.
HSL color Cylindrical-coordinate representation of color #4D897E: hue angle of 169º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D897E is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 126 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.46 |
| HSL | 169º | 0.28% | 0.42% | - |
| HSV(B) | 169º | 0.44% | 0.54% | - |
| XYZ | 15.77 | 20.98 | 22.96 | - |
| YUV | 117.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 126 | 0.44 | 0 | 0.08 | 0.46 | 169 | 0.28 | 0.42 |
| Hex | 4D | 89 | 7E | 2C | 0 | 8 | 2E | A9 | 1C | 2A |
| Octal | 115 | 211 | 176 | 54 | 0 | 10 | 56 | 251 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1111110 | 101100 | 0 | 1000 | 101110 | 10101001 | 11100 | 101010 |
Color Harmonies of #4D897E
Complementary color
Monochromatic Colors of #4D897E
Black with #4D897E
Text Example
Text Example
White with #4D897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D897E; }
p { color: rgb(77,137,126); }
H1.HeaderClassName
{
color: #4D897E;
}
.AnyTagClassName
{
color: #4D897E;
}
</style>
background-color css
<style>
a { background-color: #4D897E; }
a { background-color: rgb(77,137,126); }
div.DivClassName
{
background-color: #4D897E;
}
.BgClassName
{
background-color: #4D897E;
}
</style>
border-color css
<style>
span { border-color: #4D897E; }
span { border-color: rgb(77,137,126); }
td.TdClassName
{
border-color: #4D897E;
}
.TagClassName
{
border-color: #4D897E;
}
</style>