#70466D

Color #70466D Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #70466D

Tints of Eminence #70466D

Color information

#70466D (or 0x70466D) is unknown color: approx 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

RGB11270109-
CMYK00.380.030.56
HSL304.29º23.08%35.69%-
HSV(B)304.29º37.5%43.92%-
XYZ11.638.9315.58-
YUV87140.41145.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=38.49%
G=24.05%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127010900.380.030.56304.2923.0835.69
Hex70466D0263381301724
Octal1601061550463704602744
Binary11100001000110110110101001101111100010011000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>