Shades of Ming #4A757C
Tints of Ming #4A757C
RGB
CMYK
RGB Variations
Color information
#4A757C (or 0x4A757C) is known color: Ming. HEX triplet: 4A, 75 and 7C. RGB value is (74,117,124). Sum of RGB (Red+Green+Blue) = 74+117+124=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A757C is #B58A83. Grayscale: #686868. Windows color (decimal): -11897476 or 8156490. OLE color: 8156490.
HSL color Cylindrical-coordinate representation of color #4A757C: hue angle of 188.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A757C is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 117 | 124 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.51 |
| HSL | 188.4º | 0.25% | 0.39% | - |
| HSV(B) | 188.4º | 0.4% | 0.49% | - |
| XYZ | 12.82 | 15.63 | 21.41 | - |
| YUV | 104.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 124 | 0.40 | 0.06 | 0 | 0.51 | 188.4 | 0.25 | 0.39 |
| Hex | 4A | 75 | 7C | 28 | 6 | 0 | 33 | BC | 19 | 27 |
| Octal | 112 | 165 | 174 | 50 | 6 | 0 | 63 | 274 | 31 | 47 |
| Binary | 1001010 | 1110101 | 1111100 | 101000 | 110 | 0 | 110011 | 10111100 | 11001 | 100111 |
Color Harmonies of #4A757C
Complementary color
Monochromatic Colors of #4A757C
Black with #4A757C
Text Example
Text Example
White with #4A757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A757C; }
p { color: rgb(74,117,124); }
H1.HeaderClassName
{
color: #4A757C;
}
.AnyTagClassName
{
color: #4A757C;
}
</style>
background-color css
<style>
a { background-color: #4A757C; }
a { background-color: rgb(74,117,124); }
div.DivClassName
{
background-color: #4A757C;
}
.BgClassName
{
background-color: #4A757C;
}
</style>
border-color css
<style>
span { border-color: #4A757C; }
span { border-color: rgb(74,117,124); }
td.TdClassName
{
border-color: #4A757C;
}
.TagClassName
{
border-color: #4A757C;
}
</style>