Color Hex Logo

#493da5 Color Hex

#493DA5
(73,61,165)
0 Favorites   0 Comments

Color spaces of #493da5

RGB 7361165
HSL0.690.460.44
HSV247°63°65°
CMYK 0.560.630.00   0.35
XYZ11.20797.470636.4486
Yxy7.47060.20330.1355
Hunter Lab27.332425.3639-59.9324
CIE-Lab32.855134.6054-54.6355

#493da5 color RGB value is (73,61,165).

#493da5 hex color red value is 73, green value is 61 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #493da5 hue: 0.69 , saturation: 0.46 and the lightness value of 493da5 is 0.44.

The process color (four color CMYK) of #493da5 color hex is 0.56, 0.63, 0.00, 0.35. Web safe color of #493da5 is #333399. Color #493da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111101 10100101
Octal 111 75 245
Decimal 73 61 165
Hex 49 3D A5

RGB Percentages of Color #493da5

%24.41
%20.40
%55.18

CMYK Percentages of Color #493da5

%56
%63
%0
%35

Triadic Colors of #493da5

#493da5 #a5493d #3da549

Analogous Colors of #493da5

#493da5 #7d3da5 #3d65a5

Monochromatic Colors of #493da5

#493da5

Complementary Color

#493da5 #99a53d

#493da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493da5 Color CSS Codes

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

#493da5 Text Font Color

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

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


#493da5 Background Color

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

This div background color is #493da5


#493da5 Border Color

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

This div border color is #493da5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,61,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #493da5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #493da5;
  -webkit-box-shadow: 1px 1px 3px 2px #493da5;
  box-shadow:         1px 1px 3px 2px #493da5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493da5


Comments

No comments written yet.

Please login to write comment.