Shades of Ming #4E7276
Tints of Ming #4E7276
RGB
CMYK
RGB Variations
Color information
#4E7276 (or 0x4E7276) is known color: Ming. HEX triplet: 4E, 72 and 76. RGB value is (78,114,118). Sum of RGB (Red+Green+Blue) = 78+114+118=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E7276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7276 is #B18D89. Grayscale: #676767. Windows color (decimal): -11636106 or 7762510. OLE color: 7762510.
HSL color Cylindrical-coordinate representation of color #4E7276: hue angle of 186º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E7276 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 114 | 118 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.54 |
| HSL | 186º | 0.2% | 0.38% | - |
| HSV(B) | 186º | 0.34% | 0.46% | - |
| XYZ | 12.43 | 14.96 | 19.37 | - |
| YUV | 103.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 118 | 0.34 | 0.03 | 0 | 0.54 | 186 | 0.2 | 0.38 |
| Hex | 4E | 72 | 76 | 22 | 3 | 0 | 36 | BA | 14 | 26 |
| Octal | 116 | 162 | 166 | 42 | 3 | 0 | 66 | 272 | 24 | 46 |
| Binary | 1001110 | 1110010 | 1110110 | 100010 | 11 | 0 | 110110 | 10111010 | 10100 | 100110 |
Color Harmonies of #4E7276
Complementary color
Monochromatic Colors of #4E7276
Black with #4E7276
Text Example
Text Example
White with #4E7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7276; }
p { color: rgb(78,114,118); }
H1.HeaderClassName
{
color: #4E7276;
}
.AnyTagClassName
{
color: #4E7276;
}
</style>
background-color css
<style>
a { background-color: #4E7276; }
a { background-color: rgb(78,114,118); }
div.DivClassName
{
background-color: #4E7276;
}
.BgClassName
{
background-color: #4E7276;
}
</style>
border-color css
<style>
span { border-color: #4E7276; }
span { border-color: rgb(78,114,118); }
td.TdClassName
{
border-color: #4E7276;
}
.TagClassName
{
border-color: #4E7276;
}
</style>