Color Hex Logo

#49329b Color Hex

#49329B
(73,50,155)
0 Favorites   0 Comments

Color spaces of #49329b

RGB 7350155
HSL0.700.510.40
HSV253°68°61°
CMYK 0.530.680.00   0.39
XYZ9.80476.064231.6641
Yxy6.06420.20630.1276
Hunter Lab24.625627.9751-58.9984
CIE-Lab29.573938.0569-53.9294

#49329b color RGB value is (73,50,155).

#49329b hex color red value is 73, green value is 50 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #49329b hue: 0.70 , saturation: 0.51 and the lightness value of 49329b is 0.40.

The process color (four color CMYK) of #49329b color hex is 0.53, 0.68, 0.00, 0.39. Web safe color of #49329b is #333399. Color #49329b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 10011011
Octal 111 62 233
Decimal 73 50 155
Hex 49 32 9B

RGB Percentages of Color #49329b

%26.26
%17.99
%55.76

CMYK Percentages of Color #49329b

%53
%68
%0
%39

Triadic Colors of #49329b

#49329b #9b4932 #329b49

Analogous Colors of #49329b

#49329b #7e329b #32509b

Monochromatic Colors of #49329b

#49329b

Complementary Color

#49329b #849b32

#49329b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49329b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49329b Color CSS Codes

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

#49329b Text Font Color

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

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


#49329b Background Color

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

This div background color is #49329b


#49329b Border Color

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

This div border color is #49329b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,50,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 #49329b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49329b


Comments

No comments written yet.

Please login to write comment.