Color Hex Logo

#494aea Color Hex

#494AEA
(73,74,234)
0 Favorites   0 Comments

Color spaces of #494aea

RGB 7374234
HSL0.670.790.60
HSV240°69°92°
CMYK 0.690.680.00   0.08
XYZ20.047712.254579.1506
Yxy12.25450.17990.1100
Hunter Lab35.006440.9632-109.5520
CIE-Lab41.617849.2789-80.4887

#494aea color RGB value is (73,74,234).

#494aea hex color red value is 73, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #494aea hue: 0.67 , saturation: 0.79 and the lightness value of 494aea is 0.60.

The process color (four color CMYK) of #494aea color hex is 0.69, 0.68, 0.00, 0.08. Web safe color of #494aea is #3333ff. Color #494aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001010 11101010
Octal 111 112 352
Decimal 73 74 234
Hex 49 4A EA

RGB Percentages of Color #494aea

%19.16
%19.42
%61.42

CMYK Percentages of Color #494aea

%69
%68
%0
%8

Triadic Colors of #494aea

#494aea #ea494a #4aea49

Analogous Colors of #494aea

#494aea #9949ea #499bea

Monochromatic Colors of #494aea

#494aea

Complementary Color

#494aea #eae949

#494aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#494aea Color CSS Codes

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

#494aea Text Font Color

<p style="color:#494aea">Text here</p>

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


#494aea Background Color

<div style="background-color:#494aea">
Div content here</div>

This div background color is #494aea


#494aea Border Color

<div style="border:3px solid #494aea">
Div here</div>

This div border color is #494aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,74,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494aea;
  -webkit-box-shadow: 1px 1px 3px 2px #494aea;
  box-shadow:         1px 1px 3px 2px #494aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494aea


Comments

No comments written yet.

Please login to write comment.