Color Hex Logo

#49346e Color Hex

#49346E
(73,52,110)
0 Favorites   0 Comments

Color spaces of #49346e

RGB 7352110
HSL0.730.360.32
HSV262°53°43°
CMYK 0.340.530.00   0.57
XYZ6.79014.998215.3587
Yxy4.99820.25010.1841
Hunter Lab22.356715.0894-25.0817
CIE-Lab26.729623.2876-30.4388

#49346e color RGB value is (73,52,110).

#49346e hex color red value is 73, green value is 52 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #49346e hue: 0.73 , saturation: 0.36 and the lightness value of 49346e is 0.32.

The process color (four color CMYK) of #49346e color hex is 0.34, 0.53, 0.00, 0.57. Web safe color of #49346e is #333366. Color #49346e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110100 01101110
Octal 111 64 156
Decimal 73 52 110
Hex 49 34 6E

RGB Percentages of Color #49346e

%31.06
%22.13
%46.81

CMYK Percentages of Color #49346e

%34
%53
%0
%57

Triadic Colors of #49346e

#49346e #6e4934 #346e49

Analogous Colors of #49346e

#49346e #66346e #343c6e

Monochromatic Colors of #49346e

#49346e

Complementary Color

#49346e #596e34

#49346e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49346e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49346e Color CSS Codes

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

#49346e Text Font Color

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

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


#49346e Background Color

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

This div background color is #49346e


#49346e Border Color

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

This div border color is #49346e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,52,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49346e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49346e;
  -webkit-box-shadow: 1px 1px 3px 2px #49346e;
  box-shadow:         1px 1px 3px 2px #49346e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49346e


Comments

No comments written yet.

Please login to write comment.