Color Hex Logo

#49176e Color Hex

#49176E
(73,23,110)
0 Favorites   0 Comments

Color spaces of #49176e

RGB 7323110
HSL0.760.650.26
HSV274°79°43°
CMYK 0.340.790.00   0.57
XYZ5.86853.155015.0515
Yxy3.15500.24380.1310
Hunter Lab17.762327.8906-37.8078
CIE-Lab20.654339.6284-40.2148

#49176e color RGB value is (73,23,110).

#49176e hex color red value is 73, green value is 23 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #49176e hue: 0.76 , saturation: 0.65 and the lightness value of 49176e is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010111 01101110
Octal 111 27 156
Decimal 73 23 110
Hex 49 17 6E

RGB Percentages of Color #49176e

%35.44
%11.17
%53.40

CMYK Percentages of Color #49176e

%34
%79
%0
%57

Triadic Colors of #49176e

#49176e #6e4917 #176e49

Analogous Colors of #49176e

#49176e #6e1768 #1d176e

Monochromatic Colors of #49176e

#49176e

Complementary Color

#49176e #3c6e17

#49176e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49176e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49176e Color CSS Codes

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

#49176e Text Font Color

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

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


#49176e Background Color

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

This div background color is #49176e


#49176e Border Color

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

This div border color is #49176e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49176e

#49176e Color Palettes


Comments

No comments written yet.

Please login to write comment.