Shades of Ming #4B7273
Tints of Ming #4B7273
RGB
CMYK
RGB Variations
Color information
#4B7273 (or 0x4B7273) is known color: Ming. HEX triplet: 4B, 72 and 73. RGB value is (75,114,115). Sum of RGB (Red+Green+Blue) = 75+114+115=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B7273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7273 is #B48D8C. Grayscale: #666666. Windows color (decimal): -11832717 or 7565899. OLE color: 7565899.
HSL color Cylindrical-coordinate representation of color #4B7273: hue angle of 181.5º 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 #4B7273 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 115 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.55 |
| HSL | 181.5º | 0.21% | 0.37% | - |
| HSV(B) | 181.5º | 0.35% | 0.45% | - |
| XYZ | 12.01 | 14.77 | 18.44 | - |
| YUV | 102.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 115 | 0.35 | 0.01 | 0 | 0.55 | 181.5 | 0.21 | 0.37 |
| Hex | 4B | 72 | 73 | 23 | 1 | 0 | 37 | B6 | 15 | 25 |
| Octal | 113 | 162 | 163 | 43 | 1 | 0 | 67 | 266 | 25 | 45 |
| Binary | 1001011 | 1110010 | 1110011 | 100011 | 1 | 0 | 110111 | 10110110 | 10101 | 100101 |
Color Harmonies of #4B7273
Complementary color
Monochromatic Colors of #4B7273
Black with #4B7273
Text Example
Text Example
White with #4B7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7273; }
p { color: rgb(75,114,115); }
H1.HeaderClassName
{
color: #4B7273;
}
.AnyTagClassName
{
color: #4B7273;
}
</style>
background-color css
<style>
a { background-color: #4B7273; }
a { background-color: rgb(75,114,115); }
div.DivClassName
{
background-color: #4B7273;
}
.BgClassName
{
background-color: #4B7273;
}
</style>
border-color css
<style>
span { border-color: #4B7273; }
span { border-color: rgb(75,114,115); }
td.TdClassName
{
border-color: #4B7273;
}
.TagClassName
{
border-color: #4B7273;
}
</style>