Color Hex Logo

#490daa Color Hex

#490DAA
(73,13,170)
0 Favorites   0 Comments

Color spaces of #490daa

RGB 7313170
HSL0.730.860.36
HSV263°92°67°
CMYK 0.570.920.00   0.33
XYZ10.14734.606638.3846
Yxy4.60660.19100.0867
Hunter Lab21.463046.8312-91.0107
CIE-Lab25.583257.9580-69.5897

#490daa color RGB value is (73,13,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001101 10101010
Octal 111 15 252
Decimal 73 13 170
Hex 49 D AA

RGB Percentages of Color #490daa

%28.52
%5.08
%66.41

CMYK Percentages of Color #490daa

%57
%92
%0
%33

Triadic Colors of #490daa

#490daa #aa490d #0daa49

Analogous Colors of #490daa

#490daa #980daa #0d20aa

Monochromatic Colors of #490daa

#490daa

Complementary Color

#490daa #6eaa0d

#490daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#490daa Color CSS Codes

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

#490daa Text Font Color

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

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


#490daa Background Color

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

This div background color is #490daa


#490daa Border Color

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

This div border color is #490daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490daa


Comments

No comments written yet.

Please login to write comment.