Color Hex Logo

#48409e Color Hex

#48409E
(72,64,158)
0 Favorites   0 Comments

Color spaces of #48409e

RGB 7264158
HSL0.680.420.44
HSV245°59°62°
CMYK 0.540.590.00   0.38
XYZ10.67747.513133.2352
Yxy7.51310.20760.1461
Hunter Lab27.410021.5659-52.7033
CIE-Lab32.947630.2756-50.2689

#48409e color RGB value is (72,64,158).

#48409e hex color red value is 72, green value is 64 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #48409e hue: 0.68 , saturation: 0.42 and the lightness value of 48409e is 0.44.

The process color (four color CMYK) of #48409e color hex is 0.54, 0.59, 0.00, 0.38. Web safe color of #48409e is #333399. Color #48409e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 10011110
Octal 110 100 236
Decimal 72 64 158
Hex 48 40 9E

RGB Percentages of Color #48409e

%24.49
%21.77
%53.74

CMYK Percentages of Color #48409e

%54
%59
%0
%38

Triadic Colors of #48409e

#48409e #9e4840 #409e48

Analogous Colors of #48409e

#48409e #77409e #40679e

Monochromatic Colors of #48409e

#48409e

Complementary Color

#48409e #969e40

#48409e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48409e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48409e Color CSS Codes

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

#48409e Text Font Color

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

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


#48409e Background Color

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

This div background color is #48409e


#48409e Border Color

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

This div border color is #48409e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,64,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48409e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48409e;
  -webkit-box-shadow: 1px 1px 3px 2px #48409e;
  box-shadow:         1px 1px 3px 2px #48409e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48409e


Comments

No comments written yet.

Please login to write comment.