Color Hex Logo

#493562 Color Hex

#493562
(73,53,98)
0 Favorites   0 Comments

Color spaces of #493562

RGB 735398
HSL0.740.300.30
HSV267°46°38°
CMYK 0.260.460.00   0.62
XYZ6.22544.844512.1622
Yxy4.84450.26800.2085
Hunter Lab22.010211.9693-17.3547
CIE-Lab26.287119.2766-23.4107

#493562 color RGB value is (73,53,98).

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

The process color (four color CMYK) of #493562 color hex is 0.26, 0.46, 0.00, 0.62. Web safe color of #493562 is #333366. Color #493562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110101 01100010
Octal 111 65 142
Decimal 73 53 98
Hex 49 35 62

RGB Percentages of Color #493562

%32.59
%23.66
%43.75

CMYK Percentages of Color #493562

%26
%46
%0
%62

Triadic Colors of #493562

#493562 #624935 #356249

Analogous Colors of #493562

#493562 #603562 #353862

Monochromatic Colors of #493562

#493562

Complementary Color

#493562 #4e6235

#493562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493562 Color CSS Codes

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

#493562 Text Font Color

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

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


#493562 Background Color

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

This div background color is #493562


#493562 Border Color

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

This div border color is #493562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493562


Comments

No comments written yet.

Please login to write comment.