Color Hex Logo

#494caf Color Hex

#494CAF
(73,76,175)
0 Favorites   0 Comments

Color spaces of #494caf

RGB 7376175
HSL0.660.410.49
HSV238°58°69°
CMYK 0.580.570.00   0.31
XYZ13.07009.680541.7371
Yxy9.68050.20270.1501
Hunter Lab31.113520.5347-57.7549
CIE-Lab37.262828.4959-53.4515

#494caf color RGB value is (73,76,175).

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

The process color (four color CMYK) of #494caf color hex is 0.58, 0.57, 0.00, 0.31. Web safe color of #494caf is #333399. Color #494caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001100 10101111
Octal 111 114 257
Decimal 73 76 175
Hex 49 4C AF

RGB Percentages of Color #494caf

%22.53
%23.46
%54.01

CMYK Percentages of Color #494caf

%58
%57
%0
%31

Triadic Colors of #494caf

#494caf #af494c #4caf49

Analogous Colors of #494caf

#494caf #7949af #497faf

Monochromatic Colors of #494caf

#494caf

Complementary Color

#494caf #afac49

#494caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#494caf Color CSS Codes

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

#494caf Text Font Color

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

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


#494caf Background Color

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

This div background color is #494caf


#494caf Border Color

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

This div border color is #494caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494caf


Comments

No comments written yet.

Please login to write comment.