Color Hex Logo

#494ffc Color Hex

#494FFC
(73,79,252)
0 Favorites   0 Comments

Color spaces of #494ffc

RGB 7379252
HSL0.660.970.64
HSV238°71°99°
CMYK 0.710.690.00   0.01
XYZ23.114314.036793.5866
Yxy14.03670.17680.1074
Hunter Lab37.465644.5604-121.8767
CIE-Lab44.285552.2417-86.2174

#494ffc color RGB value is (73,79,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001111 11111100
Octal 111 117 374
Decimal 73 79 252
Hex 49 4F FC

RGB Percentages of Color #494ffc

%18.07
%19.55
%62.38

CMYK Percentages of Color #494ffc

%71
%69
%0
%1

Triadic Colors of #494ffc

#494ffc #fc494f #4ffc49

Analogous Colors of #494ffc

#494ffc #9d49fc #49a9fc

Monochromatic Colors of #494ffc

#494ffc

Complementary Color

#494ffc #fcf649

#494ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#494ffc Color CSS Codes

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

#494ffc Text Font Color

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

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


#494ffc Background Color

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

This div background color is #494ffc


#494ffc Border Color

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

This div border color is #494ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494ffc


Comments

No comments written yet.

Please login to write comment.