Shades of Emperor #4D494A
Tints of Emperor #4D494A
RGB
CMYK
RGB Variations
Color information
#4D494A (or 0x4D494A) is known color: Emperor. HEX triplet: 4D, 49 and 4A. RGB value is (77,73,74). Sum of RGB (Red+Green+Blue) = 77+73+74=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 77 - color contains mainly: red. Hex color #4D494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D494A is #B2B6B5. Grayscale: #4A4A4A. Windows color (decimal): -11712182 or 4868429. OLE color: 4868429.
HSL color Cylindrical-coordinate representation of color #4D494A: hue angle of 345º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4D494A is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 73 | 74 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.70 |
| HSL | 345º | 0.03% | 0.29% | - |
| HSV(B) | 345º | 0.05% | 0.3% | - |
| XYZ | 6.68 | 6.84 | 7.45 | - |
| YUV | 74.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 74 | 0 | 0.05 | 0.04 | 0.70 | 345 | 0.03 | 0.29 |
| Hex | 4D | 49 | 4A | 0 | 5 | 4 | 46 | 159 | 3 | 1D |
| Octal | 115 | 111 | 112 | 0 | 5 | 4 | 106 | 531 | 3 | 35 |
| Binary | 1001101 | 1001001 | 1001010 | 0 | 101 | 100 | 1000110 | 101011001 | 11 | 11101 |
Color Harmonies of #4D494A
Complementary color
Monochromatic Colors of #4D494A
Black with #4D494A
Text Example
Text Example
White with #4D494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D494A; }
p { color: rgb(77,73,74); }
H1.HeaderClassName
{
color: #4D494A;
}
.AnyTagClassName
{
color: #4D494A;
}
</style>
background-color css
<style>
a { background-color: #4D494A; }
a { background-color: rgb(77,73,74); }
div.DivClassName
{
background-color: #4D494A;
}
.BgClassName
{
background-color: #4D494A;
}
</style>
border-color css
<style>
span { border-color: #4D494A; }
span { border-color: rgb(77,73,74); }
td.TdClassName
{
border-color: #4D494A;
}
.TagClassName
{
border-color: #4D494A;
}
</style>