Hex #473c8b Color

#473c8b
equivalent to

RGB

(71, 60, 139)

Details of #473c8b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
71
8.8746
0.69
0.49
30.4854
6.4354
248°
25.3681
60
6.4354
0.40
0.57
26.4653
0.2191
57°
18.0512
139
25.2005
0.39
0.00   0.45
-42.6475
0.1589
55°
-41.1194

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000111
107
71
47
Green
111100
74
60
3C
Blue
10001011
213
139
8B

RGB in % of #473c8b

%26.30
%22.22
%51.48

CMYK in % of #473c8b

%49
%57
%0
%45

Triads of color #473c8b

#473c8b #3c8b47 #8b478b

Similar Colors to #473c8b

#473c8b #3c598b #6f3c8b

Preview Color #473c8b on black ground

#473c8b is very interesting for text.

Preview Color #473c8b on white ground

#473c8b is very interesting for text.

CSS Codes #473c8b color

.mybgcolor {background-color:#473c8b; }
.myforecolor {color:#473c8b; }
.mybordercolor {border:3px solid #473c8b; }

Text Font Color #473c8b

<p style="color:#473c8b">Text here</p>

This sample text font color is #473c8b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #473c8b

<div style="background-color:#473c8b">
Div content here</div>

This div background color is #473c8b


Border Color #473c8b

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

The color of this border is #473c8b


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #473c8b; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #473c8b;
-webkit-box-shadow: 1px 1px 3px 2px #473c8b;
box-shadow:         1px 1px 3px 2px #473c8b; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #473c8b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #473c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #473c8b;
  box-shadow:         1px 1px 3px 2px #473c8b;">
Div content here</div>

The shadow of div box using color #473c8b