Color Hex Logo

#494ade Color Hex

#494ADE
(73,74,222)
0 Favorites   0 Comments

Color spaces of #494ade

RGB 7374222
HSL0.670.690.58
HSV240°67°87°
CMYK 0.670.670.00   0.13
XYZ18.381211.588070.3751
Yxy11.58800.18320.1155
Hunter Lab34.041236.8126-98.7446
CIE-Lab40.553745.3788-75.4154

#494ade color RGB value is (73,74,222).

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

The process color (four color CMYK) of #494ade color hex is 0.67, 0.67, 0.00, 0.13. Web safe color of #494ade is #3333cc. Color #494ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001010 11011110
Octal 111 112 336
Decimal 73 74 222
Hex 49 4A DE

RGB Percentages of Color #494ade

%19.78
%20.05
%60.16

CMYK Percentages of Color #494ade

%67
%67
%0
%13

Triadic Colors of #494ade

#494ade #de494a #4ade49

Analogous Colors of #494ade

#494ade #9349de #4995de

Monochromatic Colors of #494ade

#494ade

Complementary Color

#494ade #dedd49

#494ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#494ade Color CSS Codes

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

#494ade Text Font Color

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

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


#494ade Background Color

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

This div background color is #494ade


#494ade Border Color

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

This div border color is #494ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494ade


Comments

No comments written yet.

Please login to write comment.