Color Hex Logo

#490baa Color Hex

#490BAA
(73,11,170)
0 Favorites   0 Comments

Color spaces of #490baa

RGB 7311170
HSL0.730.880.35
HSV263°94°67°
CMYK 0.570.940.00   0.33
XYZ10.12304.558138.3765
Yxy4.55810.19080.0859
Hunter Lab21.349747.2741-91.6301
CIE-Lab25.436858.3997-69.8322

#490baa color RGB value is (73,11,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001011 10101010
Octal 111 13 252
Decimal 73 11 170
Hex 49 B AA

RGB Percentages of Color #490baa

%28.74
%4.33
%66.93

CMYK Percentages of Color #490baa

%57
%94
%0
%33

Triadic Colors of #490baa

#490baa #aa490b #0baa49

Analogous Colors of #490baa

#490baa #990baa #0b1caa

Monochromatic Colors of #490baa

#490baa

Complementary Color

#490baa #6caa0b

#490baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#490baa Color CSS Codes

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

#490baa Text Font Color

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

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


#490baa Background Color

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

This div background color is #490baa


#490baa Border Color

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

This div border color is #490baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490baa


Comments

No comments written yet.

Please login to write comment.