Color Hex Logo

#494eae Color Hex

#494EAE
(73,78,174)
0 Favorites   0 Comments

Color spaces of #494eae

RGB 7378174
HSL0.660.410.48
HSV237°58°68°
CMYK 0.580.550.00   0.32
XYZ13.11209.921241.2683
Yxy9.92120.20390.1543
Hunter Lab31.497919.1848-55.6326
CIE-Lab37.700626.8848-52.1506

#494eae color RGB value is (73,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 10101110
Octal 111 116 256
Decimal 73 78 174
Hex 49 4E AE

RGB Percentages of Color #494eae

%22.46
%24.00
%53.54

CMYK Percentages of Color #494eae

%58
%55
%0
%32

Triadic Colors of #494eae

#494eae #ae494e #4eae49

Analogous Colors of #494eae

#494eae #7749ae #4981ae

Monochromatic Colors of #494eae

#494eae

Complementary Color

#494eae #aea949

#494eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#494eae Color CSS Codes

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

#494eae Text Font Color

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

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


#494eae Background Color

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

This div background color is #494eae


#494eae Border Color

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

This div border color is #494eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,78,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 #494eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494eae


Comments

No comments written yet.

Please login to write comment.