Shades of Eminence #70466A
Tints of Eminence #70466A
RGB
CMYK
RGB Variations
Color information
#70466A (or 0x70466A) is known color: Eminence. HEX triplet: 70, 46 and 6A. RGB value is (112,70,106). Sum of RGB (Red+Green+Blue) = 112+70+106=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70466A is #8FB995. Grayscale: #565656. Windows color (decimal): -9419158 or 6964848. OLE color: 6964848.
HSL color Cylindrical-coordinate representation of color #70466A: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70466A is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 106 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.56 |
| HSL | 308.57º | 0.23% | 0.36% | - |
| HSV(B) | 308.57º | 0.38% | 0.44% | - |
| XYZ | 11.47 | 8.87 | 14.74 | - |
| YUV | 86.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 106 | 0 | 0.38 | 0.05 | 0.56 | 308.57 | 0.23 | 0.36 |
| Hex | 70 | 46 | 6A | 0 | 26 | 5 | 38 | 135 | 17 | 24 |
| Octal | 160 | 106 | 152 | 0 | 46 | 5 | 70 | 465 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1101010 | 0 | 100110 | 101 | 111000 | 100110101 | 10111 | 100100 |
Color Harmonies of #70466A
Complementary color
Monochromatic Colors of #70466A
Black with #70466A
Text Example
Text Example
White with #70466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70466A; }
p { color: rgb(112,70,106); }
H1.HeaderClassName
{
color: #70466A;
}
.AnyTagClassName
{
color: #70466A;
}
</style>
background-color css
<style>
a { background-color: #70466A; }
a { background-color: rgb(112,70,106); }
div.DivClassName
{
background-color: #70466A;
}
.BgClassName
{
background-color: #70466A;
}
</style>
border-color css
<style>
span { border-color: #70466A; }
span { border-color: rgb(112,70,106); }
td.TdClassName
{
border-color: #70466A;
}
.TagClassName
{
border-color: #70466A;
}
</style>