Color Hex Logo

#491eaa Color Hex

#491EAA
(73,30,170)
0 Favorites   0 Comments

Color spaces of #491eaa

RGB 7330170
HSL0.720.700.39
HSV258°82°67°
CMYK 0.570.820.00   0.33
XYZ10.46765.247338.4913
Yxy5.24730.19310.0968
Hunter Lab22.907041.4803-83.5919
CIE-Lab27.428052.4762-66.5398

#491eaa color RGB value is (73,30,170).

#491eaa hex color red value is 73, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #491eaa hue: 0.72 , saturation: 0.70 and the lightness value of 491eaa is 0.39.

The process color (four color CMYK) of #491eaa color hex is 0.57, 0.82, 0.00, 0.33. Web safe color of #491eaa is #333399. Color #491eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011110 10101010
Octal 111 36 252
Decimal 73 30 170
Hex 49 1E AA

RGB Percentages of Color #491eaa

%26.74
%10.99
%62.27

CMYK Percentages of Color #491eaa

%57
%82
%0
%33

Triadic Colors of #491eaa

#491eaa #aa491e #1eaa49

Analogous Colors of #491eaa

#491eaa #8f1eaa #1e39aa

Monochromatic Colors of #491eaa

#491eaa

Complementary Color

#491eaa #7faa1e

#491eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#491eaa Color CSS Codes

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

#491eaa Text Font Color

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

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


#491eaa Background Color

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

This div background color is #491eaa


#491eaa Border Color

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

This div border color is #491eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,30,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #491eaa;
  box-shadow:         1px 1px 3px 2px #491eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491eaa


Comments

No comments written yet.

Please login to write comment.