Shades of Ming #4D7176
Tints of Ming #4D7176
RGB
CMYK
RGB Variations
Color information
#4D7176 (or 0x4D7176) is known color: Ming. HEX triplet: 4D, 71 and 76. RGB value is (77,113,118). Sum of RGB (Red+Green+Blue) = 77+113+118=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7176 is #B28E89. Grayscale: #666666. Windows color (decimal): -11701898 or 7762253. OLE color: 7762253.
HSL color Cylindrical-coordinate representation of color #4D7176: hue angle of 187.32º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7176 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 113 | 118 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.54 |
| HSL | 187.32º | 0.21% | 0.38% | - |
| HSV(B) | 187.32º | 0.35% | 0.46% | - |
| XYZ | 12.24 | 14.7 | 19.33 | - |
| YUV | 102.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 118 | 0.35 | 0.04 | 0 | 0.54 | 187.32 | 0.21 | 0.38 |
| Hex | 4D | 71 | 76 | 23 | 4 | 0 | 36 | BB | 15 | 26 |
| Octal | 115 | 161 | 166 | 43 | 4 | 0 | 66 | 273 | 25 | 46 |
| Binary | 1001101 | 1110001 | 1110110 | 100011 | 100 | 0 | 110110 | 10111011 | 10101 | 100110 |
Color Harmonies of #4D7176
Complementary color
Monochromatic Colors of #4D7176
Black with #4D7176
Text Example
Text Example
White with #4D7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7176; }
p { color: rgb(77,113,118); }
H1.HeaderClassName
{
color: #4D7176;
}
.AnyTagClassName
{
color: #4D7176;
}
</style>
background-color css
<style>
a { background-color: #4D7176; }
a { background-color: rgb(77,113,118); }
div.DivClassName
{
background-color: #4D7176;
}
.BgClassName
{
background-color: #4D7176;
}
</style>
border-color css
<style>
span { border-color: #4D7176; }
span { border-color: rgb(77,113,118); }
td.TdClassName
{
border-color: #4D7176;
}
.TagClassName
{
border-color: #4D7176;
}
</style>