Color Hex Logo

#493dbc Color Hex

#493DBC
(73,61,188)
0 Favorites   0 Comments

Color spaces of #493dbc

RGB 7361188
HSL0.680.510.49
HSV246°68°74°
CMYK 0.610.680.00   0.26
XYZ13.49358.384848.4842
Yxy8.38480.19180.1192
Hunter Lab28.956532.5056-79.0044
CIE-Lab34.771841.9909-65.1875

#493dbc color RGB value is (73,61,188).

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

The process color (four color CMYK) of #493dbc color hex is 0.61, 0.68, 0.00, 0.26. Web safe color of #493dbc is #3333cc. Color #493dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111101 10111100
Octal 111 75 274
Decimal 73 61 188
Hex 49 3D BC

RGB Percentages of Color #493dbc

%22.67
%18.94
%58.39

CMYK Percentages of Color #493dbc

%61
%68
%0
%26

Triadic Colors of #493dbc

#493dbc #bc493d #3dbc49

Analogous Colors of #493dbc

#493dbc #893dbc #3d71bc

Monochromatic Colors of #493dbc

#493dbc

Complementary Color

#493dbc #b0bc3d

#493dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#493dbc Color CSS Codes

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

#493dbc Text Font Color

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

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


#493dbc Background Color

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

This div background color is #493dbc


#493dbc Border Color

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

This div border color is #493dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493dbc


Comments

No comments written yet.

Please login to write comment.