Color Hex Logo

#493faa Color Hex

#493FAA
(73,63,170)
0 Favorites   0 Comments

Color spaces of #493faa

RGB 7363170
HSL0.680.460.46
HSV246°63°67°
CMYK 0.570.630.00   0.33
XYZ11.78097.873838.9291
Yxy7.87380.20110.1344
Hunter Lab28.060325.8364-62.6130
CIE-Lab33.718734.9922-56.2280

#493faa color RGB value is (73,63,170).

#493faa hex color red value is 73, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #493faa hue: 0.68 , saturation: 0.46 and the lightness value of 493faa is 0.46.

The process color (four color CMYK) of #493faa color hex is 0.57, 0.63, 0.00, 0.33. Web safe color of #493faa is #333399. Color #493faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111111 10101010
Octal 111 77 252
Decimal 73 63 170
Hex 49 3F AA

RGB Percentages of Color #493faa

%23.86
%20.59
%55.56

CMYK Percentages of Color #493faa

%57
%63
%0
%33

Triadic Colors of #493faa

#493faa #aa493f #3faa49

Analogous Colors of #493faa

#493faa #7f3faa #3f6baa

Monochromatic Colors of #493faa

#493faa

Complementary Color

#493faa #a0aa3f

#493faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#493faa Color CSS Codes

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

#493faa Text Font Color

<p style="color:#493faa">Text here</p>

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


#493faa Background Color

<div style="background-color:#493faa">
Div content here</div>

This div background color is #493faa


#493faa Border Color

<div style="border:3px solid #493faa">
Div here</div>

This div border color is #493faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,63,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #493faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #493faa;
  -webkit-box-shadow: 1px 1px 3px 2px #493faa;
  box-shadow:         1px 1px 3px 2px #493faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493faa


Comments

No comments written yet.

Please login to write comment.