Color Hex Logo

#493fbe Color Hex

#493FBE
(73,63,190)
0 Favorites   0 Comments

Color spaces of #493fbe

RGB 7363190
HSL0.680.500.50
HSV245°67°75°
CMYK 0.620.670.00   0.25
XYZ13.81948.689249.6640
Yxy8.68920.19150.1204
Hunter Lab29.477432.0975-79.2584
CIE-Lab35.378941.4573-65.3696

#493fbe color RGB value is (73,63,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111111 10111110
Octal 111 77 276
Decimal 73 63 190
Hex 49 3F BE

RGB Percentages of Color #493fbe

%22.39
%19.33
%58.28

CMYK Percentages of Color #493fbe

%62
%67
%0
%25

Triadic Colors of #493fbe

#493fbe #be493f #3fbe49

Analogous Colors of #493fbe

#493fbe #893fbe #3f75be

Monochromatic Colors of #493fbe

#493fbe

Complementary Color

#493fbe #b4be3f

#493fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#493fbe Color CSS Codes

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

#493fbe Text Font Color

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

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


#493fbe Background Color

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

This div background color is #493fbe


#493fbe Border Color

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

This div border color is #493fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,63,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 #493fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493fbe


Comments

No comments written yet.

Please login to write comment.