Color Hex Logo

#49295d Color Hex

#49295D
(73,41,93)
0 Favorites   0 Comments

Color spaces of #49295d

RGB 734193
HSL0.770.390.26
HSV277°56°36°
CMYK 0.220.560.00   0.64
XYZ5.51643.792710.7972
Yxy3.79270.27440.1886
Hunter Lab19.474916.4805-19.2390
CIE-Lab22.973925.5958-25.3757

#49295d color RGB value is (73,41,93).

#49295d hex color red value is 73, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #49295d hue: 0.77 , saturation: 0.39 and the lightness value of 49295d is 0.26.

The process color (four color CMYK) of #49295d color hex is 0.22, 0.56, 0.00, 0.64. Web safe color of #49295d is #333366. Color #49295d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 01011101
Octal 111 51 135
Decimal 73 41 93
Hex 49 29 5D

RGB Percentages of Color #49295d

%35.27
%19.81
%44.93

CMYK Percentages of Color #49295d

%22
%56
%0
%64

Triadic Colors of #49295d

#49295d #5d4929 #295d49

Analogous Colors of #49295d

#49295d #5d2957 #2f295d

Monochromatic Colors of #49295d

#49295d

Complementary Color

#49295d #3d5d29

#49295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49295d Color CSS Codes

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

#49295d Text Font Color

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

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


#49295d Background Color

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

This div background color is #49295d


#49295d Border Color

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

This div border color is #49295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49295d


Comments

No comments written yet.

Please login to write comment.