Color Hex Logo

#49189b Color Hex

#49189B
(73,24,155)
0 Favorites   0 Comments

Color spaces of #49189b

RGB 7324155
HSL0.730.730.35
HSV262°85°61°
CMYK 0.530.850.00   0.39
XYZ8.99074.436331.3928
Yxy4.43630.20060.0990
Hunter Lab21.062539.3347-73.6255
CIE-Lab25.064450.8167-61.3249

#49189b color RGB value is (73,24,155).

#49189b hex color red value is 73, green value is 24 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #49189b hue: 0.73 , saturation: 0.73 and the lightness value of 49189b is 0.35.

The process color (four color CMYK) of #49189b color hex is 0.53, 0.85, 0.00, 0.39. Web safe color of #49189b is #330099. Color #49189b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011000 10011011
Octal 111 30 233
Decimal 73 24 155
Hex 49 18 9B

RGB Percentages of Color #49189b

%28.97
%9.52
%61.51

CMYK Percentages of Color #49189b

%53
%85
%0
%39

Triadic Colors of #49189b

#49189b #9b4918 #189b49

Analogous Colors of #49189b

#49189b #8b189b #18299b

Monochromatic Colors of #49189b

#49189b

Complementary Color

#49189b #6a9b18

#49189b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49189b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49189b Color CSS Codes

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

#49189b Text Font Color

<p style="color:#49189b">Text here</p>

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


#49189b Background Color

<div style="background-color:#49189b">
Div content here</div>

This div background color is #49189b


#49189b Border Color

<div style="border:3px solid #49189b">
Div here</div>

This div border color is #49189b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,24,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49189b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49189b;
  -webkit-box-shadow: 1px 1px 3px 2px #49189b;
  box-shadow:         1px 1px 3px 2px #49189b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49189b


Comments

No comments written yet.

Please login to write comment.