Shades of Emperor #4C4144
Tints of Emperor #4C4144
RGB
CMYK
RGB Variations
Color information
#4C4144 (or 0x4C4144) is known color: Emperor. HEX triplet: 4C, 41 and 44. RGB value is (76,65,68). Sum of RGB (Red+Green+Blue) = 76+65+68=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4144 is #B3BEBB. Grayscale: #444444. Windows color (decimal): -11779772 or 4473164. OLE color: 4473164.
HSL color Cylindrical-coordinate representation of color #4C4144: hue angle of 343.64º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C4144 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 68 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.70 |
| HSL | 343.64º | 0.08% | 0.28% | - |
| HSV(B) | 343.64º | 0.14% | 0.3% | - |
| XYZ | 5.91 | 5.73 | 6.26 | - |
| YUV | 68.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 68 | 0 | 0.14 | 0.11 | 0.70 | 343.64 | 0.08 | 0.28 |
| Hex | 4C | 41 | 44 | 0 | E | B | 46 | 158 | 8 | 1C |
| Octal | 114 | 101 | 104 | 0 | 16 | 13 | 106 | 530 | 10 | 34 |
| Binary | 1001100 | 1000001 | 1000100 | 0 | 1110 | 1011 | 1000110 | 101011000 | 1000 | 11100 |
Color Harmonies of #4C4144
Complementary color
Monochromatic Colors of #4C4144
Black with #4C4144
Text Example
Text Example
White with #4C4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4144; }
p { color: rgb(76,65,68); }
H1.HeaderClassName
{
color: #4C4144;
}
.AnyTagClassName
{
color: #4C4144;
}
</style>
background-color css
<style>
a { background-color: #4C4144; }
a { background-color: rgb(76,65,68); }
div.DivClassName
{
background-color: #4C4144;
}
.BgClassName
{
background-color: #4C4144;
}
</style>
border-color css
<style>
span { border-color: #4C4144; }
span { border-color: rgb(76,65,68); }
td.TdClassName
{
border-color: #4C4144;
}
.TagClassName
{
border-color: #4C4144;
}
</style>