COLOR #7470D6

HEX: #7470D6
RGB: (116,112,214)

Color info

#7470D6 contains mainly blue color. Web safe color of #7470D6 is #6666CC (or #66C).

RGB color model

#7470D6 color RGB value is (116,112,214).

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

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 214 of 255 = 84%

116
112
214

R + G + B ~ 58%. #7470D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 214 = 442 (100%)
R 116 of 442 ~ 26.24%
G 112 of 442 ~ 25.34%
B 214 of 442 ~ 48.42%

%26.24
%25.34
%48.42

CMYK color model

#7470D6 color CMYK value is (46,48,0,16).

  • cyan value is 45.79%
  • magenta value is 47.66%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(46,48,0,16)
C46M48Y0K16 
(46%,48%,0%,16%)
(0.46/0.48/0.00/0.16)	

CMYK percentages

%45.79
%47.66
%0
%16.08

Codes

Color #7470D6 in popluar color models

7470D6
RGB116112214
HSL242°55.43%63.92%
HSB/HSV242°47.66%83.92%
CMYK45.79%47.66%0.00%
16.08%

Color #7470D6 in popluar number systems.

HEX7470D6
Decimal116112214
Binary1110100111000011010110
Octal164160326

Shades and tints

Shades of #7470D6

#7470D6
(116,112,214)
#6A66C3
(106,102,195)
#605CB0
(96,92,176)
#56529D
(86,82,157)
#4C488A
(76,72,138)
#423E77
(66,62,119)
#383464
(56,52,100)
#2E2A51
(46,42,81)
#24203E
(36,32,62)
#1A162B
(26,22,43)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #7470D6

#7470D6
(116,112,214)
#807DD9
(128,125,217)
#8C8ADC
(140,138,220)
#9897DF
(152,151,223)
#A4A4E2
(164,164,226)
#B0B1E5
(176,177,229)
#BCBEE8
(188,190,232)
#C8CBEB
(200,203,235)
#D4D8EE
(212,216,238)
#E0E5F1
(224,229,241)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7470D6 color. Also use rgb(116,112,214) instead hex code.

Text Font Color

.myTextColor { color: #7470D6; }

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

This text font color is #7470D6.


Background Color

.myBgColor { background-color: #7470D6; }

<div style="background-color:#7470D6">Inner text</div>

This div background color is #7470D6.


Border color

.myBorderColor { border: 1px solid #7470D6; }

<div style="border:3px solid #7470D6">Div</div>

This div border color is #7470D6.


Opacity

.myOpacity80 { color: #7470D6; opacity: 0.8; }

<p style="color:#7470D6;opacity:0.8;">80%</p>

Text with #7470D6 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 #7470D6;}

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

This text has shadow with #7470D6 color.

.textShadow {text-shadow: 3px 3px 1px #7470D6, 3px 3px 1px red;}

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

This text has shadow with #7470D6 primary color and red secondary color.


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

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

This text has shadow with #7470D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7470D6 on black background.


Color preview on white background

This text has color #7470D6 on white background.



Black color preview on #7470D6 background

This text has black color on #7470D6 background.


White color preview on #7470D6 background

This text has white color on #7470D6 background.