Color Hex Logo

#493367 Color Hex

#493367
(73,51,103)
0 Favorites   0 Comments

Color spaces of #493367

RGB 7351103
HSL0.740.340.30
HSV265°50°40°
CMYK 0.290.500.00   0.60
XYZ6.37974.763413.4151
Yxy4.76340.25980.1940
Hunter Lab21.825213.9830-21.1656
CIE-Lab26.049821.9511-27.0198

#493367 color RGB value is (73,51,103).

#493367 hex color red value is 73, green value is 51 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #493367 hue: 0.74 , saturation: 0.34 and the lightness value of 493367 is 0.30.

The process color (four color CMYK) of #493367 color hex is 0.29, 0.50, 0.00, 0.60. Web safe color of #493367 is #333366. Color #493367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110011 01100111
Octal 111 63 147
Decimal 73 51 103
Hex 49 33 67

RGB Percentages of Color #493367

%32.16
%22.47
%45.37

CMYK Percentages of Color #493367

%29
%50
%0
%60

Triadic Colors of #493367

#493367 #674933 #336749

Analogous Colors of #493367

#493367 #633367 #333767

Monochromatic Colors of #493367

#493367

Complementary Color

#493367 #516733

#493367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493367 Color CSS Codes

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

#493367 Text Font Color

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

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


#493367 Background Color

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

This div background color is #493367


#493367 Border Color

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

This div border color is #493367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493367

#493367 Color Palettes


Comments

No comments written yet.

Please login to write comment.