COLOR #471A55

HEX: #471A55
RGB: (71,26,85)

Color info

#471A55 contains red, green and blue colors in about the same proportion. Web safe color of #471A55 is #330066 (or #306).

RGB color model

#471A55 color RGB value is (71,26,85).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 85 of 255 = 33%

71
26
85

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

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 85 = 182 (100%)
R 71 of 182 ~ 39.01%
G 26 of 182 ~ 14.29%
B 85 of 182 ~ 46.7%

%39.01
%14.29
%46.7

CMYK color model

#471A55 color CMYK value is (16,69,0,67).

  • cyan value is 16.47%
  • magenta value is 69.41%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(16,69,0,67)
C16M69Y0K67 
(16%,69%,0%,67%)
(0.16/0.69/0.00/0.67)	

CMYK percentages

%16.47
%69.41
%0
%66.67

Codes

Color #471A55 in popluar color models

471A55
RGB712685
HSL286°53.15%21.76%
HSB/HSV286°69.41%33.33%
CMYK16.47%69.41%0.00%
66.67%

Color #471A55 in popluar number systems.

HEX471A55
Decimal712685
Binary1000111110101010101
Octal10732125

Shades and tints

Shades of #471A55

#471A55
(71,26,85)
#41184E
(65,24,78)
#3B1647
(59,22,71)
#351440
(53,20,64)
#2F1239
(47,18,57)
#291032
(41,16,50)
#230E2B
(35,14,43)
#1D0C24
(29,12,36)
#170A1D
(23,10,29)
#110816
(17,8,22)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #471A55

#471A55
(71,26,85)
#572E64
(87,46,100)
#674273
(103,66,115)
#775682
(119,86,130)
#876A91
(135,106,145)
#977EA0
(151,126,160)
#A792AF
(167,146,175)
#B7A6BE
(183,166,190)
#C7BACD
(199,186,205)
#D7CEDC
(215,206,220)
#E7E2EB
(231,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A55; }

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

This text font color is #471A55.


Background Color

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

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

This div background color is #471A55.


Border color

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

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

This div border color is #471A55.


Opacity

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

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

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

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

This text has shadow with #471A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A55 on black background.


Color preview on white background

This text has color #471A55 on white background.



Black color preview on #471A55 background

This text has black color on #471A55 background.


White color preview on #471A55 background

This text has white color on #471A55 background.