Color Hex Logo

#493972 Color Hex

#493972
(73,57,114)
0 Favorites   0 Comments

Color spaces of #493972

RGB 7357114
HSL0.710.330.34
HSV257°50°45°
CMYK 0.360.500.00   0.55
XYZ7.24805.557616.6103
Yxy5.55760.24640.1889
Hunter Lab23.574613.6243-25.2727
CIE-Lab28.267721.2205-30.5414

#493972 color RGB value is (73,57,114).

#493972 hex color red value is 73, green value is 57 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #493972 hue: 0.71 , saturation: 0.33 and the lightness value of 493972 is 0.34.

The process color (four color CMYK) of #493972 color hex is 0.36, 0.50, 0.00, 0.55. Web safe color of #493972 is #333366. Color #493972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111001 01110010
Octal 111 71 162
Decimal 73 57 114
Hex 49 39 72

RGB Percentages of Color #493972

%29.92
%23.36
%46.72

CMYK Percentages of Color #493972

%36
%50
%0
%55

Triadic Colors of #493972

#493972 #724939 #397249

Analogous Colors of #493972

#493972 #663972 #394672

Monochromatic Colors of #493972

#493972

Complementary Color

#493972 #627239

#493972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493972 Color CSS Codes

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

#493972 Text Font Color

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

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


#493972 Background Color

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

This div background color is #493972


#493972 Border Color

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

This div border color is #493972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493972


Comments

No comments written yet.

Please login to write comment.