COLOR #473A83

HEX: #473A83
RGB: (71,58,131)

Color info

#473A83 contains mainly blue color. Web safe color of #473A83 is #333399 (or #339).

RGB color model

#473A83 color RGB value is (71,58,131).

  • red value is 71;
  • green value is 58;
  • blue value is 131.
RGB:
(71,58,131)
(28%,23%,51%)

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 131 of 255 = 51%

71
58
131

R + G + B ~ 34%. #473A83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 131 = 260 (100%)
R 71 of 260 ~ 27.31%
G 58 of 260 ~ 22.31%
B 131 of 260 ~ 50.38%

%27.31
%22.31
%50.38

CMYK color model

#473A83 color CMYK value is (46,56,0,49).

  • cyan value is 45.80%
  • magenta value is 55.73%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(46,56,0,49)
C46M56Y0K49 
(46%,56%,0%,49%)
(0.46/0.56/0.00/0.49)	

CMYK percentages

%45.8
%55.73
%0
%48.63

Codes

Color #473A83 in popluar color models

473A83
RGB7158131
HSL251°38.62%37.06%
HSB/HSV251°55.73%51.37%
CMYK45.80%55.73%0.00%
48.63%

Color #473A83 in popluar number systems.

HEX473A83
Decimal7158131
Binary100011111101010000011
Octal10772203

Shades and tints

Shades of #473A83

#473A83
(71,58,131)
#413578
(65,53,120)
#3B306D
(59,48,109)
#352B62
(53,43,98)
#2F2657
(47,38,87)
#29214C
(41,33,76)
#231C41
(35,28,65)
#1D1736
(29,23,54)
#17122B
(23,18,43)
#110D20
(17,13,32)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #473A83

#473A83
(71,58,131)
#574B8E
(87,75,142)
#675C99
(103,92,153)
#776DA4
(119,109,164)
#877EAF
(135,126,175)
#978FBA
(151,143,186)
#A7A0C5
(167,160,197)
#B7B1D0
(183,177,208)
#C7C2DB
(199,194,219)
#D7D3E6
(215,211,230)
#E7E4F1
(231,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A83 color. Also use rgb(71,58,131) instead hex code.

Text Font Color

.myTextColor { color: #473A83; }

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

This text font color is #473A83.


Background Color

.myBgColor { background-color: #473A83; }

<div style="background-color:#473A83">Inner text</div>

This div background color is #473A83.


Border color

.myBorderColor { border: 1px solid #473A83; }

<div style="border:3px solid #473A83">Div</div>

This div border color is #473A83.


Opacity

.myOpacity80 { color: #473A83; opacity: 0.8; }

<p style="color:#473A83;opacity:0.8;">80%</p>

Text with #473A83 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 #473A83;}

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

This text has shadow with #473A83 color.

.textShadow {text-shadow: 3px 3px 1px #473A83, 3px 3px 1px red;}

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

This text has shadow with #473A83 primary color and red secondary color.


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

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

This text has shadow with #473A83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A83 on black background.


Color preview on white background

This text has color #473A83 on white background.



Black color preview on #473A83 background

This text has black color on #473A83 background.


White color preview on #473A83 background

This text has white color on #473A83 background.