COLOR #70749C

HEX: #70749C
RGB: (112,116,156)

Color info

#70749C contains red, green and blue colors in about the same proportion. Web safe color of #70749C is #666699 (or #669).

RGB color model

#70749C color RGB value is (112,116,156).

  • red value is 112;
  • green value is 116;
  • blue value is 156.
RGB:
(112,116,156)
(44%,45%,61%)

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 156 of 255 = 61%

112
116
156

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 156 = 384 (100%)
R 112 of 384 ~ 29.17%
G 116 of 384 ~ 30.21%
B 156 of 384 ~ 40.63%

%29.17
%30.21
%40.63

CMYK color model

#70749C color CMYK value is (28,26,0,39).

  • cyan value is 28.21%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,26,0,39)
C28M26Y0K39 
(28%,26%,0%,39%)
(0.28/0.26/0.00/0.39)	

CMYK percentages

%28.21
%25.64
%0
%38.82

Codes

Color #70749C in popluar color models

70749C
RGB112116156
HSL235°18.18%52.55%
HSB/HSV235°28.21%61.18%
CMYK28.21%25.64%0.00%
38.82%

Color #70749C in popluar number systems.

HEX70749C
Decimal112116156
Binary1110000111010010011100
Octal160164234

Shades and tints

Shades of #70749C

#70749C
(112,116,156)
#666A8E
(102,106,142)
#5C6080
(92,96,128)
#525672
(82,86,114)
#484C64
(72,76,100)
#3E4256
(62,66,86)
#343848
(52,56,72)
#2A2E3A
(42,46,58)
#20242C
(32,36,44)
#161A1E
(22,26,30)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #70749C

#70749C
(112,116,156)
#7D80A5
(125,128,165)
#8A8CAE
(138,140,174)
#9798B7
(151,152,183)
#A4A4C0
(164,164,192)
#B1B0C9
(177,176,201)
#BEBCD2
(190,188,210)
#CBC8DB
(203,200,219)
#D8D4E4
(216,212,228)
#E5E0ED
(229,224,237)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70749C color. Also use rgb(112,116,156) instead hex code.

Text Font Color

.myTextColor { color: #70749C; }

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

This text font color is #70749C.


Background Color

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

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

This div background color is #70749C.


Border color

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

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

This div border color is #70749C.


Opacity

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

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

Text with #70749C 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 #70749C;}

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

This text has shadow with #70749C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70749C on black background.


Color preview on white background

This text has color #70749C on white background.



Black color preview on #70749C background

This text has black color on #70749C background.


White color preview on #70749C background

This text has white color on #70749C background.