Hex #483d8b Color

#483d8b
equivalent to

RGB

(72, 61, 139)

Details of #483d8b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
72
9.0014
0.69
0.48
30.8293
6.5793
248°
25.6501
61
6.5793
0.39
0.56
26.0584
0.2206
56°
17.7536
139
25.2216
0.39
0.00   0.45
-42.0888
0.1612
55°
-40.3233

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001000
110
72
48
Green
111101
75
61
3D
Blue
10001011
213
139
8B

RGB in % of #483d8b

%26.47
%22.43
%51.10

CMYK in % of #483d8b

%48
%56
%0
%45

Triads of color #483d8b

#483d8b #3d8b48 #8b488b

Similar Colors to #483d8b

#483d8b #3d598b #6f3d8b

Preview Color #483d8b on black ground

#483d8b is very interesting for text.

Preview Color #483d8b on white ground

#483d8b is very interesting for text.

CSS Codes #483d8b color

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

Text Font Color #483d8b

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

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

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

This div background color is #483d8b


Border Color #483d8b

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

The color of this border is #483d8b


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #483d8b