Color Hex Logo

#490ea4 Color Hex

#490EA4
(73,14,164)
0 Favorites   0 Comments

Color spaces of #490ea4

RGB 7314164
HSL0.730.840.35
HSV264°91°64°
CMYK 0.550.910.00   0.36
XYZ9.60554.410935.4671
Yxy4.41090.19410.0891
Hunter Lab21.002144.8847-85.4237
CIE-Lab24.985856.2339-66.9454

#490ea4 color RGB value is (73,14,164).

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

The process color (four color CMYK) of #490ea4 color hex is 0.55, 0.91, 0.00, 0.36. Web safe color of #490ea4 is #330099. Color #490ea4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001110 10100100
Octal 111 16 244
Decimal 73 14 164
Hex 49 E A4

RGB Percentages of Color #490ea4

%29.08
%5.58
%65.34

CMYK Percentages of Color #490ea4

%55
%91
%0
%36

Triadic Colors of #490ea4

#490ea4 #a4490e #0ea449

Analogous Colors of #490ea4

#490ea4 #940ea4 #0e1ea4

Monochromatic Colors of #490ea4

#490ea4

Complementary Color

#490ea4 #69a40e

#490ea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490ea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490ea4 Color CSS Codes

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

#490ea4 Text Font Color

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

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


#490ea4 Background Color

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

This div background color is #490ea4


#490ea4 Border Color

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

This div border color is #490ea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490ea4


Comments

No comments written yet.

Please login to write comment.