COLOR #471A6F

HEX: #471A6F
RGB: (71,26,111)

Color info

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

RGB color model

#471A6F color RGB value is (71,26,111).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 111 of 255 = 44%

71
26
111

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

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 111 = 208 (100%)
R 71 of 208 ~ 34.13%
G 26 of 208 ~ 12.5%
B 111 of 208 ~ 53.37%

%34.13
%12.5
%53.37

CMYK color model

#471A6F color CMYK value is (36,77,0,56).

  • cyan value is 36.04%
  • magenta value is 76.58%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(36,77,0,56)
C36M77Y0K56 
(36%,77%,0%,56%)
(0.36/0.77/0.00/0.56)	

CMYK percentages

%36.04
%76.58
%0
%56.47

Codes

Color #471A6F in popluar color models

471A6F
RGB7126111
HSL272°62.04%26.86%
HSB/HSV272°76.58%43.53%
CMYK36.04%76.58%0.00%
56.47%

Color #471A6F in popluar number systems.

HEX471A6F
Decimal7126111
Binary1000111110101101111
Octal10732157

Shades and tints

Shades of #471A6F

#471A6F
(71,26,111)
#411865
(65,24,101)
#3B165B
(59,22,91)
#351451
(53,20,81)
#2F1247
(47,18,71)
#29103D
(41,16,61)
#230E33
(35,14,51)
#1D0C29
(29,12,41)
#170A1F
(23,10,31)
#110815
(17,8,21)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #471A6F

#471A6F
(71,26,111)
#572E7C
(87,46,124)
#674289
(103,66,137)
#775696
(119,86,150)
#876AA3
(135,106,163)
#977EB0
(151,126,176)
#A792BD
(167,146,189)
#B7A6CA
(183,166,202)
#C7BAD7
(199,186,215)
#D7CEE4
(215,206,228)
#E7E2F1
(231,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A6F; }

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

This text font color is #471A6F.


Background Color

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

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

This div background color is #471A6F.


Border color

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

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

This div border color is #471A6F.


Opacity

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

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

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

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

This text has shadow with #471A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A6F on black background.


Color preview on white background

This text has color #471A6F on white background.



Black color preview on #471A6F background

This text has black color on #471A6F background.


White color preview on #471A6F background

This text has white color on #471A6F background.