Shades of Emperor #4D4547
Tints of Emperor #4D4547
RGB
CMYK
RGB Variations
Color information
#4D4547 (or 0x4D4547) is known color: Emperor. HEX triplet: 4D, 45 and 47. RGB value is (77,69,71). Sum of RGB (Red+Green+Blue) = 77+69+71=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4547 is #B2BAB8. Grayscale: #474747. Windows color (decimal): -11713209 or 4670797. OLE color: 4670797.
HSL color Cylindrical-coordinate representation of color #4D4547: hue angle of 345º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4D4547 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 71 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.70 |
| HSL | 345º | 0.05% | 0.29% | - |
| HSV(B) | 345º | 0.1% | 0.3% | - |
| XYZ | 6.33 | 6.29 | 6.84 | - |
| YUV | 71.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 71 | 0 | 0.10 | 0.08 | 0.70 | 345 | 0.05 | 0.29 |
| Hex | 4D | 45 | 47 | 0 | A | 8 | 46 | 159 | 5 | 1D |
| Octal | 115 | 105 | 107 | 0 | 12 | 10 | 106 | 531 | 5 | 35 |
| Binary | 1001101 | 1000101 | 1000111 | 0 | 1010 | 1000 | 1000110 | 101011001 | 101 | 11101 |
Color Harmonies of #4D4547
Complementary color
Monochromatic Colors of #4D4547
Black with #4D4547
Text Example
Text Example
White with #4D4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4547; }
p { color: rgb(77,69,71); }
H1.HeaderClassName
{
color: #4D4547;
}
.AnyTagClassName
{
color: #4D4547;
}
</style>
background-color css
<style>
a { background-color: #4D4547; }
a { background-color: rgb(77,69,71); }
div.DivClassName
{
background-color: #4D4547;
}
.BgClassName
{
background-color: #4D4547;
}
</style>
border-color css
<style>
span { border-color: #4D4547; }
span { border-color: rgb(77,69,71); }
td.TdClassName
{
border-color: #4D4547;
}
.TagClassName
{
border-color: #4D4547;
}
</style>