Color Hex Logo

#49407d Color Hex

#49407D
(73,64,125)
0 Favorites   0 Comments

Color spaces of #49407d

RGB 7364125
HSL0.690.320.37
HSV249°49°49°
CMYK 0.420.490.00   0.51
XYZ8.28276.563920.2325
Yxy6.56390.23610.1871
Hunter Lab25.620112.8719-28.8879
CIE-Lab30.792819.9810-33.4511

#49407d color RGB value is (73,64,125).

#49407d hex color red value is 73, green value is 64 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #49407d hue: 0.69 , saturation: 0.32 and the lightness value of 49407d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 01111101
Octal 111 100 175
Decimal 73 64 125
Hex 49 40 7D

RGB Percentages of Color #49407d

%27.86
%24.43
%47.71

CMYK Percentages of Color #49407d

%42
%49
%0
%51

Triadic Colors of #49407d

#49407d #7d4940 #407d49

Analogous Colors of #49407d

#49407d #68407d #40567d

Monochromatic Colors of #49407d

#49407d

Complementary Color

#49407d #747d40

#49407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49407d Color CSS Codes

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

#49407d Text Font Color

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

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


#49407d Background Color

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

This div background color is #49407d


#49407d Border Color

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

This div border color is #49407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49407d


Comments

No comments written yet.

Please login to write comment.