Shades of Ming #4B7373
Tints of Ming #4B7373
RGB
CMYK
RGB Variations
Color information
#4B7373 (or 0x4B7373) is known color: Ming. HEX triplet: 4B, 73 and 73. RGB value is (75,115,115). Sum of RGB (Red+Green+Blue) = 75+115+115=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #4B7373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7373 is #B48C8C. Grayscale: #676767. Windows color (decimal): -11832461 or 7566155. OLE color: 7566155.
HSL color Cylindrical-coordinate representation of color #4B7373: hue angle of 180º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B7373 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 115 | - |
| CMYK | 0.35 | 0 | 0 | 0.55 |
| HSL | 180º | 0.21% | 0.37% | - |
| HSV(B) | 180º | 0.35% | 0.45% | - |
| XYZ | 12.13 | 15 | 18.47 | - |
| YUV | 103.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 115 | 0.35 | 0 | 0 | 0.55 | 180 | 0.21 | 0.37 |
| Hex | 4B | 73 | 73 | 23 | 0 | 0 | 37 | B4 | 15 | 25 |
| Octal | 113 | 163 | 163 | 43 | 0 | 0 | 67 | 264 | 25 | 45 |
| Binary | 1001011 | 1110011 | 1110011 | 100011 | 0 | 0 | 110111 | 10110100 | 10101 | 100101 |
Color Harmonies of #4B7373
Complementary color
Monochromatic Colors of #4B7373
Black with #4B7373
Text Example
Text Example
White with #4B7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7373; }
p { color: rgb(75,115,115); }
H1.HeaderClassName
{
color: #4B7373;
}
.AnyTagClassName
{
color: #4B7373;
}
</style>
background-color css
<style>
a { background-color: #4B7373; }
a { background-color: rgb(75,115,115); }
div.DivClassName
{
background-color: #4B7373;
}
.BgClassName
{
background-color: #4B7373;
}
</style>
border-color css
<style>
span { border-color: #4B7373; }
span { border-color: rgb(75,115,115); }
td.TdClassName
{
border-color: #4B7373;
}
.TagClassName
{
border-color: #4B7373;
}
</style>