COLOR #470DC3

HEX: #470DC3
RGB: (71,13,195)

Color info

#470DC3 contains mainly blue color. Web safe color of #470DC3 is #3300CC (or #30C).

RGB color model

#470DC3 color RGB value is (71,13,195).

  • red value is 71;
  • green value is 13;
  • blue value is 195.
RGB:
(71,13,195)
(28%,5%,76%)

RGB channels and saturation

R 71 of 255 = 28%
G 13 of 255 = 5%
B 195 of 255 = 76%

71
13
195

R + G + B ~ 36%. #470DC3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 13 + 195 = 279 (100%)
R 71 of 279 ~ 25.45%
G 13 of 279 ~ 4.66%
B 195 of 279 ~ 69.89%

%25.45
%69.89

CMYK color model

#470DC3 color CMYK value is (64,93,0,24).

  • cyan value is 63.59%
  • magenta value is 93.33%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(64,93,0,24)
C64M93Y0K24 
(64%,93%,0%,24%)
(0.64/0.93/0.00/0.24)	

CMYK percentages

%63.59
%93.33
%0
%23.53

Codes

Color #470DC3 in popluar color models

470DC3
RGB7113195
HSL259°87.50%40.78%
HSB/HSV259°93.33%76.47%
CMYK63.59%93.33%0.00%
23.53%

Color #470DC3 in popluar number systems.

HEX470DC3
Decimal7113195
Binary1000111110111000011
Octal10715303

Shades and tints

Shades of #470DC3

#470DC3
(71,13,195)
#410CB2
(65,12,178)
#3B0BA1
(59,11,161)
#350A90
(53,10,144)
#2F097F
(47,9,127)
#29086E
(41,8,110)
#23075D
(35,7,93)
#1D064C
(29,6,76)
#17053B
(23,5,59)
#11042A
(17,4,42)
#0B0319
(11,3,25)
#000000
(0,0,0)

Tints of #470DC3

#470DC3
(71,13,195)
#5723C8
(87,35,200)
#6739CD
(103,57,205)
#774FD2
(119,79,210)
#8765D7
(135,101,215)
#977BDC
(151,123,220)
#A791E1
(167,145,225)
#B7A7E6
(183,167,230)
#C7BDEB
(199,189,235)
#D7D3F0
(215,211,240)
#E7E9F5
(231,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470DC3 color. Also use rgb(71,13,195) instead hex code.

Text Font Color

.myTextColor { color: #470DC3; }

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

This text font color is #470DC3.


Background Color

.myBgColor { background-color: #470DC3; }

<div style="background-color:#470DC3">Inner text</div>

This div background color is #470DC3.


Border color

.myBorderColor { border: 1px solid #470DC3; }

<div style="border:3px solid #470DC3">Div</div>

This div border color is #470DC3.


Opacity

.myOpacity80 { color: #470DC3; opacity: 0.8; }

<p style="color:#470DC3;opacity:0.8;">80%</p>

Text with #470DC3 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 #470DC3;}

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

This text has shadow with #470DC3 color.

.textShadow {text-shadow: 3px 3px 1px #470DC3, 3px 3px 1px red;}

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

This text has shadow with #470DC3 primary color and red secondary color.


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

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

This text has shadow with #470DC3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470DC3 on black background.


Color preview on white background

This text has color #470DC3 on white background.



Black color preview on #470DC3 background

This text has black color on #470DC3 background.


White color preview on #470DC3 background

This text has white color on #470DC3 background.