COLOR #471C5B

HEX: #471C5B
RGB: (71,28,91)

Color info

#471C5B contains mainly red and blue colors. Web safe color of #471C5B is #333366 (or #336).

RGB color model

#471C5B color RGB value is (71,28,91).

  • red value is 71;
  • green value is 28;
  • blue value is 91.
RGB:
(71,28,91)
(28%,11%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 28 of 255 = 11%
B 91 of 255 = 36%

71
28
91

R + G + B ~ 25%. #471C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 28 + 91 = 190 (100%)
R 71 of 190 ~ 37.37%
G 28 of 190 ~ 14.74%
B 91 of 190 ~ 47.89%

%37.37
%14.74
%47.89

CMYK color model

#471C5B color CMYK value is (22,69,0,64).

  • cyan value is 21.98%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(22,69,0,64)
C22M69Y0K64 
(22%,69%,0%,64%)
(0.22/0.69/0.00/0.64)	

CMYK percentages

%21.98
%69.23
%0
%64.31

Codes

Color #471C5B in popluar color models

471C5B
RGB712891
HSL281°52.94%23.33%
HSB/HSV281°69.23%35.69%
CMYK21.98%69.23%0.00%
64.31%

Color #471C5B in popluar number systems.

HEX471C5B
Decimal712891
Binary1000111111001011011
Octal10734133

Shades and tints

Shades of #471C5B

#471C5B
(71,28,91)
#411A53
(65,26,83)
#3B184B
(59,24,75)
#351643
(53,22,67)
#2F143B
(47,20,59)
#291233
(41,18,51)
#23102B
(35,16,43)
#1D0E23
(29,14,35)
#170C1B
(23,12,27)
#110A13
(17,10,19)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #471C5B

#471C5B
(71,28,91)
#573069
(87,48,105)
#674477
(103,68,119)
#775885
(119,88,133)
#876C93
(135,108,147)
#9780A1
(151,128,161)
#A794AF
(167,148,175)
#B7A8BD
(183,168,189)
#C7BCCB
(199,188,203)
#D7D0D9
(215,208,217)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471C5B color. Also use rgb(71,28,91) instead hex code.

Text Font Color

.myTextColor { color: #471C5B; }

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

This text font color is #471C5B.


Background Color

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

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

This div background color is #471C5B.


Border color

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

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

This div border color is #471C5B.


Opacity

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

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

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

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

This text has shadow with #471C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C5B on black background.


Color preview on white background

This text has color #471C5B on white background.



Black color preview on #471C5B background

This text has black color on #471C5B background.


White color preview on #471C5B background

This text has white color on #471C5B background.