Color Hex Logo

#493270 Color Hex

#493270
(73,50,112)
0 Favorites   0 Comments

Color spaces of #493270

RGB 7350112
HSL0.730.380.32
HSV262°55°44°
CMYK 0.350.550.00   0.56
XYZ6.81294.867515.9097
Yxy4.86750.24690.1764
Hunter Lab22.062416.5118-27.3117
CIE-Lab26.353925.1392-32.3170

#493270 color RGB value is (73,50,112).

#493270 hex color red value is 73, green value is 50 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #493270 hue: 0.73 , saturation: 0.38 and the lightness value of 493270 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 01110000
Octal 111 62 160
Decimal 73 50 112
Hex 49 32 70

RGB Percentages of Color #493270

%31.06
%21.28
%47.66

CMYK Percentages of Color #493270

%35
%55
%0
%56

Triadic Colors of #493270

#493270 #704932 #327049

Analogous Colors of #493270

#493270 #683270 #323a70

Monochromatic Colors of #493270

#493270

Complementary Color

#493270 #597032

#493270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493270 Color CSS Codes

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

#493270 Text Font Color

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

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


#493270 Background Color

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

This div background color is #493270


#493270 Border Color

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

This div border color is #493270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493270


Comments

No comments written yet.

Please login to write comment.