Color Hex Logo

#48509b Color Hex

#48509B
(72,80,155)
0 Favorites   0 Comments

Color spaces of #48509b

RGB 7280155
HSL0.650.370.45
HSV234°54°61°
CMYK 0.540.480.00   0.39
XYZ11.45759.481632.2366
Yxy9.48160.21550.1783
Hunter Lab30.792212.5319-40.5166
CIE-Lab36.895518.9967-42.0997

#48509b color RGB value is (72,80,155).

#48509b hex color red value is 72, green value is 80 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #48509b hue: 0.65 , saturation: 0.37 and the lightness value of 48509b is 0.45.

The process color (four color CMYK) of #48509b color hex is 0.54, 0.48, 0.00, 0.39. Web safe color of #48509b is #336699. Color #48509b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 10011011
Octal 110 120 233
Decimal 72 80 155
Hex 48 50 9B

RGB Percentages of Color #48509b

%23.45
%26.06
%50.49

CMYK Percentages of Color #48509b

%54
%48
%0
%39

Triadic Colors of #48509b

#48509b #9b4850 #509b48

Analogous Colors of #48509b

#48509b #6a489b #487a9b

Monochromatic Colors of #48509b

#48509b

Complementary Color

#48509b #9b9348

#48509b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48509b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48509b Color CSS Codes

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

#48509b Text Font Color

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

This sample text font color is #48509b
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.


#48509b Background Color

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

This div background color is #48509b


#48509b Border Color

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

This div border color is #48509b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,80,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48509b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48509b;
  -webkit-box-shadow: 1px 1px 3px 2px #48509b;
  box-shadow:         1px 1px 3px 2px #48509b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48509b


Comments

No comments written yet.

Please login to write comment.