Shades of Ming #4C7579
Tints of Ming #4C7579
RGB
CMYK
RGB Variations
Color information
#4C7579 (or 0x4C7579) is known color: Ming. HEX triplet: 4C, 75 and 79. RGB value is (76,117,121). Sum of RGB (Red+Green+Blue) = 76+117+121=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C7579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7579 is #B38A86. Grayscale: #696969. Windows color (decimal): -11766407 or 7959884. OLE color: 7959884.
HSL color Cylindrical-coordinate representation of color #4C7579: hue angle of 185.33º 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 #4C7579 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 117 | 121 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.53 |
| HSL | 185.33º | 0.23% | 0.39% | - |
| HSV(B) | 185.33º | 0.37% | 0.47% | - |
| XYZ | 12.79 | 15.64 | 20.43 | - |
| YUV | 105.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 121 | 0.37 | 0.03 | 0 | 0.53 | 185.33 | 0.23 | 0.39 |
| Hex | 4C | 75 | 79 | 25 | 3 | 0 | 35 | B9 | 17 | 27 |
| Octal | 114 | 165 | 171 | 45 | 3 | 0 | 65 | 271 | 27 | 47 |
| Binary | 1001100 | 1110101 | 1111001 | 100101 | 11 | 0 | 110101 | 10111001 | 10111 | 100111 |
Color Harmonies of #4C7579
Complementary color
Monochromatic Colors of #4C7579
Black with #4C7579
Text Example
Text Example
White with #4C7579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7579; }
p { color: rgb(76,117,121); }
H1.HeaderClassName
{
color: #4C7579;
}
.AnyTagClassName
{
color: #4C7579;
}
</style>
background-color css
<style>
a { background-color: #4C7579; }
a { background-color: rgb(76,117,121); }
div.DivClassName
{
background-color: #4C7579;
}
.BgClassName
{
background-color: #4C7579;
}
</style>
border-color css
<style>
span { border-color: #4C7579; }
span { border-color: rgb(76,117,121); }
td.TdClassName
{
border-color: #4C7579;
}
.TagClassName
{
border-color: #4C7579;
}
</style>