#70446B

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

Shades of Eminence #70446B

Tints of Eminence #70446B

Color information

#70446B (or 0x70446B) is unknown color: approx Eminence. HEX triplet: 70, 44 and 6B. RGB value is (112,68,107). Sum of RGB (Red+Green+Blue) = 112+68+107=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70446B is #8FBB94. Grayscale: #555555. Windows color (decimal): -9419669 or 7029872. OLE color: 7029872.

HSL color Cylindrical-coordinate representation of color #70446B: hue angle of 306.82º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70446B is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11268107-
CMYK00.390.040.56
HSL306.82º24.44%35.29%-
HSV(B)306.82º39.29%43.92%-
XYZ11.48.6414.98-
YUV85.6140.08146.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=39.02%
G=23.69%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126810700.390.040.56306.8224.4435.29
Hex70446B0274381331823
Octal1601041530474704633043
Binary111000010001001101011010011110011100010011001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70446B; }

 p { color: rgb(112,68,107); }

 H1.HeaderClassName
 {
   color: #70446B;
 }
 .AnyTagClassName
 {
   color: #70446B;
 }
</style>
background-color css

<style>
 a { background-color: #70446B; }

 a { background-color: rgb(112,68,107); }

 div.DivClassName
 {
   background-color: #70446B;
 }
 .BgClassName
 {
   background-color: #70446B;
 }
</style>
border-color css

<style>
 span { border-color: #70446B; }

 span { border-color: rgb(112,68,107); }

 td.TdClassName
 {
   border-color: #70446B;
 }
 .TagClassName
 {
   border-color: #70446B;
 }
</style>