Shades of Emperor #4C4446
Tints of Emperor #4C4446
RGB
CMYK
RGB Variations
Color information
#4C4446 (or 0x4C4446) is known color: Emperor. HEX triplet: 4C, 44 and 46. RGB value is (76,68,70). Sum of RGB (Red+Green+Blue) = 76+68+70=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4446 is #B3BBB9. Grayscale: #464646. Windows color (decimal): -11779002 or 4605004. OLE color: 4605004.
HSL color Cylindrical-coordinate representation of color #4C4446: hue angle of 345º 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 #4C4446 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 70 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.70 |
| HSL | 345º | 0.06% | 0.28% | - |
| HSV(B) | 345º | 0.11% | 0.3% | - |
| XYZ | 6.15 | 6.11 | 6.65 | - |
| YUV | 70.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 70 | 0 | 0.11 | 0.08 | 0.70 | 345 | 0.06 | 0.28 |
| Hex | 4C | 44 | 46 | 0 | B | 8 | 46 | 159 | 6 | 1C |
| Octal | 114 | 104 | 106 | 0 | 13 | 10 | 106 | 531 | 6 | 34 |
| Binary | 1001100 | 1000100 | 1000110 | 0 | 1011 | 1000 | 1000110 | 101011001 | 110 | 11100 |
Color Harmonies of #4C4446
Complementary color
Monochromatic Colors of #4C4446
Black with #4C4446
Text Example
Text Example
White with #4C4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4446; }
p { color: rgb(76,68,70); }
H1.HeaderClassName
{
color: #4C4446;
}
.AnyTagClassName
{
color: #4C4446;
}
</style>
background-color css
<style>
a { background-color: #4C4446; }
a { background-color: rgb(76,68,70); }
div.DivClassName
{
background-color: #4C4446;
}
.BgClassName
{
background-color: #4C4446;
}
</style>
border-color css
<style>
span { border-color: #4C4446; }
span { border-color: rgb(76,68,70); }
td.TdClassName
{
border-color: #4C4446;
}
.TagClassName
{
border-color: #4C4446;
}
</style>