Color Hex Logo

#49327b Color Hex

#49327B
(73,50,123)
0 Favorites   0 Comments

Color spaces of #49327b

RGB 7350123
HSL0.720.420.34
HSV259°59°48°
CMYK 0.410.590.00   0.52
XYZ7.46345.127719.3353
Yxy5.12770.23380.1606
Hunter Lab22.644419.2043-34.7746
CIE-Lab27.095528.3530-38.1131

#49327b color RGB value is (73,50,123).

#49327b hex color red value is 73, green value is 50 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #49327b hue: 0.72 , saturation: 0.42 and the lightness value of 49327b is 0.34.

The process color (four color CMYK) of #49327b color hex is 0.41, 0.59, 0.00, 0.52. Web safe color of #49327b is #333366. Color #49327b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 01111011
Octal 111 62 173
Decimal 73 50 123
Hex 49 32 7B

RGB Percentages of Color #49327b

%29.67
%20.33
%50.00

CMYK Percentages of Color #49327b

%41
%59
%0
%52

Triadic Colors of #49327b

#49327b #7b4932 #327b49

Analogous Colors of #49327b

#49327b #6e327b #32407b

Monochromatic Colors of #49327b

#49327b

Complementary Color

#49327b #647b32

#49327b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49327b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49327b Color CSS Codes

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

#49327b Text Font Color

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

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


#49327b Background Color

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

This div background color is #49327b


#49327b Border Color

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

This div border color is #49327b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,50,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49327b


Comments

No comments written yet.

Please login to write comment.