Color Hex Logo

#490eaa Color Hex

#490EAA
(73,14,170)
0 Favorites   0 Comments

Color spaces of #490eaa

RGB 7314170
HSL0.730.850.36
HSV263°92°67°
CMYK 0.570.920.00   0.33
XYZ10.16044.632838.3889
Yxy4.63280.19100.0871
Hunter Lab21.523946.5942-90.6796
CIE-Lab25.661957.7208-69.4593

#490eaa color RGB value is (73,14,170).

#490eaa hex color red value is 73, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #490eaa hue: 0.73 , saturation: 0.85 and the lightness value of 490eaa is 0.36.

The process color (four color CMYK) of #490eaa color hex is 0.57, 0.92, 0.00, 0.33. Web safe color of #490eaa is #330099. Color #490eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001110 10101010
Octal 111 16 252
Decimal 73 14 170
Hex 49 E AA

RGB Percentages of Color #490eaa

%28.40
%5.45
%66.15

CMYK Percentages of Color #490eaa

%57
%92
%0
%33

Triadic Colors of #490eaa

#490eaa #aa490e #0eaa49

Analogous Colors of #490eaa

#490eaa #970eaa #0e21aa

Monochromatic Colors of #490eaa

#490eaa

Complementary Color

#490eaa #6faa0e

#490eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#490eaa Color CSS Codes

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

#490eaa Text Font Color

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

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


#490eaa Background Color

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

This div background color is #490eaa


#490eaa Border Color

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

This div border color is #490eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490eaa


Comments

No comments written yet.

Please login to write comment.