COLOR #471A49

HEX: #471A49
RGB: (71,26,73)

Color info

#471A49 contains red, green and blue colors in about the same proportion. Web safe color of #471A49 is #330033 (or #303).

RGB color model

#471A49 color RGB value is (71,26,73).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 73 of 255 = 29%

71
26
73

R + G + B ~ 22%. #471A49 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 73 = 170 (100%)
R 71 of 170 ~ 41.76%
G 26 of 170 ~ 15.29%
B 73 of 170 ~ 42.94%

%41.76
%15.29
%42.94

CMYK color model

#471A49 color CMYK value is (3,64,0,71).

  • cyan value is 2.74%
  • magenta value is 64.38%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(3,64,0,71)
C3M64Y0K71 
(3%,64%,0%,71%)
(0.03/0.64/0.00/0.71)	

CMYK percentages

%2.74
%64.38
%0
%71.37

Codes

Color #471A49 in popluar color models

471A49
RGB712673
HSL297°47.47%19.41%
HSB/HSV297°64.38%28.63%
CMYK2.74%64.38%0.00%
71.37%

Color #471A49 in popluar number systems.

HEX471A49
Decimal712673
Binary1000111110101001001
Octal10732111

Shades and tints

Shades of #471A49

#471A49
(71,26,73)
#411843
(65,24,67)
#3B163D
(59,22,61)
#351437
(53,20,55)
#2F1231
(47,18,49)
#29102B
(41,16,43)
#230E25
(35,14,37)
#1D0C1F
(29,12,31)
#170A19
(23,10,25)
#110813
(17,8,19)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #471A49

#471A49
(71,26,73)
#572E59
(87,46,89)
#674269
(103,66,105)
#775679
(119,86,121)
#876A89
(135,106,137)
#977E99
(151,126,153)
#A792A9
(167,146,169)
#B7A6B9
(183,166,185)
#C7BAC9
(199,186,201)
#D7CED9
(215,206,217)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A49; }

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

This text font color is #471A49.


Background Color

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

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

This div background color is #471A49.


Border color

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

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

This div border color is #471A49.


Opacity

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

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

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

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

This text has shadow with #471A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A49 on black background.


Color preview on white background

This text has color #471A49 on white background.



Black color preview on #471A49 background

This text has black color on #471A49 background.


White color preview on #471A49 background

This text has white color on #471A49 background.