Shades of Lochinvar #4D9F8E
Tints of Lochinvar #4D9F8E
RGB
CMYK
RGB Variations
Color information
#4D9F8E (or 0x4D9F8E) is known color: Lochinvar. HEX triplet: 4D, 9F and 8E. RGB value is (77,159,142). Sum of RGB (Red+Green+Blue) = 77+159+142=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9F8E is #B26071. Grayscale: #848484. Windows color (decimal): -11690098 or 9346893. OLE color: 9346893.
HSL color Cylindrical-coordinate representation of color #4D9F8E: hue angle of 167.56º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D9F8E is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 159 | 142 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.38 |
| HSL | 167.56º | 0.35% | 0.46% | - |
| HSV(B) | 167.56º | 0.52% | 0.62% | - |
| XYZ | 20.34 | 28.33 | 29.99 | - |
| YUV | 132.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 142 | 0.52 | 0 | 0.11 | 0.38 | 167.56 | 0.35 | 0.46 |
| Hex | 4D | 9F | 8E | 34 | 0 | B | 26 | A8 | 23 | 2E |
| Octal | 115 | 237 | 216 | 64 | 0 | 13 | 46 | 250 | 43 | 56 |
| Binary | 1001101 | 10011111 | 10001110 | 110100 | 0 | 1011 | 100110 | 10101000 | 100011 | 101110 |
Color Harmonies of #4D9F8E
Complementary color
Monochromatic Colors of #4D9F8E
Black with #4D9F8E
Text Example
Text Example
White with #4D9F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9F8E; }
p { color: rgb(77,159,142); }
H1.HeaderClassName
{
color: #4D9F8E;
}
.AnyTagClassName
{
color: #4D9F8E;
}
</style>
background-color css
<style>
a { background-color: #4D9F8E; }
a { background-color: rgb(77,159,142); }
div.DivClassName
{
background-color: #4D9F8E;
}
.BgClassName
{
background-color: #4D9F8E;
}
</style>
border-color css
<style>
span { border-color: #4D9F8E; }
span { border-color: rgb(77,159,142); }
td.TdClassName
{
border-color: #4D9F8E;
}
.TagClassName
{
border-color: #4D9F8E;
}
</style>