COLOR #473E82

HEX: #473E82
RGB: (71,62,130)

Color info

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

RGB color model

#473E82 color RGB value is (71,62,130).

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

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 130 of 255 = 51%

71
62
130

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

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 130 = 263 (100%)
R 71 of 263 ~ 27%
G 62 of 263 ~ 23.57%
B 130 of 263 ~ 49.43%

%27
%23.57
%49.43

CMYK color model

#473E82 color CMYK value is (45,52,0,49).

  • cyan value is 45.38%
  • magenta value is 52.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(45,52,0,49)
C45M52Y0K49 
(45%,52%,0%,49%)
(0.45/0.52/0.00/0.49)	

CMYK percentages

%45.38
%52.31
%0
%49.02

Codes

Color #473E82 in popluar color models

473E82
RGB7162130
HSL248°35.42%37.65%
HSB/HSV248°52.31%50.98%
CMYK45.38%52.31%0.00%
49.02%

Color #473E82 in popluar number systems.

HEX473E82
Decimal7162130
Binary100011111111010000010
Octal10776202

Shades and tints

Shades of #473E82

#473E82
(71,62,130)
#413977
(65,57,119)
#3B346C
(59,52,108)
#352F61
(53,47,97)
#2F2A56
(47,42,86)
#29254B
(41,37,75)
#232040
(35,32,64)
#1D1B35
(29,27,53)
#17162A
(23,22,42)
#11111F
(17,17,31)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #473E82

#473E82
(71,62,130)
#574F8D
(87,79,141)
#676098
(103,96,152)
#7771A3
(119,113,163)
#8782AE
(135,130,174)
#9793B9
(151,147,185)
#A7A4C4
(167,164,196)
#B7B5CF
(183,181,207)
#C7C6DA
(199,198,218)
#D7D7E5
(215,215,229)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E82; }

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

This text font color is #473E82.


Background Color

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

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

This div background color is #473E82.


Border color

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

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

This div border color is #473E82.


Opacity

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

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

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

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

This text has shadow with #473E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E82 on black background.


Color preview on white background

This text has color #473E82 on white background.



Black color preview on #473E82 background

This text has black color on #473E82 background.


White color preview on #473E82 background

This text has white color on #473E82 background.