Color Hex Logo

#494acc Color Hex

#494ACC
(73,74,204)
0 Favorites   0 Comments

Color spaces of #494acc

RGB 7374204
HSL0.670.560.54
HSV240°64°80°
CMYK 0.640.640.00   0.20
XYZ16.095510.673758.3386
Yxy10.67370.18910.1254
Hunter Lab32.670630.7661-83.0023
CIE-Lab39.025439.4471-67.5695

#494acc color RGB value is (73,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001010 11001100
Octal 111 112 314
Decimal 73 74 204
Hex 49 4A CC

RGB Percentages of Color #494acc

%20.80
%21.08
%58.12

CMYK Percentages of Color #494acc

%64
%64
%0
%20

Triadic Colors of #494acc

#494acc #cc494a #4acc49

Analogous Colors of #494acc

#494acc #8a49cc #498ccc

Monochromatic Colors of #494acc

#494acc

Complementary Color

#494acc #cccb49

#494acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#494acc Color CSS Codes

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

#494acc Text Font Color

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

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


#494acc Background Color

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

This div background color is #494acc


#494acc Border Color

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

This div border color is #494acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494acc


Comments

No comments written yet.

Please login to write comment.