Hex #4a708b Color

#4a708b
equivalent to

RGB

(74, 112, 139)

Details of #4a708b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
74
13.2784
0.57
0.47
45.5083
14.9083
205°
38.6112
112
14.9083
0.31
0.19
-5.6806
0.2423
47°
-6.1832
139
26.6038
0.42
0.00   0.45
-18.9842
0.2721
55°
-13.8096

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001010
112
74
4A
Green
1110000
160
112
70
Blue
10001011
213
139
8B

RGB in % of #4a708b

%22.77
%34.46
%42.77

CMYK in % of #4a708b

%47
%19
%0
%45

Triads of color #4a708b

#4a708b #708b4a #8b4a8b

Similar Colors to #4a708b

#4a708b #4a8b86 #4a508b

Preview Color #4a708b on black ground

#4a708b is very interesting for text.

Preview Color #4a708b on white ground

#4a708b is very interesting for text.

CSS Codes #4a708b color

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

Text Font Color #4a708b

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

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

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

This div background color is #4a708b


Border Color #4a708b

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

The color of this border is #4a708b


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #4a708b