Color Hex Logo

#49365e Color Hex

#49365E
(73,54,94)
0 Favorites   0 Comments

Color spaces of #49365e

RGB 735494
HSL0.750.270.29
HSV269°43°37°
CMYK 0.220.430.00   0.63
XYZ6.08724.863011.2075
Yxy4.86300.27470.2195
Hunter Lab22.052210.6810-14.6962
CIE-Lab26.340817.5423-20.7288

#49365e color RGB value is (73,54,94).

#49365e hex color red value is 73, green value is 54 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #49365e hue: 0.75 , saturation: 0.27 and the lightness value of 49365e is 0.29.

The process color (four color CMYK) of #49365e color hex is 0.22, 0.43, 0.00, 0.63. Web safe color of #49365e is #333366. Color #49365e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 01011110
Octal 111 66 136
Decimal 73 54 94
Hex 49 36 5E

RGB Percentages of Color #49365e

%33.03
%24.43
%42.53

CMYK Percentages of Color #49365e

%22
%43
%0
%63

Triadic Colors of #49365e

#49365e #5e4936 #365e49

Analogous Colors of #49365e

#49365e #5d365e #36375e

Monochromatic Colors of #49365e

#49365e

Complementary Color

#49365e #4b5e36

#49365e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49365e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49365e Color CSS Codes

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

#49365e Text Font Color

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

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


#49365e Background Color

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

This div background color is #49365e


#49365e Border Color

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

This div border color is #49365e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49365e


Comments

No comments written yet.

Please login to write comment.