COLOR #470FA1

HEX: #470FA1
RGB: (71,15,161)

Color info

#470FA1 contains mainly blue color. Web safe color of #470FA1 is #330099 (or #309).

RGB color model

#470FA1 color RGB value is (71,15,161).

  • red value is 71;
  • green value is 15;
  • blue value is 161.
RGB:
(71,15,161)
(28%,6%,63%)

RGB channels and saturation

R 71 of 255 = 28%
G 15 of 255 = 6%
B 161 of 255 = 63%

71
15
161

R + G + B ~ 32%. #470FA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 15 + 161 = 247 (100%)
R 71 of 247 ~ 28.74%
G 15 of 247 ~ 6.07%
B 161 of 247 ~ 65.18%

%28.74
%65.18

CMYK color model

#470FA1 color CMYK value is (56,91,0,37).

  • cyan value is 55.90%
  • magenta value is 90.68%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(56,91,0,37)
C56M91Y0K37 
(56%,91%,0%,37%)
(0.56/0.91/0.00/0.37)	

CMYK percentages

%55.9
%90.68
%0
%36.86

Codes

Color #470FA1 in popluar color models

470FA1
RGB7115161
HSL263°82.95%34.51%
HSB/HSV263°90.68%63.14%
CMYK55.90%90.68%0.00%
36.86%

Color #470FA1 in popluar number systems.

HEX470FA1
Decimal7115161
Binary1000111111110100001
Octal10717241

Shades and tints

Shades of #470FA1

#470FA1
(71,15,161)
#410E93
(65,14,147)
#3B0D85
(59,13,133)
#350C77
(53,12,119)
#2F0B69
(47,11,105)
#290A5B
(41,10,91)
#23094D
(35,9,77)
#1D083F
(29,8,63)
#170731
(23,7,49)
#110623
(17,6,35)
#0B0515
(11,5,21)
#000000
(0,0,0)

Tints of #470FA1

#470FA1
(71,15,161)
#5724A9
(87,36,169)
#6739B1
(103,57,177)
#774EB9
(119,78,185)
#8763C1
(135,99,193)
#9778C9
(151,120,201)
#A78DD1
(167,141,209)
#B7A2D9
(183,162,217)
#C7B7E1
(199,183,225)
#D7CCE9
(215,204,233)
#E7E1F1
(231,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470FA1 color. Also use rgb(71,15,161) instead hex code.

Text Font Color

.myTextColor { color: #470FA1; }

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

This text font color is #470FA1.


Background Color

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

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

This div background color is #470FA1.


Border color

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

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

This div border color is #470FA1.


Opacity

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

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

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

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

This text has shadow with #470FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470FA1 on black background.


Color preview on white background

This text has color #470FA1 on white background.



Black color preview on #470FA1 background

This text has black color on #470FA1 background.


White color preview on #470FA1 background

This text has white color on #470FA1 background.