Color Hex Logo

#49367d Color Hex

#49367D
(73,54,125)
0 Favorites   0 Comments

Color spaces of #49367d

RGB 7354125
HSL0.710.400.35
HSV256°57°49°
CMYK 0.420.570.00   0.51
XYZ7.76855.535520.0610
Yxy5.53550.23280.1659
Hunter Lab23.527617.7648-34.0847
CIE-Lab28.209026.4324-37.5825

#49367d color RGB value is (73,54,125).

#49367d hex color red value is 73, green value is 54 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #49367d hue: 0.71 , saturation: 0.40 and the lightness value of 49367d is 0.35.

The process color (four color CMYK) of #49367d color hex is 0.42, 0.57, 0.00, 0.51. Web safe color of #49367d is #333366. Color #49367d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 01111101
Octal 111 66 175
Decimal 73 54 125
Hex 49 36 7D

RGB Percentages of Color #49367d

%28.97
%21.43
%49.60

CMYK Percentages of Color #49367d

%42
%57
%0
%51

Triadic Colors of #49367d

#49367d #7d4936 #367d49

Analogous Colors of #49367d

#49367d #6d367d #36477d

Monochromatic Colors of #49367d

#49367d

Complementary Color

#49367d #6a7d36

#49367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49367d Color CSS Codes

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

#49367d Text Font Color

<p style="color:#49367d">Text here</p>

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


#49367d Background Color

<div style="background-color:#49367d">
Div content here</div>

This div background color is #49367d


#49367d Border Color

<div style="border:3px solid #49367d">
Div here</div>

This div border color is #49367d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49367d


Comments

No comments written yet.

Please login to write comment.