Hex #472579 Color

#472579
equivalent to

RGB

(71, 37, 121)

Details of #472579

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
71
6.7113
0.73
0.41
23.8138
4.0432
264°
20.1077
37
4.0432
0.53
0.69
35.0503
0.2293
69°
24.3889
121
18.5159
0.31
0.00   0.53
-42.1602
0.1381
47°
-40.5009

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000111
107
71
47
Green
100101
45
37
25
Blue
1111001
171
121
79

RGB in % of #472579

%31.00
%16.16
%52.84

CMYK in % of #472579

%41
%69
%0
%53

Triads of color #472579

#472579 #257947 #794779

Similar Colors to #472579

#472579 #252d79 #712579

Preview Color #472579 on black ground

#472579 is very interesting for text.

Preview Color #472579 on white ground

#472579 is very interesting for text.

CSS Codes #472579 color

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

Text Font Color #472579

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

This sample text font color is #472579
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 #472579

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

This div background color is #472579


Border Color #472579

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

The color of this border is #472579


Examples Css3

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

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 #472579">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #472579