Color Hex Logo

#493559 Color Hex

#493559
(73,53,89)
0 Favorites   0 Comments

Color spaces of #493559

RGB 735389
HSL0.760.250.28
HSV273°40°35°
CMYK 0.180.400.00   0.65
XYZ5.82394.683910.0483
Yxy4.68390.28330.2279
Hunter Lab21.642310.1599-12.3781
CIE-Lab25.814516.8840-18.2864

#493559 color RGB value is (73,53,89).

#493559 hex color red value is 73, green value is 53 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #493559 hue: 0.76 , saturation: 0.25 and the lightness value of 493559 is 0.28.

The process color (four color CMYK) of #493559 color hex is 0.18, 0.40, 0.00, 0.65. Web safe color of #493559 is #333366. Color #493559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110101 01011001
Octal 111 65 131
Decimal 73 53 89
Hex 49 35 59

RGB Percentages of Color #493559

%33.95
%24.65
%41.40

CMYK Percentages of Color #493559

%18
%40
%0
%65

Triadic Colors of #493559

#493559 #594935 #355949

Analogous Colors of #493559

#493559 #593557 #373559

Monochromatic Colors of #493559

#493559

Complementary Color

#493559 #455935

#493559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493559 Color CSS Codes

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

#493559 Text Font Color

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

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


#493559 Background Color

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

This div background color is #493559


#493559 Border Color

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

This div border color is #493559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493559


Comments

No comments written yet.

Please login to write comment.