Shades of Emperor #4D4344
Tints of Emperor #4D4344
RGB
CMYK
RGB Variations
Color information
#4D4344 (or 0x4D4344) is known color: Emperor. HEX triplet: 4D, 43 and 44. RGB value is (77,67,68). Sum of RGB (Red+Green+Blue) = 77+67+68=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4344 is #B2BCBB. Grayscale: #464646. Windows color (decimal): -11713724 or 4473677. OLE color: 4473677.
HSL color Cylindrical-coordinate representation of color #4D4344: hue angle of 354º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D4344 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 68 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.70 |
| HSL | 354º | 0.07% | 0.28% | - |
| HSV(B) | 354º | 0.13% | 0.3% | - |
| XYZ | 6.11 | 6.01 | 6.31 | - |
| YUV | 70.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 68 | 0 | 0.13 | 0.12 | 0.70 | 354 | 0.07 | 0.28 |
| Hex | 4D | 43 | 44 | 0 | D | C | 46 | 162 | 7 | 1C |
| Octal | 115 | 103 | 104 | 0 | 15 | 14 | 106 | 542 | 7 | 34 |
| Binary | 1001101 | 1000011 | 1000100 | 0 | 1101 | 1100 | 1000110 | 101100010 | 111 | 11100 |
Color Harmonies of #4D4344
Complementary color
Monochromatic Colors of #4D4344
Black with #4D4344
Text Example
Text Example
White with #4D4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4344; }
p { color: rgb(77,67,68); }
H1.HeaderClassName
{
color: #4D4344;
}
.AnyTagClassName
{
color: #4D4344;
}
</style>
background-color css
<style>
a { background-color: #4D4344; }
a { background-color: rgb(77,67,68); }
div.DivClassName
{
background-color: #4D4344;
}
.BgClassName
{
background-color: #4D4344;
}
</style>
border-color css
<style>
span { border-color: #4D4344; }
span { border-color: rgb(77,67,68); }
td.TdClassName
{
border-color: #4D4344;
}
.TagClassName
{
border-color: #4D4344;
}
</style>