COLOR #473A5D

HEX: #473A5D
RGB: (71,58,93)

Color info

#473A5D contains red, green and blue colors in about the same proportion. Web safe color of #473A5D is #333366 (or #336).

RGB color model

#473A5D color RGB value is (71,58,93).

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

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 93 of 255 = 36%

71
58
93

R + G + B ~ 29%. #473A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 93 = 222 (100%)
R 71 of 222 ~ 31.98%
G 58 of 222 ~ 26.13%
B 93 of 222 ~ 41.89%

%31.98
%26.13
%41.89

CMYK color model

#473A5D color CMYK value is (24,38,0,64).

  • cyan value is 23.66%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(24,38,0,64)
C24M38Y0K64 
(24%,38%,0%,64%)
(0.24/0.38/0.00/0.64)	

CMYK percentages

%23.66
%37.63
%0
%63.53

Codes

Color #473A5D in popluar color models

473A5D
RGB715893
HSL262°23.18%29.61%
HSB/HSV262°37.63%36.47%
CMYK23.66%37.63%0.00%
63.53%

Color #473A5D in popluar number systems.

HEX473A5D
Decimal715893
Binary10001111110101011101
Octal10772135

Shades and tints

Shades of #473A5D

#473A5D
(71,58,93)
#413555
(65,53,85)
#3B304D
(59,48,77)
#352B45
(53,43,69)
#2F263D
(47,38,61)
#292135
(41,33,53)
#231C2D
(35,28,45)
#1D1725
(29,23,37)
#17121D
(23,18,29)
#110D15
(17,13,21)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #473A5D

#473A5D
(71,58,93)
#574B6B
(87,75,107)
#675C79
(103,92,121)
#776D87
(119,109,135)
#877E95
(135,126,149)
#978FA3
(151,143,163)
#A7A0B1
(167,160,177)
#B7B1BF
(183,177,191)
#C7C2CD
(199,194,205)
#D7D3DB
(215,211,219)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A5D; }

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

This text font color is #473A5D.


Background Color

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

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

This div background color is #473A5D.


Border color

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

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

This div border color is #473A5D.


Opacity

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

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

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

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

This text has shadow with #473A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A5D on black background.


Color preview on white background

This text has color #473A5D on white background.



Black color preview on #473A5D background

This text has black color on #473A5D background.


White color preview on #473A5D background

This text has white color on #473A5D background.