Shades of Emperor #4B4446
Tints of Emperor #4B4446
RGB
CMYK
RGB Variations
Color information
#4B4446 (or 0x4B4446) is known color: Emperor. HEX triplet: 4B, 44 and 46. RGB value is (75,68,70). Sum of RGB (Red+Green+Blue) = 75+68+70=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4446 is #B4BBB9. Grayscale: #464646. Windows color (decimal): -11844538 or 4605003. OLE color: 4605003.
HSL color Cylindrical-coordinate representation of color #4B4446: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4B4446 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 68 | 70 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.71 |
| HSL | 342.86º | 0.05% | 0.28% | - |
| HSV(B) | 342.86º | 0.09% | 0.29% | - |
| XYZ | 6.07 | 6.07 | 6.65 | - |
| YUV | 70.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 70 | 0 | 0.09 | 0.07 | 0.71 | 342.86 | 0.05 | 0.28 |
| Hex | 4B | 44 | 46 | 0 | 9 | 7 | 47 | 157 | 5 | 1C |
| Octal | 113 | 104 | 106 | 0 | 11 | 7 | 107 | 527 | 5 | 34 |
| Binary | 1001011 | 1000100 | 1000110 | 0 | 1001 | 111 | 1000111 | 101010111 | 101 | 11100 |
Color Harmonies of #4B4446
Complementary color
Monochromatic Colors of #4B4446
Black with #4B4446
Text Example
Text Example
White with #4B4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4446; }
p { color: rgb(75,68,70); }
H1.HeaderClassName
{
color: #4B4446;
}
.AnyTagClassName
{
color: #4B4446;
}
</style>
background-color css
<style>
a { background-color: #4B4446; }
a { background-color: rgb(75,68,70); }
div.DivClassName
{
background-color: #4B4446;
}
.BgClassName
{
background-color: #4B4446;
}
</style>
border-color css
<style>
span { border-color: #4B4446; }
span { border-color: rgb(75,68,70); }
td.TdClassName
{
border-color: #4B4446;
}
.TagClassName
{
border-color: #4B4446;
}
</style>