COLOR #470A6A

HEX: #470A6A
RGB: (71,10,106)

Color info

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

RGB color model

#470A6A color RGB value is (71,10,106).

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

RGB channels and saturation

R 71 of 255 = 28%
G 10 of 255 = 4%
B 106 of 255 = 42%

71
10
106

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

Portions of RGB colors in percentages

R + G + B =
71 + 10 + 106 = 187 (100%)
R 71 of 187 ~ 37.97%
G 10 of 187 ~ 5.35%
B 106 of 187 ~ 56.68%

%37.97
%56.68

CMYK color model

#470A6A color CMYK value is (33,91,0,58).

  • cyan value is 33.02%
  • magenta value is 90.57%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(33,91,0,58)
C33M91Y0K58 
(33%,91%,0%,58%)
(0.33/0.91/0.00/0.58)	

CMYK percentages

%33.02
%90.57
%0
%58.43

Codes

Color #470A6A in popluar color models

470A6A
RGB7110106
HSL278°82.76%22.75%
HSB/HSV278°90.57%41.57%
CMYK33.02%90.57%0.00%
58.43%

Color #470A6A in popluar number systems.

HEX470A6A
Decimal7110106
Binary100011110101101010
Octal10712152

Shades and tints

Shades of #470A6A

#470A6A
(71,10,106)
#410A61
(65,10,97)
#3B0A58
(59,10,88)
#350A4F
(53,10,79)
#2F0A46
(47,10,70)
#290A3D
(41,10,61)
#230A34
(35,10,52)
#1D0A2B
(29,10,43)
#170A22
(23,10,34)
#110A19
(17,10,25)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #470A6A

#470A6A
(71,10,106)
#572077
(87,32,119)
#673684
(103,54,132)
#774C91
(119,76,145)
#87629E
(135,98,158)
#9778AB
(151,120,171)
#A78EB8
(167,142,184)
#B7A4C5
(183,164,197)
#C7BAD2
(199,186,210)
#D7D0DF
(215,208,223)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470A6A; }

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

This text font color is #470A6A.


Background Color

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

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

This div background color is #470A6A.


Border color

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

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

This div border color is #470A6A.


Opacity

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

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

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

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

This text has shadow with #470A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470A6A on black background.


Color preview on white background

This text has color #470A6A on white background.



Black color preview on #470A6A background

This text has black color on #470A6A background.


White color preview on #470A6A background

This text has white color on #470A6A background.