Color Hex Logo

#493bbf Color Hex

#493BBF
(73,59,191)
0 Favorites   0 Comments

Color spaces of #493bbf

RGB 7359191
HSL0.680.530.49
HSV246°69°75°
CMYK 0.620.690.00   0.25
XYZ13.71568.306050.1705
Yxy8.30600.19000.1151
Hunter Lab28.820134.5135-83.0388
CIE-Lab34.612244.1020-67.2130

#493bbf color RGB value is (73,59,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111011 10111111
Octal 111 73 277
Decimal 73 59 191
Hex 49 3B BF

RGB Percentages of Color #493bbf

%22.60
%18.27
%59.13

CMYK Percentages of Color #493bbf

%62
%69
%0
%25

Triadic Colors of #493bbf

#493bbf #bf493b #3bbf49

Analogous Colors of #493bbf

#493bbf #8b3bbf #3b6fbf

Monochromatic Colors of #493bbf

#493bbf

Complementary Color

#493bbf #b1bf3b

#493bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#493bbf Color CSS Codes

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

#493bbf Text Font Color

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

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


#493bbf Background Color

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

This div background color is #493bbf


#493bbf Border Color

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

This div border color is #493bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493bbf


Comments

No comments written yet.

Please login to write comment.