Color Hex Logo

#494cdf Color Hex

#494CDF
(73,76,223)
0 Favorites   0 Comments

Color spaces of #494cdf

RGB 7376223
HSL0.660.700.58
HSV239°67°87°
CMYK 0.670.660.00   0.13
XYZ18.651411.913171.1285
Yxy11.91310.18340.1171
Hunter Lab34.515436.0559-98.0228
CIE-Lab41.077744.5301-75.1269

#494cdf color RGB value is (73,76,223).

#494cdf hex color red value is 73, green value is 76 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #494cdf hue: 0.66 , saturation: 0.70 and the lightness value of 494cdf is 0.58.

The process color (four color CMYK) of #494cdf color hex is 0.67, 0.66, 0.00, 0.13. Web safe color of #494cdf is #3333cc. Color #494cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001100 11011111
Octal 111 114 337
Decimal 73 76 223
Hex 49 4C DF

RGB Percentages of Color #494cdf

%19.62
%20.43
%59.95

CMYK Percentages of Color #494cdf

%67
%66
%0
%13

Triadic Colors of #494cdf

#494cdf #df494c #4cdf49

Analogous Colors of #494cdf

#494cdf #9149df #4997df

Monochromatic Colors of #494cdf

#494cdf

Complementary Color

#494cdf #dfdc49

#494cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#494cdf Color CSS Codes

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

#494cdf Text Font Color

<p style="color:#494cdf">Text here</p>

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


#494cdf Background Color

<div style="background-color:#494cdf">
Div content here</div>

This div background color is #494cdf


#494cdf Border Color

<div style="border:3px solid #494cdf">
Div here</div>

This div border color is #494cdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,76,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494cdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494cdf;
  -webkit-box-shadow: 1px 1px 3px 2px #494cdf;
  box-shadow:         1px 1px 3px 2px #494cdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494cdf


Comments

No comments written yet.

Please login to write comment.