Shades of Ming #4A7074
Tints of Ming #4A7074
RGB
CMYK
RGB Variations
Color information
#4A7074 (or 0x4A7074) is known color: Ming. HEX triplet: 4A, 70 and 74. RGB value is (74,112,116). Sum of RGB (Red+Green+Blue) = 74+112+116=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A7074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7074 is #B58F8B. Grayscale: #656565. Windows color (decimal): -11898764 or 7630922. OLE color: 7630922.
HSL color Cylindrical-coordinate representation of color #4A7074: hue angle of 185.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A7074 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 112 | 116 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.55 |
| HSL | 185.71º | 0.22% | 0.37% | - |
| HSV(B) | 185.71º | 0.36% | 0.45% | - |
| XYZ | 11.77 | 14.31 | 18.66 | - |
| YUV | 101.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 116 | 0.36 | 0.03 | 0 | 0.55 | 185.71 | 0.22 | 0.37 |
| Hex | 4A | 70 | 74 | 24 | 3 | 0 | 37 | BA | 16 | 25 |
| Octal | 112 | 160 | 164 | 44 | 3 | 0 | 67 | 272 | 26 | 45 |
| Binary | 1001010 | 1110000 | 1110100 | 100100 | 11 | 0 | 110111 | 10111010 | 10110 | 100101 |
Color Harmonies of #4A7074
Complementary color
Monochromatic Colors of #4A7074
Black with #4A7074
Text Example
Text Example
White with #4A7074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7074; }
p { color: rgb(74,112,116); }
H1.HeaderClassName
{
color: #4A7074;
}
.AnyTagClassName
{
color: #4A7074;
}
</style>
background-color css
<style>
a { background-color: #4A7074; }
a { background-color: rgb(74,112,116); }
div.DivClassName
{
background-color: #4A7074;
}
.BgClassName
{
background-color: #4A7074;
}
</style>
border-color css
<style>
span { border-color: #4A7074; }
span { border-color: rgb(74,112,116); }
td.TdClassName
{
border-color: #4A7074;
}
.TagClassName
{
border-color: #4A7074;
}
</style>