Shades of Emperor #4A4345
Tints of Emperor #4A4345
RGB
CMYK
RGB Variations
Color information
#4A4345 (or 0x4A4345) is known color: Emperor. HEX triplet: 4A, 43 and 45. RGB value is (74,67,69). Sum of RGB (Red+Green+Blue) = 74+67+69=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4345 is #B5BCBA. Grayscale: #454545. Windows color (decimal): -11910331 or 4539210. OLE color: 4539210.
HSL color Cylindrical-coordinate representation of color #4A4345: 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 #4A4345 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 69 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.71 |
| HSL | 342.86º | 0.05% | 0.28% | - |
| HSV(B) | 342.86º | 0.09% | 0.29% | - |
| XYZ | 5.91 | 5.9 | 6.46 | - |
| YUV | 69.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 69 | 0 | 0.09 | 0.07 | 0.71 | 342.86 | 0.05 | 0.28 |
| Hex | 4A | 43 | 45 | 0 | 9 | 7 | 47 | 157 | 5 | 1C |
| Octal | 112 | 103 | 105 | 0 | 11 | 7 | 107 | 527 | 5 | 34 |
| Binary | 1001010 | 1000011 | 1000101 | 0 | 1001 | 111 | 1000111 | 101010111 | 101 | 11100 |
Color Harmonies of #4A4345
Complementary color
Monochromatic Colors of #4A4345
Black with #4A4345
Text Example
Text Example
White with #4A4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4345; }
p { color: rgb(74,67,69); }
H1.HeaderClassName
{
color: #4A4345;
}
.AnyTagClassName
{
color: #4A4345;
}
</style>
background-color css
<style>
a { background-color: #4A4345; }
a { background-color: rgb(74,67,69); }
div.DivClassName
{
background-color: #4A4345;
}
.BgClassName
{
background-color: #4A4345;
}
</style>
border-color css
<style>
span { border-color: #4A4345; }
span { border-color: rgb(74,67,69); }
td.TdClassName
{
border-color: #4A4345;
}
.TagClassName
{
border-color: #4A4345;
}
</style>