COLOR #473A81

HEX: #473A81
RGB: (71,58,129)

Color info

#473A81 contains mainly red and blue colors. Web safe color of #473A81 is #333399 (or #339).

RGB color model

#473A81 color RGB value is (71,58,129).

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

RGB channels and saturation

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

71
58
129

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

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 129 = 258 (100%)
R 71 of 258 ~ 27.52%
G 58 of 258 ~ 22.48%
B 129 of 258 ~ 50%

%27.52
%22.48
%50

CMYK color model

#473A81 color CMYK value is (45,55,0,49).

  • cyan value is 44.96%
  • magenta value is 55.04%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(45,55,0,49)
C45M55Y0K49 
(45%,55%,0%,49%)
(0.45/0.55/0.00/0.49)	

CMYK percentages

%44.96
%55.04
%0
%49.41

Codes

Color #473A81 in popluar color models

473A81
RGB7158129
HSL251°37.97%36.67%
HSB/HSV251°55.04%50.59%
CMYK44.96%55.04%0.00%
49.41%

Color #473A81 in popluar number systems.

HEX473A81
Decimal7158129
Binary100011111101010000001
Octal10772201

Shades and tints

Shades of #473A81

#473A81
(71,58,129)
#413576
(65,53,118)
#3B306B
(59,48,107)
#352B60
(53,43,96)
#2F2655
(47,38,85)
#29214A
(41,33,74)
#231C3F
(35,28,63)
#1D1734
(29,23,52)
#171229
(23,18,41)
#110D1E
(17,13,30)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #473A81

#473A81
(71,58,129)
#574B8C
(87,75,140)
#675C97
(103,92,151)
#776DA2
(119,109,162)
#877EAD
(135,126,173)
#978FB8
(151,143,184)
#A7A0C3
(167,160,195)
#B7B1CE
(183,177,206)
#C7C2D9
(199,194,217)
#D7D3E4
(215,211,228)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A81; }

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

This text font color is #473A81.


Background Color

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

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

This div background color is #473A81.


Border color

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

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

This div border color is #473A81.


Opacity

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

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

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

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

This text has shadow with #473A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A81 on black background.


Color preview on white background

This text has color #473A81 on white background.



Black color preview on #473A81 background

This text has black color on #473A81 background.


White color preview on #473A81 background

This text has white color on #473A81 background.