Color Hex Logo

#494fea Color Hex

#494FEA
(73,79,234)
0 Favorites   0 Comments

Color spaces of #494fea

RGB 7379234
HSL0.660.790.60
HSV238°69°92°
CMYK 0.690.660.00   0.08
XYZ20.394912.948979.2664
Yxy12.94890.18110.1150
Hunter Lab35.984638.1950-105.4141
CIE-Lab42.686146.3822-78.7343

#494fea color RGB value is (73,79,234).

#494fea hex color red value is 73, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #494fea hue: 0.66 , saturation: 0.79 and the lightness value of 494fea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001111 11101010
Octal 111 117 352
Decimal 73 79 234
Hex 49 4F EA

RGB Percentages of Color #494fea

%18.91
%20.47
%60.62

CMYK Percentages of Color #494fea

%69
%66
%0
%8

Triadic Colors of #494fea

#494fea #ea494f #4fea49

Analogous Colors of #494fea

#494fea #9449ea #49a0ea

Monochromatic Colors of #494fea

#494fea

Complementary Color

#494fea #eae449

#494fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#494fea Color CSS Codes

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

#494fea Text Font Color

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

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


#494fea Background Color

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

This div background color is #494fea


#494fea Border Color

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

This div border color is #494fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494fea


Comments

No comments written yet.

Please login to write comment.