Color Hex Logo

#493abd Color Hex

#493ABD
(73,58,189)
0 Favorites   0 Comments

Color spaces of #493abd

RGB 7358189
HSL0.690.530.48
HSV247°69°74°
CMYK 0.610.690.00   0.26
XYZ13.44608.116749.0021
Yxy8.11670.19050.1150
Hunter Lab28.489834.3873-82.0351
CIE-Lab34.224844.0423-66.6724

#493abd color RGB value is (73,58,189).

#493abd hex color red value is 73, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #493abd hue: 0.69 , saturation: 0.53 and the lightness value of 493abd is 0.48.

The process color (four color CMYK) of #493abd color hex is 0.61, 0.69, 0.00, 0.26. Web safe color of #493abd is #3333cc. Color #493abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111010 10111101
Octal 111 72 275
Decimal 73 58 189
Hex 49 3A BD

RGB Percentages of Color #493abd

%22.81
%18.13
%59.06

CMYK Percentages of Color #493abd

%61
%69
%0
%26

Triadic Colors of #493abd

#493abd #bd493a #3abd49

Analogous Colors of #493abd

#493abd #8b3abd #3a6dbd

Monochromatic Colors of #493abd

#493abd

Complementary Color

#493abd #aebd3a

#493abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#493abd Color CSS Codes

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

#493abd Text Font Color

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

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


#493abd Background Color

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

This div background color is #493abd


#493abd Border Color

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

This div border color is #493abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493abd


Comments

No comments written yet.

Please login to write comment.