Color Hex Logo

#493673 Color Hex

#493673
(73,54,115)
0 Favorites   0 Comments

Color spaces of #493673

RGB 7354115
HSL0.720.360.33
HSV259°53°45°
CMYK 0.370.530.00   0.55
XYZ7.16135.292616.8638
Yxy5.29260.24430.1805
Hunter Lab23.005715.3044-27.3573
CIE-Lab27.552623.4540-32.3152

#493673 color RGB value is (73,54,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 01110011
Octal 111 66 163
Decimal 73 54 115
Hex 49 36 73

RGB Percentages of Color #493673

%30.17
%22.31
%47.52

CMYK Percentages of Color #493673

%37
%53
%0
%55

Triadic Colors of #493673

#493673 #734936 #367349

Analogous Colors of #493673

#493673 #683673 #364273

Monochromatic Colors of #493673

#493673

Complementary Color

#493673 #607336

#493673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493673 Color CSS Codes

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

#493673 Text Font Color

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

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


#493673 Background Color

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

This div background color is #493673


#493673 Border Color

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

This div border color is #493673


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,54,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 #493673">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493673


Comments

No comments written yet.

Please login to write comment.