Color Hex Logo

#494fff Color Hex

#494FFF
(73,79,255)
0 Favorites   0 Comments

Color spaces of #494fff

RGB 7379255
HSL0.661.000.64
HSV238°71°100°
CMYK 0.710.690.00   0.00
XYZ23.593614.228496.1106
Yxy14.22840.17620.1062
Hunter Lab37.720645.6379-124.6644
CIE-Lab44.558753.2066-87.4407

#494fff color RGB value is (73,79,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001111 11111111
Octal 111 117 377
Decimal 73 79 255
Hex 49 4F FF

RGB Percentages of Color #494fff

%17.94
%19.41
%62.65

CMYK Percentages of Color #494fff

%71
%69
%0
%0

Triadic Colors of #494fff

#494fff #ff494f #4fff49

Analogous Colors of #494fff

#494fff #9e49ff #49aaff

Monochromatic Colors of #494fff

#494fff

Complementary Color

#494fff #fff949

#494fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#494fff Color CSS Codes

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

#494fff Text Font Color

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

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


#494fff Background Color

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

This div background color is #494fff


#494fff Border Color

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

This div border color is #494fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494fff

Related Colors


Comments

No comments written yet.

Please login to write comment.