COLOR #470D6E

HEX: #470D6E
RGB: (71,13,110)

Color info

#470D6E contains mainly red and blue colors. Web safe color of #470D6E is #330066 (or #306).

RGB color model

#470D6E color RGB value is (71,13,110).

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

RGB channels and saturation

R 71 of 255 = 28%
G 13 of 255 = 5%
B 110 of 255 = 43%

71
13
110

R + G + B ~ 25%. #470D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 13 + 110 = 194 (100%)
R 71 of 194 ~ 36.6%
G 13 of 194 ~ 6.7%
B 110 of 194 ~ 56.7%

%36.6
%56.7

CMYK color model

#470D6E color CMYK value is (35,88,0,57).

  • cyan value is 35.45%
  • magenta value is 88.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(35,88,0,57)
C35M88Y0K57 
(35%,88%,0%,57%)
(0.35/0.88/0.00/0.57)	

CMYK percentages

%35.45
%88.18
%0
%56.86

Codes

Color #470D6E in popluar color models

470D6E
RGB7113110
HSL276°78.86%24.12%
HSB/HSV276°88.18%43.14%
CMYK35.45%88.18%0.00%
56.86%

Color #470D6E in popluar number systems.

HEX470D6E
Decimal7113110
Binary100011111011101110
Octal10715156

Shades and tints

Shades of #470D6E

#470D6E
(71,13,110)
#410C64
(65,12,100)
#3B0B5A
(59,11,90)
#350A50
(53,10,80)
#2F0946
(47,9,70)
#29083C
(41,8,60)
#230732
(35,7,50)
#1D0628
(29,6,40)
#17051E
(23,5,30)
#110414
(17,4,20)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #470D6E

#470D6E
(71,13,110)
#57237B
(87,35,123)
#673988
(103,57,136)
#774F95
(119,79,149)
#8765A2
(135,101,162)
#977BAF
(151,123,175)
#A791BC
(167,145,188)
#B7A7C9
(183,167,201)
#C7BDD6
(199,189,214)
#D7D3E3
(215,211,227)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470D6E; }

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

This text font color is #470D6E.


Background Color

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

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

This div background color is #470D6E.


Border color

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

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

This div border color is #470D6E.


Opacity

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

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

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

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

This text has shadow with #470D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470D6E on black background.


Color preview on white background

This text has color #470D6E on white background.



Black color preview on #470D6E background

This text has black color on #470D6E background.


White color preview on #470D6E background

This text has white color on #470D6E background.