Color Hex Logo

#494cac Color Hex

#494CAC
(73,76,172)
0 Favorites   0 Comments

Color spaces of #494cac

RGB 7376172
HSL0.660.400.48
HSV238°58°67°
CMYK 0.580.560.00   0.33
XYZ12.77859.563940.2022
Yxy9.56390.20430.1529
Hunter Lab30.925619.6368-55.4272
CIE-Lab37.048127.4883-52.0184

#494cac color RGB value is (73,76,172).

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

The process color (four color CMYK) of #494cac color hex is 0.58, 0.56, 0.00, 0.33. Web safe color of #494cac is #333399. Color #494cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001100 10101100
Octal 111 114 254
Decimal 73 76 172
Hex 49 4C AC

RGB Percentages of Color #494cac

%22.74
%23.68
%53.58

CMYK Percentages of Color #494cac

%58
%56
%0
%33

Triadic Colors of #494cac

#494cac #ac494c #4cac49

Analogous Colors of #494cac

#494cac #7849ac #497eac

Monochromatic Colors of #494cac

#494cac

Complementary Color

#494cac #aca949

#494cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#494cac Color CSS Codes

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

#494cac Text Font Color

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

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


#494cac Background Color

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

This div background color is #494cac


#494cac Border Color

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

This div border color is #494cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494cac


Comments

No comments written yet.

Please login to write comment.