Shades of Ming #4C7478
Tints of Ming #4C7478
RGB
CMYK
RGB Variations
Color information
#4C7478 (or 0x4C7478) is known color: Ming. HEX triplet: 4C, 74 and 78. RGB value is (76,116,120). Sum of RGB (Red+Green+Blue) = 76+116+120=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7478 is #B38B87. Grayscale: #686868. Windows color (decimal): -11766664 or 7894092. OLE color: 7894092.
HSL color Cylindrical-coordinate representation of color #4C7478: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C7478 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 116 | 120 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.53 |
| HSL | 185.45º | 0.22% | 0.38% | - |
| HSV(B) | 185.45º | 0.37% | 0.47% | - |
| XYZ | 12.62 | 15.38 | 20.07 | - |
| YUV | 104.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 120 | 0.37 | 0.03 | 0 | 0.53 | 185.45 | 0.22 | 0.38 |
| Hex | 4C | 74 | 78 | 25 | 3 | 0 | 35 | B9 | 16 | 26 |
| Octal | 114 | 164 | 170 | 45 | 3 | 0 | 65 | 271 | 26 | 46 |
| Binary | 1001100 | 1110100 | 1111000 | 100101 | 11 | 0 | 110101 | 10111001 | 10110 | 100110 |
Color Harmonies of #4C7478
Complementary color
Monochromatic Colors of #4C7478
Black with #4C7478
Text Example
Text Example
White with #4C7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7478; }
p { color: rgb(76,116,120); }
H1.HeaderClassName
{
color: #4C7478;
}
.AnyTagClassName
{
color: #4C7478;
}
</style>
background-color css
<style>
a { background-color: #4C7478; }
a { background-color: rgb(76,116,120); }
div.DivClassName
{
background-color: #4C7478;
}
.BgClassName
{
background-color: #4C7478;
}
</style>
border-color css
<style>
span { border-color: #4C7478; }
span { border-color: rgb(76,116,120); }
td.TdClassName
{
border-color: #4C7478;
}
.TagClassName
{
border-color: #4C7478;
}
</style>