Color Hex Logo

#493abf Color Hex

#493ABF
(73,58,191)
0 Favorites   0 Comments

Color spaces of #493abf

RGB 7358191
HSL0.690.530.49
HSV247°70°75°
CMYK 0.620.700.00   0.25
XYZ13.66478.204250.1536
Yxy8.20420.18970.1139
Hunter Lab28.643035.0318-83.7662
CIE-Lab34.404644.6721-67.5536

#493abf color RGB value is (73,58,191).

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

The process color (four color CMYK) of #493abf color hex is 0.62, 0.70, 0.00, 0.25. Web safe color of #493abf is #3333cc. Color #493abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111010 10111111
Octal 111 72 277
Decimal 73 58 191
Hex 49 3A BF

RGB Percentages of Color #493abf

%22.67
%18.01
%59.32

CMYK Percentages of Color #493abf

%62
%70
%0
%25

Triadic Colors of #493abf

#493abf #bf493a #3abf49

Analogous Colors of #493abf

#493abf #8c3abf #3a6ebf

Monochromatic Colors of #493abf

#493abf

Complementary Color

#493abf #b0bf3a

#493abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#493abf Color CSS Codes

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

#493abf Text Font Color

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

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


#493abf Background Color

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

This div background color is #493abf


#493abf Border Color

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

This div border color is #493abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493abf


Comments

No comments written yet.

Please login to write comment.