COLOR #471B7B

HEX: #471B7B
RGB: (71,27,123)

Color info

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

RGB color model

#471B7B color RGB value is (71,27,123).

  • red value is 71;
  • green value is 27;
  • blue value is 123.
RGB:
(71,27,123)
(28%,11%,48%)

RGB channels and saturation

R 71 of 255 = 28%
G 27 of 255 = 11%
B 123 of 255 = 48%

71
27
123

R + G + B ~ 29%. #471B7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 27 + 123 = 221 (100%)
R 71 of 221 ~ 32.13%
G 27 of 221 ~ 12.22%
B 123 of 221 ~ 55.66%

%32.13
%12.22
%55.66

CMYK color model

#471B7B color CMYK value is (42,78,0,52).

  • cyan value is 42.28%
  • magenta value is 78.05%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(42,78,0,52)
C42M78Y0K52 
(42%,78%,0%,52%)
(0.42/0.78/0.00/0.52)	

CMYK percentages

%42.28
%78.05
%0
%51.76

Codes

Color #471B7B in popluar color models

471B7B
RGB7127123
HSL268°64.00%29.41%
HSB/HSV268°78.05%48.24%
CMYK42.28%78.05%0.00%
51.76%

Color #471B7B in popluar number systems.

HEX471B7B
Decimal7127123
Binary1000111110111111011
Octal10733173

Shades and tints

Shades of #471B7B

#471B7B
(71,27,123)
#411970
(65,25,112)
#3B1765
(59,23,101)
#35155A
(53,21,90)
#2F134F
(47,19,79)
#291144
(41,17,68)
#230F39
(35,15,57)
#1D0D2E
(29,13,46)
#170B23
(23,11,35)
#110918
(17,9,24)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #471B7B

#471B7B
(71,27,123)
#572F87
(87,47,135)
#674393
(103,67,147)
#77579F
(119,87,159)
#876BAB
(135,107,171)
#977FB7
(151,127,183)
#A793C3
(167,147,195)
#B7A7CF
(183,167,207)
#C7BBDB
(199,187,219)
#D7CFE7
(215,207,231)
#E7E3F3
(231,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471B7B color. Also use rgb(71,27,123) instead hex code.

Text Font Color

.myTextColor { color: #471B7B; }

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

This text font color is #471B7B.


Background Color

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

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

This div background color is #471B7B.


Border color

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

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

This div border color is #471B7B.


Opacity

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

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

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

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

This text has shadow with #471B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B7B on black background.


Color preview on white background

This text has color #471B7B on white background.



Black color preview on #471B7B background

This text has black color on #471B7B background.


White color preview on #471B7B background

This text has white color on #471B7B background.