COLOR #473E84

HEX: #473E84
RGB: (71,62,132)

Color info

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

RGB color model

#473E84 color RGB value is (71,62,132).

  • red value is 71;
  • green value is 62;
  • blue value is 132.
RGB:
(71,62,132)
(28%,24%,52%)

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 132 of 255 = 52%

71
62
132

R + G + B ~ 35%. #473E84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 132 = 265 (100%)
R 71 of 265 ~ 26.79%
G 62 of 265 ~ 23.4%
B 132 of 265 ~ 49.81%

%26.79
%23.4
%49.81

CMYK color model

#473E84 color CMYK value is (46,53,0,48).

  • cyan value is 46.21%
  • magenta value is 53.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(46,53,0,48)
C46M53Y0K48 
(46%,53%,0%,48%)
(0.46/0.53/0.00/0.48)	

CMYK percentages

%46.21
%53.03
%0
%48.24

Codes

Color #473E84 in popluar color models

473E84
RGB7162132
HSL248°36.08%38.04%
HSB/HSV248°53.03%51.76%
CMYK46.21%53.03%0.00%
48.24%

Color #473E84 in popluar number systems.

HEX473E84
Decimal7162132
Binary100011111111010000100
Octal10776204

Shades and tints

Shades of #473E84

#473E84
(71,62,132)
#413978
(65,57,120)
#3B346C
(59,52,108)
#352F60
(53,47,96)
#2F2A54
(47,42,84)
#292548
(41,37,72)
#23203C
(35,32,60)
#1D1B30
(29,27,48)
#171624
(23,22,36)
#111118
(17,17,24)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #473E84

#473E84
(71,62,132)
#574F8F
(87,79,143)
#67609A
(103,96,154)
#7771A5
(119,113,165)
#8782B0
(135,130,176)
#9793BB
(151,147,187)
#A7A4C6
(167,164,198)
#B7B5D1
(183,181,209)
#C7C6DC
(199,198,220)
#D7D7E7
(215,215,231)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473E84 color. Also use rgb(71,62,132) instead hex code.

Text Font Color

.myTextColor { color: #473E84; }

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

This text font color is #473E84.


Background Color

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

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

This div background color is #473E84.


Border color

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

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

This div border color is #473E84.


Opacity

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

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

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

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

This text has shadow with #473E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E84 on black background.


Color preview on white background

This text has color #473E84 on white background.



Black color preview on #473E84 background

This text has black color on #473E84 background.


White color preview on #473E84 background

This text has white color on #473E84 background.