Color Hex Logo

#49296f Color Hex

#49296F
(73,41,111)
0 Favorites   0 Comments

Color spaces of #49296f

RGB 7341111
HSL0.740.460.30
HSV267°63°44°
CMYK 0.340.630.00   0.56
XYZ6.40984.150015.5021
Yxy4.15000.24590.1592
Hunter Lab20.371520.5139-30.8577
CIE-Lab24.161330.4103-35.1900

#49296f color RGB value is (73,41,111).

#49296f hex color red value is 73, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #49296f hue: 0.74 , saturation: 0.46 and the lightness value of 49296f is 0.30.

The process color (four color CMYK) of #49296f color hex is 0.34, 0.63, 0.00, 0.56. Web safe color of #49296f is #333366. Color #49296f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 01101111
Octal 111 51 157
Decimal 73 41 111
Hex 49 29 6F

RGB Percentages of Color #49296f

%32.44
%18.22
%49.33

CMYK Percentages of Color #49296f

%34
%63
%0
%56

Triadic Colors of #49296f

#49296f #6f4929 #296f49

Analogous Colors of #49296f

#49296f #6c296f #292c6f

Monochromatic Colors of #49296f

#49296f

Complementary Color

#49296f #4f6f29

#49296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49296f Color CSS Codes

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

#49296f Text Font Color

<p style="color:#49296f">Text here</p>

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


#49296f Background Color

<div style="background-color:#49296f">
Div content here</div>

This div background color is #49296f


#49296f Border Color

<div style="border:3px solid #49296f">
Div here</div>

This div border color is #49296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49296f


Comments

No comments written yet.

Please login to write comment.