Color Hex Logo

#494ead Color Hex

#494EAD
(73,78,173)
0 Favorites   0 Comments

Color spaces of #494ead

RGB 7378173
HSL0.660.410.48
HSV237°58°68°
CMYK 0.580.550.00   0.32
XYZ13.01499.882440.7567
Yxy9.88240.20450.1553
Hunter Lab31.436318.8871-54.8632
CIE-Lab37.630526.5476-51.6708

#494ead color RGB value is (73,78,173).

#494ead hex color red value is 73, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #494ead hue: 0.66 , saturation: 0.41 and the lightness value of 494ead is 0.48.

The process color (four color CMYK) of #494ead color hex is 0.58, 0.55, 0.00, 0.32. Web safe color of #494ead is #336699. Color #494ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 10101101
Octal 111 116 255
Decimal 73 78 173
Hex 49 4E AD

RGB Percentages of Color #494ead

%22.53
%24.07
%53.40

CMYK Percentages of Color #494ead

%58
%55
%0
%32

Triadic Colors of #494ead

#494ead #ad494e #4ead49

Analogous Colors of #494ead

#494ead #7649ad #4980ad

Monochromatic Colors of #494ead

#494ead

Complementary Color

#494ead #ada849

#494ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#494ead Color CSS Codes

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

#494ead Text Font Color

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

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


#494ead Background Color

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

This div background color is #494ead


#494ead Border Color

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

This div border color is #494ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494ead


Comments

No comments written yet.

Please login to write comment.