Color Hex Logo

#493373 Color Hex

#493373
(73,51,115)
0 Favorites   0 Comments

Color spaces of #493373

RGB 7351115
HSL0.720.390.33
HSV261°56°45°
CMYK 0.370.560.00   0.55
XYZ7.02605.021916.8187
Yxy5.02190.24340.1740
Hunter Lab22.409616.7477-28.8112
CIE-Lab26.797125.3723-33.5221

#493373 color RGB value is (73,51,115).

#493373 hex color red value is 73, green value is 51 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #493373 hue: 0.72 , saturation: 0.39 and the lightness value of 493373 is 0.33.

The process color (four color CMYK) of #493373 color hex is 0.37, 0.56, 0.00, 0.55. Web safe color of #493373 is #333366. Color #493373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110011 01110011
Octal 111 63 163
Decimal 73 51 115
Hex 49 33 73

RGB Percentages of Color #493373

%30.54
%21.34
%48.12

CMYK Percentages of Color #493373

%37
%56
%0
%55

Triadic Colors of #493373

#493373 #734933 #337349

Analogous Colors of #493373

#493373 #693373 #333d73

Monochromatic Colors of #493373

#493373

Complementary Color

#493373 #5d7333

#493373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493373 Color CSS Codes

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

#493373 Text Font Color

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

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


#493373 Background Color

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

This div background color is #493373


#493373 Border Color

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

This div border color is #493373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493373


Comments

No comments written yet.

Please login to write comment.