COLOR #471A59

HEX: #471A59
RGB: (71,26,89)

Color info

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

RGB color model

#471A59 color RGB value is (71,26,89).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 89 of 255 = 35%

71
26
89

R + G + B ~ 24%. #471A59 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 89 = 186 (100%)
R 71 of 186 ~ 38.17%
G 26 of 186 ~ 13.98%
B 89 of 186 ~ 47.85%

%38.17
%13.98
%47.85

CMYK color model

#471A59 color CMYK value is (20,71,0,65).

  • cyan value is 20.22%
  • magenta value is 70.79%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(20,71,0,65)
C20M71Y0K65 
(20%,71%,0%,65%)
(0.20/0.71/0.00/0.65)	

CMYK percentages

%20.22
%70.79
%0
%65.1

Codes

Color #471A59 in popluar color models

471A59
RGB712689
HSL283°54.78%22.55%
HSB/HSV283°70.79%34.90%
CMYK20.22%70.79%0.00%
65.10%

Color #471A59 in popluar number systems.

HEX471A59
Decimal712689
Binary1000111110101011001
Octal10732131

Shades and tints

Shades of #471A59

#471A59
(71,26,89)
#411851
(65,24,81)
#3B1649
(59,22,73)
#351441
(53,20,65)
#2F1239
(47,18,57)
#291031
(41,16,49)
#230E29
(35,14,41)
#1D0C21
(29,12,33)
#170A19
(23,10,25)
#110811
(17,8,17)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #471A59

#471A59
(71,26,89)
#572E68
(87,46,104)
#674277
(103,66,119)
#775686
(119,86,134)
#876A95
(135,106,149)
#977EA4
(151,126,164)
#A792B3
(167,146,179)
#B7A6C2
(183,166,194)
#C7BAD1
(199,186,209)
#D7CEE0
(215,206,224)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A59; }

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

This text font color is #471A59.


Background Color

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

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

This div background color is #471A59.


Border color

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

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

This div border color is #471A59.


Opacity

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

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

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

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

This text has shadow with #471A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A59 on black background.


Color preview on white background

This text has color #471A59 on white background.



Black color preview on #471A59 background

This text has black color on #471A59 background.


White color preview on #471A59 background

This text has white color on #471A59 background.