Color Hex Logo

#49006e Color Hex

#49006E
(73,0,110)
0 Favorites   0 Comments

Color spaces of #49006e

RGB 730110
HSL0.781.000.22
HSV280°100°43°
CMYK 0.341.000.00   0.57
XYZ5.56212.542314.9494
Yxy2.54230.24130.1103
Hunter Lab15.944634.3648-44.4282
CIE-Lab18.108847.0991-44.3691

#49006e color RGB value is (73,0,110).

#49006e hex color red value is 73, green value is 0 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #49006e hue: 0.78 , saturation: 1.00 and the lightness value of 49006e is 0.22.

The process color (four color CMYK) of #49006e color hex is 0.34, 1.00, 0.00, 0.57. Web safe color of #49006e is #330066. Color #49006e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000000 01101110
Octal 111 0 156
Decimal 73 0 110
Hex 49 0 6E

RGB Percentages of Color #49006e

%39.89
%0.00
%60.11

CMYK Percentages of Color #49006e

%34
%100
%0
%57

Triadic Colors of #49006e

#49006e #6e4900 #006e49

Analogous Colors of #49006e

#49006e #6e005c #12006e

Monochromatic Colors of #49006e

#49006e

Complementary Color

#49006e #256e00

#49006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49006e Color CSS Codes

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

#49006e Text Font Color

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

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


#49006e Background Color

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

This div background color is #49006e


#49006e Border Color

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

This div border color is #49006e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49006e

#49006e Color Palettes


Comments

No comments written yet.

Please login to write comment.