Shades of Eminence #70466D
Tints of Eminence #70466D
RGB
CMYK
RGB Variations
Color information
#70466D (or 0x70466D) is known color: Eminence. HEX triplet: 70, 46 and 6D. RGB value is (112,70,109). Sum of RGB (Red+Green+Blue) = 112+70+109=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70466D is #8FB992. Grayscale: #565656. Windows color (decimal): -9419155 or 7161456. OLE color: 7161456.
HSL color Cylindrical-coordinate representation of color #70466D: hue angle of 304.29º 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 #70466D is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 109 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.56 |
| HSL | 304.29º | 0.23% | 0.36% | - |
| HSV(B) | 304.29º | 0.38% | 0.44% | - |
| XYZ | 11.63 | 8.93 | 15.58 | - |
| YUV | 87 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 109 | 0 | 0.38 | 0.03 | 0.56 | 304.29 | 0.23 | 0.36 |
| Hex | 70 | 46 | 6D | 0 | 26 | 3 | 38 | 130 | 17 | 24 |
| Octal | 160 | 106 | 155 | 0 | 46 | 3 | 70 | 460 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1101101 | 0 | 100110 | 11 | 111000 | 100110000 | 10111 | 100100 |
Color Harmonies of #70466D
Complementary color
Monochromatic Colors of #70466D
Black with #70466D
Text Example
Text Example
White with #70466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70466D; }
p { color: rgb(112,70,109); }
H1.HeaderClassName
{
color: #70466D;
}
.AnyTagClassName
{
color: #70466D;
}
</style>
background-color css
<style>
a { background-color: #70466D; }
a { background-color: rgb(112,70,109); }
div.DivClassName
{
background-color: #70466D;
}
.BgClassName
{
background-color: #70466D;
}
</style>
border-color css
<style>
span { border-color: #70466D; }
span { border-color: rgb(112,70,109); }
td.TdClassName
{
border-color: #70466D;
}
.TagClassName
{
border-color: #70466D;
}
</style>