Shades of Emperor #4F4445
Tints of Emperor #4F4445
RGB
CMYK
RGB Variations
Color information
#4F4445 (or 0x4F4445) is known color: Emperor. HEX triplet: 4F, 44 and 45. RGB value is (79,68,69). Sum of RGB (Red+Green+Blue) = 79+68+69=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4445 is #B0BBBA. Grayscale: #474747. Windows color (decimal): -11582395 or 4539471. OLE color: 4539471.
HSL color Cylindrical-coordinate representation of color #4F4445: hue angle of 354.55º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F4445 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 68 | 69 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.69 |
| HSL | 354.55º | 0.07% | 0.29% | - |
| HSV(B) | 354.55º | 0.14% | 0.31% | - |
| XYZ | 6.37 | 6.23 | 6.5 | - |
| YUV | 71.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 69 | 0 | 0.14 | 0.13 | 0.69 | 354.55 | 0.07 | 0.29 |
| Hex | 4F | 44 | 45 | 0 | E | D | 45 | 163 | 7 | 1D |
| Octal | 117 | 104 | 105 | 0 | 16 | 15 | 105 | 543 | 7 | 35 |
| Binary | 1001111 | 1000100 | 1000101 | 0 | 1110 | 1101 | 1000101 | 101100011 | 111 | 11101 |
Color Harmonies of #4F4445
Complementary color
Monochromatic Colors of #4F4445
Black with #4F4445
Text Example
Text Example
White with #4F4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4445; }
p { color: rgb(79,68,69); }
H1.HeaderClassName
{
color: #4F4445;
}
.AnyTagClassName
{
color: #4F4445;
}
</style>
background-color css
<style>
a { background-color: #4F4445; }
a { background-color: rgb(79,68,69); }
div.DivClassName
{
background-color: #4F4445;
}
.BgClassName
{
background-color: #4F4445;
}
</style>
border-color css
<style>
span { border-color: #4F4445; }
span { border-color: rgb(79,68,69); }
td.TdClassName
{
border-color: #4F4445;
}
.TagClassName
{
border-color: #4F4445;
}
</style>