Shades of Ming #4A7678
Tints of Ming #4A7678
RGB
CMYK
RGB Variations
Color information
#4A7678 (or 0x4A7678) is known color: Ming. HEX triplet: 4A, 76 and 78. RGB value is (74,118,120). Sum of RGB (Red+Green+Blue) = 74+118+120=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 118 (46.48% from 255 or 37.82% 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 #4A7678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7678 is #B58987. Grayscale: #696969. Windows color (decimal): -11897224 or 7894602. OLE color: 7894602.
HSL color Cylindrical-coordinate representation of color #4A7678: hue angle of 182.61º degrees, saturation: 0.24, 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 #4A7678 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 118 | 120 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.53 |
| HSL | 182.61º | 0.24% | 0.38% | - |
| HSV(B) | 182.61º | 0.38% | 0.47% | - |
| XYZ | 12.69 | 15.77 | 20.14 | - |
| YUV | 105.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 120 | 0.38 | 0.02 | 0 | 0.53 | 182.61 | 0.24 | 0.38 |
| Hex | 4A | 76 | 78 | 26 | 2 | 0 | 35 | B7 | 18 | 26 |
| Octal | 112 | 166 | 170 | 46 | 2 | 0 | 65 | 267 | 30 | 46 |
| Binary | 1001010 | 1110110 | 1111000 | 100110 | 10 | 0 | 110101 | 10110111 | 11000 | 100110 |
Color Harmonies of #4A7678
Complementary color
Monochromatic Colors of #4A7678
Black with #4A7678
Text Example
Text Example
White with #4A7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7678; }
p { color: rgb(74,118,120); }
H1.HeaderClassName
{
color: #4A7678;
}
.AnyTagClassName
{
color: #4A7678;
}
</style>
background-color css
<style>
a { background-color: #4A7678; }
a { background-color: rgb(74,118,120); }
div.DivClassName
{
background-color: #4A7678;
}
.BgClassName
{
background-color: #4A7678;
}
</style>
border-color css
<style>
span { border-color: #4A7678; }
span { border-color: rgb(74,118,120); }
td.TdClassName
{
border-color: #4A7678;
}
.TagClassName
{
border-color: #4A7678;
}
</style>