COLOR #70479A

HEX: #70479A
RGB: (112,71,154)

Color info

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

RGB color model

#70479A color RGB value is (112,71,154).

  • red value is 112;
  • green value is 71;
  • blue value is 154.
RGB:
(112,71,154)
(44%,28%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 71 of 255 = 28%
B 154 of 255 = 60%

112
71
154

R + G + B ~ 44%. #70479A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 71 + 154 = 337 (100%)
R 112 of 337 ~ 33.23%
G 71 of 337 ~ 21.07%
B 154 of 337 ~ 45.7%

%33.23
%21.07
%45.7

CMYK color model

#70479A color CMYK value is (27,54,0,40).

  • cyan value is 27.27%
  • magenta value is 53.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(27,54,0,40)
C27M54Y0K40 
(27%,54%,0%,40%)
(0.27/0.54/0.00/0.40)	

CMYK percentages

%27.27
%53.9
%0
%39.61

Codes

Color #70479A in popluar color models

70479A
RGB11271154
HSL270°36.89%44.12%
HSB/HSV270°53.90%60.39%
CMYK27.27%53.90%0.00%
39.61%

Color #70479A in popluar number systems.

HEX70479A
Decimal11271154
Binary1110000100011110011010
Octal160107232

Shades and tints

Shades of #70479A

#70479A
(112,71,154)
#66418C
(102,65,140)
#5C3B7E
(92,59,126)
#523570
(82,53,112)
#482F62
(72,47,98)
#3E2954
(62,41,84)
#342346
(52,35,70)
#2A1D38
(42,29,56)
#20172A
(32,23,42)
#16111C
(22,17,28)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #70479A

#70479A
(112,71,154)
#7D57A3
(125,87,163)
#8A67AC
(138,103,172)
#9777B5
(151,119,181)
#A487BE
(164,135,190)
#B197C7
(177,151,199)
#BEA7D0
(190,167,208)
#CBB7D9
(203,183,217)
#D8C7E2
(216,199,226)
#E5D7EB
(229,215,235)
#F2E7F4
(242,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70479A color. Also use rgb(112,71,154) instead hex code.

Text Font Color

.myTextColor { color: #70479A; }

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

This text font color is #70479A.


Background Color

.myBgColor { background-color: #70479A; }

<div style="background-color:#70479A">Inner text</div>

This div background color is #70479A.


Border color

.myBorderColor { border: 1px solid #70479A; }

<div style="border:3px solid #70479A">Div</div>

This div border color is #70479A.


Opacity

.myOpacity80 { color: #70479A; opacity: 0.8; }

<p style="color:#70479A;opacity:0.8;">80%</p>

Text with #70479A 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 #70479A;}

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

This text has shadow with #70479A color.

.textShadow {text-shadow: 3px 3px 1px #70479A, 3px 3px 1px red;}

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

This text has shadow with #70479A primary color and red secondary color.


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

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

This text has shadow with #70479A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70479A on black background.


Color preview on white background

This text has color #70479A on white background.



Black color preview on #70479A background

This text has black color on #70479A background.


White color preview on #70479A background

This text has white color on #70479A background.