Color Hex Logo

#49196d Color Hex

#49196D
(73,25,109)
0 Favorites   0 Comments

Color spaces of #49196d

RGB 7325109
HSL0.760.630.26
HSV274°77°43°
CMYK 0.330.770.00   0.57
XYZ5.85563.215914.7801
Yxy3.21590.24550.1348
Hunter Lab17.932926.9026-36.3130
CIE-Lab20.888638.4734-39.1854

#49196d color RGB value is (73,25,109).

#49196d hex color red value is 73, green value is 25 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #49196d hue: 0.76 , saturation: 0.63 and the lightness value of 49196d is 0.26.

The process color (four color CMYK) of #49196d color hex is 0.33, 0.77, 0.00, 0.57. Web safe color of #49196d is #330066. Color #49196d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011001 01101101
Octal 111 31 155
Decimal 73 25 109
Hex 49 19 6D

RGB Percentages of Color #49196d

%35.27
%12.08
%52.66

CMYK Percentages of Color #49196d

%33
%77
%0
%57

Triadic Colors of #49196d

#49196d #6d4919 #196d49

Analogous Colors of #49196d

#49196d #6d1967 #1f196d

Monochromatic Colors of #49196d

#49196d

Complementary Color

#49196d #3d6d19

#49196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49196d Color CSS Codes

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

#49196d Text Font Color

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

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


#49196d Background Color

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

This div background color is #49196d


#49196d Border Color

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

This div border color is #49196d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49196d


Comments

No comments written yet.

Please login to write comment.