Color Hex Logo

#493495 Color Hex

#493495
(73,52,149)
0 Favorites   0 Comments

Color spaces of #493495

RGB 7352149
HSL0.700.480.39
HSV253°65°58°
CMYK 0.510.650.00   0.42
XYZ9.40056.042429.1046
Yxy6.04240.21100.1356
Hunter Lab24.581325.2456-52.9933
CIE-Lab29.519235.0248-50.3527

#493495 color RGB value is (73,52,149).

#493495 hex color red value is 73, green value is 52 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #493495 hue: 0.70 , saturation: 0.48 and the lightness value of 493495 is 0.39.

The process color (four color CMYK) of #493495 color hex is 0.51, 0.65, 0.00, 0.42. Web safe color of #493495 is #333399. Color #493495 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110100 10010101
Octal 111 64 225
Decimal 73 52 149
Hex 49 34 95

RGB Percentages of Color #493495

%26.64
%18.98
%54.38

CMYK Percentages of Color #493495

%51
%65
%0
%42

Triadic Colors of #493495

#493495 #954934 #349549

Analogous Colors of #493495

#493495 #7a3495 #344f95

Monochromatic Colors of #493495

#493495

Complementary Color

#493495 #809534

#493495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493495 Color CSS Codes

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

#493495 Text Font Color

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

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


#493495 Background Color

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

This div background color is #493495


#493495 Border Color

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

This div border color is #493495


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,52,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #493495; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #493495;
  -webkit-box-shadow: 1px 1px 3px 2px #493495;
  box-shadow:         1px 1px 3px 2px #493495; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493495


Comments

No comments written yet.

Please login to write comment.