Color Hex Logo

#494efc Color Hex

#494EFC
(73,78,252)
0 Favorites   0 Comments

Color spaces of #494efc

RGB 7378252
HSL0.660.970.64
HSV238°71°99°
CMYK 0.710.690.00   0.01
XYZ23.042713.893593.5627
Yxy13.89350.17660.1065
Hunter Lab37.274045.1189-122.7341
CIE-Lab44.079852.8058-86.5559

#494efc color RGB value is (73,78,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 11111100
Octal 111 116 374
Decimal 73 78 252
Hex 49 4E FC

RGB Percentages of Color #494efc

%18.11
%19.35
%62.53

CMYK Percentages of Color #494efc

%71
%69
%0
%1

Triadic Colors of #494efc

#494efc #fc494e #4efc49

Analogous Colors of #494efc

#494efc #9e49fc #49a8fc

Monochromatic Colors of #494efc

#494efc

Complementary Color

#494efc #fcf749

#494efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#494efc Color CSS Codes

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

#494efc Text Font Color

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

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


#494efc Background Color

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

This div background color is #494efc


#494efc Border Color

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

This div border color is #494efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494efc


Comments

No comments written yet.

Please login to write comment.