Color Hex Logo

#494aae Color Hex

#494AAE
(73,74,174)
0 Favorites   0 Comments

Color spaces of #494aae

RGB 7374174
HSL0.670.410.48
HSV239°58°68°
CMYK 0.580.570.00   0.32
XYZ12.83649.370041.1764
Yxy9.37000.20250.1478
Hunter Lab30.610521.2851-58.3281
CIE-Lab36.687129.4304-53.7905

#494aae color RGB value is (73,74,174).

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

The process color (four color CMYK) of #494aae color hex is 0.58, 0.57, 0.00, 0.32. Web safe color of #494aae is #333399. Color #494aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001010 10101110
Octal 111 112 256
Decimal 73 74 174
Hex 49 4A AE

RGB Percentages of Color #494aae

%22.74
%23.05
%54.21

CMYK Percentages of Color #494aae

%58
%57
%0
%32

Triadic Colors of #494aae

#494aae #ae494a #4aae49

Analogous Colors of #494aae

#494aae #7b49ae #497dae

Monochromatic Colors of #494aae

#494aae

Complementary Color

#494aae #aead49

#494aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#494aae Color CSS Codes

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

#494aae Text Font Color

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

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


#494aae Background Color

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

This div background color is #494aae


#494aae Border Color

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

This div border color is #494aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494aae


Comments

No comments written yet.

Please login to write comment.