Color Hex Logo

#494eff Color Hex

#494EFF
(73,78,255)
0 Favorites   0 Comments

Color spaces of #494eff

RGB 7378255
HSL0.661.000.64
HSV238°71°100°
CMYK 0.710.690.00   0.00
XYZ23.522014.085296.0867
Yxy14.08520.17590.1054
Hunter Lab37.530346.1965-125.5258
CIE-Lab44.354953.7670-87.7763

#494eff color RGB value is (73,78,255).

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

The process color (four color CMYK) of #494eff color hex is 0.71, 0.69, 0.00, 0.00. Web safe color of #494eff is #3366ff. Color #494eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 11111111
Octal 111 116 377
Decimal 73 78 255
Hex 49 4E FF

RGB Percentages of Color #494eff

%17.98
%19.21
%62.81

CMYK Percentages of Color #494eff

%71
%69
%0
%0

Triadic Colors of #494eff

#494eff #ff494e #4eff49

Analogous Colors of #494eff

#494eff #9f49ff #49a9ff

Monochromatic Colors of #494eff

#494eff

Complementary Color

#494eff #fffa49

#494eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#494eff Color CSS Codes

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

#494eff Text Font Color

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

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


#494eff Background Color

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

This div background color is #494eff


#494eff Border Color

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

This div border color is #494eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494eff


Comments

No comments written yet.

Please login to write comment.