COLOR #471A6E

HEX: #471A6E
RGB: (71,26,110)

Color info

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

RGB color model

#471A6E color RGB value is (71,26,110).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 110 of 255 = 43%

71
26
110

R + G + B ~ 27%. #471A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 110 = 207 (100%)
R 71 of 207 ~ 34.3%
G 26 of 207 ~ 12.56%
B 110 of 207 ~ 53.14%

%34.3
%12.56
%53.14

CMYK color model

#471A6E color CMYK value is (35,76,0,57).

  • cyan value is 35.45%
  • magenta value is 76.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(35,76,0,57)
C35M76Y0K57 
(35%,76%,0%,57%)
(0.35/0.76/0.00/0.57)	

CMYK percentages

%35.45
%76.36
%0
%56.86

Codes

Color #471A6E in popluar color models

471A6E
RGB7126110
HSL272°61.76%26.67%
HSB/HSV272°76.36%43.14%
CMYK35.45%76.36%0.00%
56.86%

Color #471A6E in popluar number systems.

HEX471A6E
Decimal7126110
Binary1000111110101101110
Octal10732156

Shades and tints

Shades of #471A6E

#471A6E
(71,26,110)
#411864
(65,24,100)
#3B165A
(59,22,90)
#351450
(53,20,80)
#2F1246
(47,18,70)
#29103C
(41,16,60)
#230E32
(35,14,50)
#1D0C28
(29,12,40)
#170A1E
(23,10,30)
#110814
(17,8,20)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #471A6E

#471A6E
(71,26,110)
#572E7B
(87,46,123)
#674288
(103,66,136)
#775695
(119,86,149)
#876AA2
(135,106,162)
#977EAF
(151,126,175)
#A792BC
(167,146,188)
#B7A6C9
(183,166,201)
#C7BAD6
(199,186,214)
#D7CEE3
(215,206,227)
#E7E2F0
(231,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471A6E color. Also use rgb(71,26,110) instead hex code.

Text Font Color

.myTextColor { color: #471A6E; }

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

This text font color is #471A6E.


Background Color

.myBgColor { background-color: #471A6E; }

<div style="background-color:#471A6E">Inner text</div>

This div background color is #471A6E.


Border color

.myBorderColor { border: 1px solid #471A6E; }

<div style="border:3px solid #471A6E">Div</div>

This div border color is #471A6E.


Opacity

.myOpacity80 { color: #471A6E; opacity: 0.8; }

<p style="color:#471A6E;opacity:0.8;">80%</p>

Text with #471A6E 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 #471A6E;}

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

This text has shadow with #471A6E color.

.textShadow {text-shadow: 3px 3px 1px #471A6E, 3px 3px 1px red;}

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

This text has shadow with #471A6E primary color and red secondary color.


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

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

This text has shadow with #471A6E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A6E on black background.


Color preview on white background

This text has color #471A6E on white background.



Black color preview on #471A6E background

This text has black color on #471A6E background.


White color preview on #471A6E background

This text has white color on #471A6E background.