Color Hex Logo

#493ebe Color Hex

#493EBE
(73,62,190)
0 Favorites   0 Comments

Color spaces of #493ebe

RGB 7362190
HSL0.680.510.49
HSV245°67°75°
CMYK 0.620.670.00   0.25
XYZ13.76458.579449.6457
Yxy8.57940.19120.1192
Hunter Lab29.290632.6237-79.9893
CIE-Lab35.161542.0455-65.7254

#493ebe color RGB value is (73,62,190).

#493ebe hex color red value is 73, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #493ebe hue: 0.68 , saturation: 0.51 and the lightness value of 493ebe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111110 10111110
Octal 111 76 276
Decimal 73 62 190
Hex 49 3E BE

RGB Percentages of Color #493ebe

%22.46
%19.08
%58.46

CMYK Percentages of Color #493ebe

%62
%67
%0
%25

Triadic Colors of #493ebe

#493ebe #be493e #3ebe49

Analogous Colors of #493ebe

#493ebe #893ebe #3e73be

Monochromatic Colors of #493ebe

#493ebe

Complementary Color

#493ebe #b3be3e

#493ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#493ebe Color CSS Codes

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

#493ebe Text Font Color

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

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


#493ebe Background Color

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

This div background color is #493ebe


#493ebe Border Color

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

This div border color is #493ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493ebe


Comments

No comments written yet.

Please login to write comment.