Color Hex Logo

#494fed Color Hex

#494FED
(73,79,237)
0 Favorites   0 Comments

Color spaces of #494fed

RGB 7379237
HSL0.660.820.61
HSV238°69°93°
CMYK 0.690.670.00   0.07
XYZ20.829713.122981.5559
Yxy13.12290.18030.1136
Hunter Lab36.225539.2429-108.1239
CIE-Lab42.947847.3665-79.9989

#494fed color RGB value is (73,79,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001111 11101101
Octal 111 117 355
Decimal 73 79 237
Hex 49 4F ED

RGB Percentages of Color #494fed

%18.77
%20.31
%60.93

CMYK Percentages of Color #494fed

%69
%67
%0
%7

Triadic Colors of #494fed

#494fed #ed494f #4fed49

Analogous Colors of #494fed

#494fed #9549ed #49a1ed

Monochromatic Colors of #494fed

#494fed

Complementary Color

#494fed #ede749

#494fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#494fed Color CSS Codes

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

#494fed Text Font Color

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

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


#494fed Background Color

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

This div background color is #494fed


#494fed Border Color

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

This div border color is #494fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494fed


Comments

No comments written yet.

Please login to write comment.