COLOR #70488C

HEX: #70488C
RGB: (112,72,140)

Color info

#70488C contains mainly red and blue colors. Web safe color of #70488C is #663399 (or #639).

RGB color model

#70488C color RGB value is (112,72,140).

  • red value is 112;
  • green value is 72;
  • blue value is 140.
RGB:
(112,72,140)
(44%,28%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 140 of 255 = 55%

112
72
140

R + G + B ~ 42%. #70488C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 140 = 324 (100%)
R 112 of 324 ~ 34.57%
G 72 of 324 ~ 22.22%
B 140 of 324 ~ 43.21%

%34.57
%22.22
%43.21

CMYK color model

#70488C color CMYK value is (20,49,0,45).

  • cyan value is 20.00%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(20,49,0,45)
C20M49Y0K45 
(20%,49%,0%,45%)
(0.20/0.49/0.00/0.45)	

CMYK percentages

%20
%48.57
%0
%45.1

Codes

Color #70488C in popluar color models

70488C
RGB11272140
HSL275°32.08%41.57%
HSB/HSV275°48.57%54.90%
CMYK20.00%48.57%0.00%
45.10%

Color #70488C in popluar number systems.

HEX70488C
Decimal11272140
Binary1110000100100010001100
Octal160110214

Shades and tints

Shades of #70488C

#70488C
(112,72,140)
#664280
(102,66,128)
#5C3C74
(92,60,116)
#523668
(82,54,104)
#48305C
(72,48,92)
#3E2A50
(62,42,80)
#342444
(52,36,68)
#2A1E38
(42,30,56)
#20182C
(32,24,44)
#161220
(22,18,32)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #70488C

#70488C
(112,72,140)
#7D5896
(125,88,150)
#8A68A0
(138,104,160)
#9778AA
(151,120,170)
#A488B4
(164,136,180)
#B198BE
(177,152,190)
#BEA8C8
(190,168,200)
#CBB8D2
(203,184,210)
#D8C8DC
(216,200,220)
#E5D8E6
(229,216,230)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70488C color. Also use rgb(112,72,140) instead hex code.

Text Font Color

.myTextColor { color: #70488C; }

<p style="color:#70488C">This sample text font color is #70488C.</p>

This text font color is #70488C.


Background Color

.myBgColor { background-color: #70488C; }

<div style="background-color:#70488C">Inner text</div>

This div background color is #70488C.


Border color

.myBorderColor { border: 1px solid #70488C; }

<div style="border:3px solid #70488C">Div</div>

This div border color is #70488C.


Opacity

.myOpacity80 { color: #70488C; opacity: 0.8; }

<p style="color:#70488C;opacity:0.8;">80%</p>

Text with #70488C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #70488C;}

<p style="text-shadow: 3px 3px 1px #70488C">Text here.</p>

This text has shadow with #70488C color.

.textShadow {text-shadow: 3px 3px 1px #70488C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #70488C, 5px 5px 20px red">Text here.</p>

This text has shadow with #70488C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#70488C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#70488C, Direction=45, Strength=4)">Text</p>

This text has shadow with #70488C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #70488C;
  -webkit-box-shadow:	1px 1px 3px 2px #70488C;
  box-shadow:		1px 1px 3px 2px #70488C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70488C;
-webkit-box-shadow: 1px 1px 3px 2px #70488C;
box-shadow:1px 1px 3px 2px #70488C;">
Div content here</div>
This div box has shadow with color #70488C.

Preview

Color preview on black background

This text has color #70488C on black background.


Color preview on white background

This text has color #70488C on white background.



Black color preview on #70488C background

This text has black color on #70488C background.


White color preview on #70488C background

This text has white color on #70488C background.