Shades of Emperor #4F4649
Tints of Emperor #4F4649
RGB
CMYK
RGB Variations
Color information
#4F4649 (or 0x4F4649) is known color: Emperor. HEX triplet: 4F, 46 and 49. RGB value is (79,70,73). Sum of RGB (Red+Green+Blue) = 79+70+73=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4649 is #B0B9B6. Grayscale: #494949. Windows color (decimal): -11581879 or 4802127. OLE color: 4802127.
HSL color Cylindrical-coordinate representation of color #4F4649: hue angle of 340º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F4649 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 73 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.69 |
| HSL | 340º | 0.06% | 0.29% | - |
| HSV(B) | 340º | 0.11% | 0.31% | - |
| XYZ | 6.62 | 6.52 | 7.21 | - |
| YUV | 73.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 73 | 0 | 0.11 | 0.08 | 0.69 | 340 | 0.06 | 0.29 |
| Hex | 4F | 46 | 49 | 0 | B | 8 | 45 | 154 | 6 | 1D |
| Octal | 117 | 106 | 111 | 0 | 13 | 10 | 105 | 524 | 6 | 35 |
| Binary | 1001111 | 1000110 | 1001001 | 0 | 1011 | 1000 | 1000101 | 101010100 | 110 | 11101 |
Color Harmonies of #4F4649
Complementary color
Monochromatic Colors of #4F4649
Black with #4F4649
Text Example
Text Example
White with #4F4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4649; }
p { color: rgb(79,70,73); }
H1.HeaderClassName
{
color: #4F4649;
}
.AnyTagClassName
{
color: #4F4649;
}
</style>
background-color css
<style>
a { background-color: #4F4649; }
a { background-color: rgb(79,70,73); }
div.DivClassName
{
background-color: #4F4649;
}
.BgClassName
{
background-color: #4F4649;
}
</style>
border-color css
<style>
span { border-color: #4F4649; }
span { border-color: rgb(79,70,73); }
td.TdClassName
{
border-color: #4F4649;
}
.TagClassName
{
border-color: #4F4649;
}
</style>