Shades of Ming #4A7177
Tints of Ming #4A7177
RGB
CMYK
RGB Variations
Color information
#4A7177 (or 0x4A7177) is known color: Ming. HEX triplet: 4A, 71 and 77. RGB value is (74,113,119). Sum of RGB (Red+Green+Blue) = 74+113+119=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A7177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7177 is #B58E88. Grayscale: #656565. Windows color (decimal): -11898505 or 7827786. OLE color: 7827786.
HSL color Cylindrical-coordinate representation of color #4A7177: hue angle of 188º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7177 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 113 | 119 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.53 |
| HSL | 188º | 0.23% | 0.38% | - |
| HSV(B) | 188º | 0.38% | 0.47% | - |
| XYZ | 12.06 | 14.6 | 19.63 | - |
| YUV | 102.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 119 | 0.38 | 0.05 | 0 | 0.53 | 188 | 0.23 | 0.38 |
| Hex | 4A | 71 | 77 | 26 | 5 | 0 | 35 | BC | 17 | 26 |
| Octal | 112 | 161 | 167 | 46 | 5 | 0 | 65 | 274 | 27 | 46 |
| Binary | 1001010 | 1110001 | 1110111 | 100110 | 101 | 0 | 110101 | 10111100 | 10111 | 100110 |
Color Harmonies of #4A7177
Complementary color
Monochromatic Colors of #4A7177
Black with #4A7177
Text Example
Text Example
White with #4A7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7177; }
p { color: rgb(74,113,119); }
H1.HeaderClassName
{
color: #4A7177;
}
.AnyTagClassName
{
color: #4A7177;
}
</style>
background-color css
<style>
a { background-color: #4A7177; }
a { background-color: rgb(74,113,119); }
div.DivClassName
{
background-color: #4A7177;
}
.BgClassName
{
background-color: #4A7177;
}
</style>
border-color css
<style>
span { border-color: #4A7177; }
span { border-color: rgb(74,113,119); }
td.TdClassName
{
border-color: #4A7177;
}
.TagClassName
{
border-color: #4A7177;
}
</style>