Shades of Emperor #4F4A4B
Tints of Emperor #4F4A4B
RGB
CMYK
RGB Variations
Color information
#4F4A4B (or 0x4F4A4B) is known color: Emperor. HEX triplet: 4F, 4A and 4B. RGB value is (79,74,75). Sum of RGB (Red+Green+Blue) = 79+74+75=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A4B is #B0B5B4. Grayscale: #4B4B4B. Windows color (decimal): -11580853 or 4934223. OLE color: 4934223.
HSL color Cylindrical-coordinate representation of color #4F4A4B: hue angle of 348º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4F4A4B is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 74 | 75 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.69 |
| HSL | 348º | 0.03% | 0.3% | - |
| HSV(B) | 348º | 0.06% | 0.31% | - |
| XYZ | 6.94 | 7.07 | 7.65 | - |
| YUV | 75.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 75 | 0 | 0.06 | 0.05 | 0.69 | 348 | 0.03 | 0.3 |
| Hex | 4F | 4A | 4B | 0 | 6 | 5 | 45 | 15C | 3 | 1E |
| Octal | 117 | 112 | 113 | 0 | 6 | 5 | 105 | 534 | 3 | 36 |
| Binary | 1001111 | 1001010 | 1001011 | 0 | 110 | 101 | 1000101 | 101011100 | 11 | 11110 |
Color Harmonies of #4F4A4B
Complementary color
Monochromatic Colors of #4F4A4B
Black with #4F4A4B
Text Example
Text Example
White with #4F4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A4B; }
p { color: rgb(79,74,75); }
H1.HeaderClassName
{
color: #4F4A4B;
}
.AnyTagClassName
{
color: #4F4A4B;
}
</style>
background-color css
<style>
a { background-color: #4F4A4B; }
a { background-color: rgb(79,74,75); }
div.DivClassName
{
background-color: #4F4A4B;
}
.BgClassName
{
background-color: #4F4A4B;
}
</style>
border-color css
<style>
span { border-color: #4F4A4B; }
span { border-color: rgb(79,74,75); }
td.TdClassName
{
border-color: #4F4A4B;
}
.TagClassName
{
border-color: #4F4A4B;
}
</style>