COLOR #473E70

HEX: #473E70
RGB: (71,62,112)

Color info

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

RGB color model

#473E70 color RGB value is (71,62,112).

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

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 112 of 255 = 44%

71
62
112

R + G + B ~ 32%. #473E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 112 = 245 (100%)
R 71 of 245 ~ 28.98%
G 62 of 245 ~ 25.31%
B 112 of 245 ~ 45.71%

%28.98
%25.31
%45.71

CMYK color model

#473E70 color CMYK value is (37,45,0,56).

  • cyan value is 36.61%
  • magenta value is 44.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(37,45,0,56)
C37M45Y0K56 
(37%,45%,0%,56%)
(0.37/0.45/0.00/0.56)	

CMYK percentages

%36.61
%44.64
%0
%56.08

Codes

Color #473E70 in popluar color models

473E70
RGB7162112
HSL251°28.74%34.12%
HSB/HSV251°44.64%43.92%
CMYK36.61%44.64%0.00%
56.08%

Color #473E70 in popluar number systems.

HEX473E70
Decimal7162112
Binary10001111111101110000
Octal10776160

Shades and tints

Shades of #473E70

#473E70
(71,62,112)
#413966
(65,57,102)
#3B345C
(59,52,92)
#352F52
(53,47,82)
#2F2A48
(47,42,72)
#29253E
(41,37,62)
#232034
(35,32,52)
#1D1B2A
(29,27,42)
#171620
(23,22,32)
#111116
(17,17,22)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #473E70

#473E70
(71,62,112)
#574F7D
(87,79,125)
#67608A
(103,96,138)
#777197
(119,113,151)
#8782A4
(135,130,164)
#9793B1
(151,147,177)
#A7A4BE
(167,164,190)
#B7B5CB
(183,181,203)
#C7C6D8
(199,198,216)
#D7D7E5
(215,215,229)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E70; }

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

This text font color is #473E70.


Background Color

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

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

This div background color is #473E70.


Border color

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

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

This div border color is #473E70.


Opacity

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

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

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

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

This text has shadow with #473E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E70 on black background.


Color preview on white background

This text has color #473E70 on white background.



Black color preview on #473E70 background

This text has black color on #473E70 background.


White color preview on #473E70 background

This text has white color on #473E70 background.