Color Hex Logo

#494cff Color Hex

#494CFF
(73,76,255)
0 Favorites   0 Comments

Color spaces of #494cff

RGB 7376255
HSL0.661.000.64
HSV239°71°100°
CMYK 0.710.700.00   0.00
XYZ23.382113.805496.0401
Yxy13.80540.17550.1036
Hunter Lab37.155647.3080-127.2443
CIE-Lab43.952554.8776-88.4389

#494cff color RGB value is (73,76,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001100 11111111
Octal 111 114 377
Decimal 73 76 255
Hex 49 4C FF

RGB Percentages of Color #494cff

%18.07
%18.81
%63.12

CMYK Percentages of Color #494cff

%71
%70
%0
%0

Triadic Colors of #494cff

#494cff #ff494c #4cff49

Analogous Colors of #494cff

#494cff #a149ff #49a7ff

Monochromatic Colors of #494cff

#494cff

Complementary Color

#494cff #fffc49

#494cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#494cff Color CSS Codes

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

#494cff Text Font Color

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

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


#494cff Background Color

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

This div background color is #494cff


#494cff Border Color

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

This div border color is #494cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494cff


Comments

No comments written yet.

Please login to write comment.