Color Hex Logo

#494acd Color Hex

#494ACD
(73,74,205)
0 Favorites   0 Comments

Color spaces of #494acd

RGB 7374205
HSL0.670.570.55
HSV240°64°80°
CMYK 0.640.640.00   0.20
XYZ16.215910.721858.9725
Yxy10.72180.18880.1248
Hunter Lab32.744231.0963-83.8609
CIE-Lab39.107939.7794-68.0135

#494acd color RGB value is (73,74,205).

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

The process color (four color CMYK) of #494acd color hex is 0.64, 0.64, 0.00, 0.20. Web safe color of #494acd is #3333cc. Color #494acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001010 11001101
Octal 111 112 315
Decimal 73 74 205
Hex 49 4A CD

RGB Percentages of Color #494acd

%20.74
%21.02
%58.24

CMYK Percentages of Color #494acd

%64
%64
%0
%20

Triadic Colors of #494acd

#494acd #cd494a #4acd49

Analogous Colors of #494acd

#494acd #8a49cd #498ccd

Monochromatic Colors of #494acd

#494acd

Complementary Color

#494acd #cdcc49

#494acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#494acd Color CSS Codes

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

#494acd Text Font Color

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

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


#494acd Background Color

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

This div background color is #494acd


#494acd Border Color

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

This div border color is #494acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494acd


Comments

No comments written yet.

Please login to write comment.