Shades of Lochinvar #4D9786
Tints of Lochinvar #4D9786
RGB
CMYK
RGB Variations
Color information
#4D9786 (or 0x4D9786) is known color: Lochinvar. HEX triplet: 4D, 97 and 86. RGB value is (77,151,134). Sum of RGB (Red+Green+Blue) = 77+151+134=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9786 is #B26879. Grayscale: #7E7E7E. Windows color (decimal): -11692154 or 8820557. OLE color: 8820557.
HSL color Cylindrical-coordinate representation of color #4D9786: hue angle of 166.22º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9786 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 134 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.41 |
| HSL | 166.22º | 0.32% | 0.45% | - |
| HSV(B) | 166.22º | 0.49% | 0.59% | - |
| XYZ | 18.43 | 25.43 | 26.49 | - |
| YUV | 126.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 134 | 0.49 | 0 | 0.11 | 0.41 | 166.22 | 0.32 | 0.45 |
| Hex | 4D | 97 | 86 | 31 | 0 | B | 29 | A6 | 20 | 2D |
| Octal | 115 | 227 | 206 | 61 | 0 | 13 | 51 | 246 | 40 | 55 |
| Binary | 1001101 | 10010111 | 10000110 | 110001 | 0 | 1011 | 101001 | 10100110 | 100000 | 101101 |
Color Harmonies of #4D9786
Complementary color
Monochromatic Colors of #4D9786
Black with #4D9786
Text Example
Text Example
White with #4D9786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9786; }
p { color: rgb(77,151,134); }
H1.HeaderClassName
{
color: #4D9786;
}
.AnyTagClassName
{
color: #4D9786;
}
</style>
background-color css
<style>
a { background-color: #4D9786; }
a { background-color: rgb(77,151,134); }
div.DivClassName
{
background-color: #4D9786;
}
.BgClassName
{
background-color: #4D9786;
}
</style>
border-color css
<style>
span { border-color: #4D9786; }
span { border-color: rgb(77,151,134); }
td.TdClassName
{
border-color: #4D9786;
}
.TagClassName
{
border-color: #4D9786;
}
</style>