Hex #478fa4 Color

#478fa4
equivalent to

RGB

(71, 143, 164)

Details of #478fa4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
71
19.1218
0.54
0.57
55.7507
23.6649
194°
48.6465
143
23.6649
0.40
0.13
-16.2930
0.2347
57°
-14.9669
164
38.6819
0.46
0.00   0.36
-17.9407
0.2905
64°
-13.0760

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000111
107
71
47
Green
10001111
217
143
8F
Blue
10100100
244
164
A4

RGB in % of #478fa4

%18.78
%37.83
%43.39

CMYK in % of #478fa4

%57
%13
%0
%36

Triads of color #478fa4

#478fa4 #8fa447 #a447a4

Similar Colors to #478fa4

#478fa4 #47a48b #4761a4

Preview Color #478fa4 on black ground

#478fa4 is very interesting for text.

Preview Color #478fa4 on white ground

#478fa4 is very interesting for text.

CSS Codes #478fa4 color

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

Text Font Color #478fa4

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

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

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

This div background color is #478fa4


Border Color #478fa4

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

The color of this border is #478fa4


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #478fa4