Shades of Emperor #4C4445
Tints of Emperor #4C4445
RGB
CMYK
RGB Variations
Color information
#4C4445 (or 0x4C4445) is known color: Emperor. HEX triplet: 4C, 44 and 45. RGB value is (76,68,69). Sum of RGB (Red+Green+Blue) = 76+68+69=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4445 is #B3BBBA. Grayscale: #464646. Windows color (decimal): -11779003 or 4539468. OLE color: 4539468.
HSL color Cylindrical-coordinate representation of color #4C4445: hue angle of 352.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C4445 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 69 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.70 |
| HSL | 352.5º | 0.06% | 0.28% | - |
| HSV(B) | 352.5º | 0.11% | 0.3% | - |
| XYZ | 6.12 | 6.1 | 6.49 | - |
| YUV | 70.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 69 | 0 | 0.11 | 0.09 | 0.70 | 352.5 | 0.06 | 0.28 |
| Hex | 4C | 44 | 45 | 0 | B | 9 | 46 | 160 | 6 | 1C |
| Octal | 114 | 104 | 105 | 0 | 13 | 11 | 106 | 540 | 6 | 34 |
| Binary | 1001100 | 1000100 | 1000101 | 0 | 1011 | 1001 | 1000110 | 101100000 | 110 | 11100 |
Color Harmonies of #4C4445
Complementary color
Monochromatic Colors of #4C4445
Black with #4C4445
Text Example
Text Example
White with #4C4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4445; }
p { color: rgb(76,68,69); }
H1.HeaderClassName
{
color: #4C4445;
}
.AnyTagClassName
{
color: #4C4445;
}
</style>
background-color css
<style>
a { background-color: #4C4445; }
a { background-color: rgb(76,68,69); }
div.DivClassName
{
background-color: #4C4445;
}
.BgClassName
{
background-color: #4C4445;
}
</style>
border-color css
<style>
span { border-color: #4C4445; }
span { border-color: rgb(76,68,69); }
td.TdClassName
{
border-color: #4C4445;
}
.TagClassName
{
border-color: #4C4445;
}
</style>