Color Hex Logo

#494dfe Color Hex

#494DFE
(73,77,254)
0 Favorites   0 Comments

Color spaces of #494dfe

RGB 7377254
HSL0.660.990.64
HSV239°71°100°
CMYK 0.710.700.00   0.00
XYZ23.290913.880095.2175
Yxy13.88000.17590.1048
Hunter Lab37.255946.3934-125.4526
CIE-Lab44.060354.0051-87.7039

#494dfe color RGB value is (73,77,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001101 11111110
Octal 111 115 376
Decimal 73 77 254
Hex 49 4D FE

RGB Percentages of Color #494dfe

%18.07
%19.06
%62.87

CMYK Percentages of Color #494dfe

%71
%70
%0
%0

Triadic Colors of #494dfe

#494dfe #fe494d #4dfe49

Analogous Colors of #494dfe

#494dfe #a049fe #49a8fe

Monochromatic Colors of #494dfe

#494dfe

Complementary Color

#494dfe #fefa49

#494dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#494dfe Color CSS Codes

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

#494dfe Text Font Color

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

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


#494dfe Background Color

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

This div background color is #494dfe


#494dfe Border Color

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

This div border color is #494dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494dfe


Comments

No comments written yet.

Please login to write comment.