COLOR #470A83

HEX: #470A83
RGB: (71,10,131)

Color info

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

RGB color model

#470A83 color RGB value is (71,10,131).

  • red value is 71;
  • green value is 10;
  • blue value is 131.
RGB:
(71,10,131)
(28%,4%,51%)

RGB channels and saturation

R 71 of 255 = 28%
G 10 of 255 = 4%
B 131 of 255 = 51%

71
10
131

R + G + B ~ 28%. #470A83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 10 + 131 = 212 (100%)
R 71 of 212 ~ 33.49%
G 10 of 212 ~ 4.72%
B 131 of 212 ~ 61.79%

%33.49
%61.79

CMYK color model

#470A83 color CMYK value is (46,92,0,49).

  • cyan value is 45.80%
  • magenta value is 92.37%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(46,92,0,49)
C46M92Y0K49 
(46%,92%,0%,49%)
(0.46/0.92/0.00/0.49)	

CMYK percentages

%45.8
%92.37
%0
%48.63

Codes

Color #470A83 in popluar color models

470A83
RGB7110131
HSL270°85.82%27.65%
HSB/HSV270°92.37%51.37%
CMYK45.80%92.37%0.00%
48.63%

Color #470A83 in popluar number systems.

HEX470A83
Decimal7110131
Binary1000111101010000011
Octal10712203

Shades and tints

Shades of #470A83

#470A83
(71,10,131)
#410A78
(65,10,120)
#3B0A6D
(59,10,109)
#350A62
(53,10,98)
#2F0A57
(47,10,87)
#290A4C
(41,10,76)
#230A41
(35,10,65)
#1D0A36
(29,10,54)
#170A2B
(23,10,43)
#110A20
(17,10,32)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #470A83

#470A83
(71,10,131)
#57208E
(87,32,142)
#673699
(103,54,153)
#774CA4
(119,76,164)
#8762AF
(135,98,175)
#9778BA
(151,120,186)
#A78EC5
(167,142,197)
#B7A4D0
(183,164,208)
#C7BADB
(199,186,219)
#D7D0E6
(215,208,230)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470A83 color. Also use rgb(71,10,131) instead hex code.

Text Font Color

.myTextColor { color: #470A83; }

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

This text font color is #470A83.


Background Color

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

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

This div background color is #470A83.


Border color

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

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

This div border color is #470A83.


Opacity

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

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

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

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

This text has shadow with #470A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470A83 on black background.


Color preview on white background

This text has color #470A83 on white background.



Black color preview on #470A83 background

This text has black color on #470A83 background.


White color preview on #470A83 background

This text has white color on #470A83 background.