Color Hex Logo

#493f9a Color Hex

#493F9A
(73,63,154)
0 Favorites   0 Comments

Color spaces of #493f9a

RGB 7363154
HSL0.680.420.43
HSV247°59°60°
CMYK 0.530.590.00   0.40
XYZ10.35797.304631.4359
Yxy7.30460.21100.1488
Hunter Lab27.027021.1115-50.0430
CIE-Lab32.490529.8149-48.5816

#493f9a color RGB value is (73,63,154).

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

The process color (four color CMYK) of #493f9a color hex is 0.53, 0.59, 0.00, 0.40. Web safe color of #493f9a is #333399. Color #493f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111111 10011010
Octal 111 77 232
Decimal 73 63 154
Hex 49 3F 9A

RGB Percentages of Color #493f9a

%25.17
%21.72
%53.10

CMYK Percentages of Color #493f9a

%53
%59
%0
%40

Triadic Colors of #493f9a

#493f9a #9a493f #3f9a49

Analogous Colors of #493f9a

#493f9a #773f9a #3f639a

Monochromatic Colors of #493f9a

#493f9a

Complementary Color

#493f9a #909a3f

#493f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#493f9a Color CSS Codes

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

#493f9a Text Font Color

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

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


#493f9a Background Color

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

This div background color is #493f9a


#493f9a Border Color

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

This div border color is #493f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493f9a


Comments

No comments written yet.

Please login to write comment.