COLOR #472B91

HEX: #472B91
RGB: (71,43,145)

Color info

#472B91 contains mainly blue color. Web safe color of #472B91 is #333399 (or #339).

RGB color model

#472B91 color RGB value is (71,43,145).

  • red value is 71;
  • green value is 43;
  • blue value is 145.
RGB:
(71,43,145)
(28%,17%,57%)

RGB channels and saturation

R 71 of 255 = 28%
G 43 of 255 = 17%
B 145 of 255 = 57%

71
43
145

R + G + B ~ 34%. #472B91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 43 + 145 = 259 (100%)
R 71 of 259 ~ 27.41%
G 43 of 259 ~ 16.6%
B 145 of 259 ~ 55.98%

%27.41
%16.6
%55.98

CMYK color model

#472B91 color CMYK value is (51,70,0,43).

  • cyan value is 51.03%
  • magenta value is 70.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(51,70,0,43)
C51M70Y0K43 
(51%,70%,0%,43%)
(0.51/0.70/0.00/0.43)	

CMYK percentages

%51.03
%70.34
%0
%43.14

Codes

Color #472B91 in popluar color models

472B91
RGB7143145
HSL256°54.26%36.86%
HSB/HSV256°70.34%56.86%
CMYK51.03%70.34%0.00%
43.14%

Color #472B91 in popluar number systems.

HEX472B91
Decimal7143145
Binary100011110101110010001
Octal10753221

Shades and tints

Shades of #472B91

#472B91
(71,43,145)
#412884
(65,40,132)
#3B2577
(59,37,119)
#35226A
(53,34,106)
#2F1F5D
(47,31,93)
#291C50
(41,28,80)
#231943
(35,25,67)
#1D1636
(29,22,54)
#171329
(23,19,41)
#11101C
(17,16,28)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #472B91

#472B91
(71,43,145)
#573E9B
(87,62,155)
#6751A5
(103,81,165)
#7764AF
(119,100,175)
#8777B9
(135,119,185)
#978AC3
(151,138,195)
#A79DCD
(167,157,205)
#B7B0D7
(183,176,215)
#C7C3E1
(199,195,225)
#D7D6EB
(215,214,235)
#E7E9F5
(231,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472B91 color. Also use rgb(71,43,145) instead hex code.

Text Font Color

.myTextColor { color: #472B91; }

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

This text font color is #472B91.


Background Color

.myBgColor { background-color: #472B91; }

<div style="background-color:#472B91">Inner text</div>

This div background color is #472B91.


Border color

.myBorderColor { border: 1px solid #472B91; }

<div style="border:3px solid #472B91">Div</div>

This div border color is #472B91.


Opacity

.myOpacity80 { color: #472B91; opacity: 0.8; }

<p style="color:#472B91;opacity:0.8;">80%</p>

Text with #472B91 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 #472B91;}

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

This text has shadow with #472B91 color.

.textShadow {text-shadow: 3px 3px 1px #472B91, 3px 3px 1px red;}

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

This text has shadow with #472B91 primary color and red secondary color.


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

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

This text has shadow with #472B91 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B91 on black background.


Color preview on white background

This text has color #472B91 on white background.



Black color preview on #472B91 background

This text has black color on #472B91 background.


White color preview on #472B91 background

This text has white color on #472B91 background.