COLOR #471A5E

HEX: #471A5E
RGB: (71,26,94)

Color info

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

RGB color model

#471A5E color RGB value is (71,26,94).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 94 of 255 = 37%

71
26
94

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

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 94 = 191 (100%)
R 71 of 191 ~ 37.17%
G 26 of 191 ~ 13.61%
B 94 of 191 ~ 49.21%

%37.17
%13.61
%49.21

CMYK color model

#471A5E color CMYK value is (24,72,0,63).

  • cyan value is 24.47%
  • magenta value is 72.34%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(24,72,0,63)
C24M72Y0K63 
(24%,72%,0%,63%)
(0.24/0.72/0.00/0.63)	

CMYK percentages

%24.47
%72.34
%0
%63.14

Codes

Color #471A5E in popluar color models

471A5E
RGB712694
HSL280°56.67%23.53%
HSB/HSV280°72.34%36.86%
CMYK24.47%72.34%0.00%
63.14%

Color #471A5E in popluar number systems.

HEX471A5E
Decimal712694
Binary1000111110101011110
Octal10732136

Shades and tints

Shades of #471A5E

#471A5E
(71,26,94)
#411856
(65,24,86)
#3B164E
(59,22,78)
#351446
(53,20,70)
#2F123E
(47,18,62)
#291036
(41,16,54)
#230E2E
(35,14,46)
#1D0C26
(29,12,38)
#170A1E
(23,10,30)
#110816
(17,8,22)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #471A5E

#471A5E
(71,26,94)
#572E6C
(87,46,108)
#67427A
(103,66,122)
#775688
(119,86,136)
#876A96
(135,106,150)
#977EA4
(151,126,164)
#A792B2
(167,146,178)
#B7A6C0
(183,166,192)
#C7BACE
(199,186,206)
#D7CEDC
(215,206,220)
#E7E2EA
(231,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A5E; }

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

This text font color is #471A5E.


Background Color

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

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

This div background color is #471A5E.


Border color

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

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

This div border color is #471A5E.


Opacity

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

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

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

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

This text has shadow with #471A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A5E on black background.


Color preview on white background

This text has color #471A5E on white background.



Black color preview on #471A5E background

This text has black color on #471A5E background.


White color preview on #471A5E background

This text has white color on #471A5E background.