Color Hex Logo

#491594 Color Hex

#491594
(73,21,148)
0 Favorites   0 Comments

Color spaces of #491594

RGB 7321148
HSL0.730.750.33
HSV265°86°58°
CMYK 0.510.860.00   0.42
XYZ8.36114.090928.3659
Yxy4.09090.20480.1002
Hunter Lab20.226038.3936-68.9930
CIE-Lab23.969750.0879-58.8214

#491594 color RGB value is (73,21,148).

#491594 hex color red value is 73, green value is 21 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #491594 hue: 0.73 , saturation: 0.75 and the lightness value of 491594 is 0.33.

The process color (four color CMYK) of #491594 color hex is 0.51, 0.86, 0.00, 0.42. Web safe color of #491594 is #330099. Color #491594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010101 10010100
Octal 111 25 224
Decimal 73 21 148
Hex 49 15 94

RGB Percentages of Color #491594

%30.17
%8.68
%61.16

CMYK Percentages of Color #491594

%51
%86
%0
%42

Triadic Colors of #491594

#491594 #944915 #159449

Analogous Colors of #491594

#491594 #891594 #152194

Monochromatic Colors of #491594

#491594

Complementary Color

#491594 #609415

#491594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491594 Color CSS Codes

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

#491594 Text Font Color

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

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


#491594 Background Color

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

This div background color is #491594


#491594 Border Color

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

This div border color is #491594


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,21,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491594; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491594;
  -webkit-box-shadow: 1px 1px 3px 2px #491594;
  box-shadow:         1px 1px 3px 2px #491594; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491594


Comments

No comments written yet.

Please login to write comment.