Shades of Emperor #4C4244
Tints of Emperor #4C4244
RGB
CMYK
RGB Variations
Color information
#4C4244 (or 0x4C4244) is known color: Emperor. HEX triplet: 4C, 42 and 44. RGB value is (76,66,68). Sum of RGB (Red+Green+Blue) = 76+66+68=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4244 is #B3BDBB. Grayscale: #454545. Windows color (decimal): -11779516 or 4473420. OLE color: 4473420.
HSL color Cylindrical-coordinate representation of color #4C4244: hue angle of 348º 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 #4C4244 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 68 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.70 |
| HSL | 348º | 0.07% | 0.28% | - |
| HSV(B) | 348º | 0.13% | 0.3% | - |
| XYZ | 5.97 | 5.85 | 6.28 | - |
| YUV | 69.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 68 | 0 | 0.13 | 0.11 | 0.70 | 348 | 0.07 | 0.28 |
| Hex | 4C | 42 | 44 | 0 | D | B | 46 | 15C | 7 | 1C |
| Octal | 114 | 102 | 104 | 0 | 15 | 13 | 106 | 534 | 7 | 34 |
| Binary | 1001100 | 1000010 | 1000100 | 0 | 1101 | 1011 | 1000110 | 101011100 | 111 | 11100 |
Color Harmonies of #4C4244
Complementary color
Monochromatic Colors of #4C4244
Black with #4C4244
Text Example
Text Example
White with #4C4244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4244; }
p { color: rgb(76,66,68); }
H1.HeaderClassName
{
color: #4C4244;
}
.AnyTagClassName
{
color: #4C4244;
}
</style>
background-color css
<style>
a { background-color: #4C4244; }
a { background-color: rgb(76,66,68); }
div.DivClassName
{
background-color: #4C4244;
}
.BgClassName
{
background-color: #4C4244;
}
</style>
border-color css
<style>
span { border-color: #4C4244; }
span { border-color: rgb(76,66,68); }
td.TdClassName
{
border-color: #4C4244;
}
.TagClassName
{
border-color: #4C4244;
}
</style>