Shades of Ming #4C7379
Tints of Ming #4C7379
RGB
CMYK
RGB Variations
Color information
#4C7379 (or 0x4C7379) is known color: Ming. HEX triplet: 4C, 73 and 79. RGB value is (76,115,121). Sum of RGB (Red+Green+Blue) = 76+115+121=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C7379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7379 is #B38C86. Grayscale: #676767. Windows color (decimal): -11766919 or 7959372. OLE color: 7959372.
HSL color Cylindrical-coordinate representation of color #4C7379: hue angle of 188º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C7379 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 115 | 121 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.53 |
| HSL | 188º | 0.23% | 0.39% | - |
| HSV(B) | 188º | 0.37% | 0.47% | - |
| XYZ | 12.56 | 15.18 | 20.36 | - |
| YUV | 104.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 121 | 0.37 | 0.05 | 0 | 0.53 | 188 | 0.23 | 0.39 |
| Hex | 4C | 73 | 79 | 25 | 5 | 0 | 35 | BC | 17 | 27 |
| Octal | 114 | 163 | 171 | 45 | 5 | 0 | 65 | 274 | 27 | 47 |
| Binary | 1001100 | 1110011 | 1111001 | 100101 | 101 | 0 | 110101 | 10111100 | 10111 | 100111 |
Color Harmonies of #4C7379
Complementary color
Monochromatic Colors of #4C7379
Black with #4C7379
Text Example
Text Example
White with #4C7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7379; }
p { color: rgb(76,115,121); }
H1.HeaderClassName
{
color: #4C7379;
}
.AnyTagClassName
{
color: #4C7379;
}
</style>
background-color css
<style>
a { background-color: #4C7379; }
a { background-color: rgb(76,115,121); }
div.DivClassName
{
background-color: #4C7379;
}
.BgClassName
{
background-color: #4C7379;
}
</style>
border-color css
<style>
span { border-color: #4C7379; }
span { border-color: rgb(76,115,121); }
td.TdClassName
{
border-color: #4C7379;
}
.TagClassName
{
border-color: #4C7379;
}
</style>