COLOR #473B82

HEX: #473B82
RGB: (71,59,130)

Color info

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

RGB color model

#473B82 color RGB value is (71,59,130).

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

RGB channels and saturation

R 71 of 255 = 28%
G 59 of 255 = 23%
B 130 of 255 = 51%

71
59
130

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

Portions of RGB colors in percentages

R + G + B =
71 + 59 + 130 = 260 (100%)
R 71 of 260 ~ 27.31%
G 59 of 260 ~ 22.69%
B 130 of 260 ~ 50%

%27.31
%22.69
%50

CMYK color model

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

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

CMYK percentages

%45.38
%54.62
%0
%49.02

Codes

Color #473B82 in popluar color models

473B82
RGB7159130
HSL250°37.57%37.06%
HSB/HSV250°54.62%50.98%
CMYK45.38%54.62%0.00%
49.02%

Color #473B82 in popluar number systems.

HEX473B82
Decimal7159130
Binary100011111101110000010
Octal10773202

Shades and tints

Shades of #473B82

#473B82
(71,59,130)
#413677
(65,54,119)
#3B316C
(59,49,108)
#352C61
(53,44,97)
#2F2756
(47,39,86)
#29224B
(41,34,75)
#231D40
(35,29,64)
#1D1835
(29,24,53)
#17132A
(23,19,42)
#110E1F
(17,14,31)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #473B82

#473B82
(71,59,130)
#574C8D
(87,76,141)
#675D98
(103,93,152)
#776EA3
(119,110,163)
#877FAE
(135,127,174)
#9790B9
(151,144,185)
#A7A1C4
(167,161,196)
#B7B2CF
(183,178,207)
#C7C3DA
(199,195,218)
#D7D4E5
(215,212,229)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473B82; }

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

This text font color is #473B82.


Background Color

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

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

This div background color is #473B82.


Border color

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

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

This div border color is #473B82.


Opacity

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

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

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

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

This text has shadow with #473B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B82 on black background.


Color preview on white background

This text has color #473B82 on white background.



Black color preview on #473B82 background

This text has black color on #473B82 background.


White color preview on #473B82 background

This text has white color on #473B82 background.