Color Hex Logo

#493bcc Color Hex

#493BCC
(73,59,204)
0 Favorites   0 Comments

Color spaces of #493bcc

RGB 7359204
HSL0.680.590.52
HSV246°71°80°
CMYK 0.640.710.00   0.20
XYZ15.21078.904058.0437
Yxy8.90400.18510.1084
Hunter Lab29.839638.7710-94.4427
CIE-Lab35.798848.1900-72.8584

#493bcc color RGB value is (73,59,204).

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

The process color (four color CMYK) of #493bcc color hex is 0.64, 0.71, 0.00, 0.20. Web safe color of #493bcc is #3333cc. Color #493bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111011 11001100
Octal 111 73 314
Decimal 73 59 204
Hex 49 3B CC

RGB Percentages of Color #493bcc

%21.73
%17.56
%60.71

CMYK Percentages of Color #493bcc

%64
%71
%0
%20

Triadic Colors of #493bcc

#493bcc #cc493b #3bcc49

Analogous Colors of #493bcc

#493bcc #923bcc #3b76cc

Monochromatic Colors of #493bcc

#493bcc

Complementary Color

#493bcc #becc3b

#493bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#493bcc Color CSS Codes

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

#493bcc Text Font Color

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

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


#493bcc Background Color

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

This div background color is #493bcc


#493bcc Border Color

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

This div border color is #493bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493bcc


Comments

No comments written yet.

Please login to write comment.