Color Hex Logo

#493bad Color Hex

#493BAD
(73,59,173)
0 Favorites   0 Comments

Color spaces of #493bad

RGB 7359173
HSL0.690.490.45
HSV247°66°68°
CMYK 0.580.660.00   0.32
XYZ11.85447.561540.3699
Yxy7.56150.19830.1265
Hunter Lab27.498228.8291-67.7945
CIE-Lab33.052438.3812-59.1067

#493bad color RGB value is (73,59,173).

#493bad hex color red value is 73, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #493bad hue: 0.69 , saturation: 0.49 and the lightness value of 493bad is 0.45.

The process color (four color CMYK) of #493bad color hex is 0.58, 0.66, 0.00, 0.32. Web safe color of #493bad is #333399. Color #493bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111011 10101101
Octal 111 73 255
Decimal 73 59 173
Hex 49 3B AD

RGB Percentages of Color #493bad

%23.93
%19.34
%56.72

CMYK Percentages of Color #493bad

%58
%66
%0
%32

Triadic Colors of #493bad

#493bad #ad493b #3bad49

Analogous Colors of #493bad

#493bad #823bad #3b66ad

Monochromatic Colors of #493bad

#493bad

Complementary Color

#493bad #9fad3b

#493bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#493bad Color CSS Codes

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

#493bad Text Font Color

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

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


#493bad Background Color

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

This div background color is #493bad


#493bad Border Color

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

This div border color is #493bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493bad


Comments

No comments written yet.

Please login to write comment.