Shades of Ming #4F7478
Tints of Ming #4F7478
RGB
CMYK
RGB Variations
Color information
#4F7478 (or 0x4F7478) is known color: Ming. HEX triplet: 4F, 74 and 78. RGB value is (79,116,120). Sum of RGB (Red+Green+Blue) = 79+116+120=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7478 is #B08B87. Grayscale: #696969. Windows color (decimal): -11570056 or 7894095. OLE color: 7894095.
HSL color Cylindrical-coordinate representation of color #4F7478: hue angle of 185.85º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7478 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 116 | 120 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.53 |
| HSL | 185.85º | 0.21% | 0.39% | - |
| HSV(B) | 185.85º | 0.34% | 0.47% | - |
| XYZ | 12.86 | 15.51 | 20.09 | - |
| YUV | 105.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 120 | 0.34 | 0.03 | 0 | 0.53 | 185.85 | 0.21 | 0.39 |
| Hex | 4F | 74 | 78 | 22 | 3 | 0 | 35 | BA | 15 | 27 |
| Octal | 117 | 164 | 170 | 42 | 3 | 0 | 65 | 272 | 25 | 47 |
| Binary | 1001111 | 1110100 | 1111000 | 100010 | 11 | 0 | 110101 | 10111010 | 10101 | 100111 |
Color Harmonies of #4F7478
Complementary color
Monochromatic Colors of #4F7478
Black with #4F7478
Text Example
Text Example
White with #4F7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7478; }
p { color: rgb(79,116,120); }
H1.HeaderClassName
{
color: #4F7478;
}
.AnyTagClassName
{
color: #4F7478;
}
</style>
background-color css
<style>
a { background-color: #4F7478; }
a { background-color: rgb(79,116,120); }
div.DivClassName
{
background-color: #4F7478;
}
.BgClassName
{
background-color: #4F7478;
}
</style>
border-color css
<style>
span { border-color: #4F7478; }
span { border-color: rgb(79,116,120); }
td.TdClassName
{
border-color: #4F7478;
}
.TagClassName
{
border-color: #4F7478;
}
</style>