Color Hex Logo

#4959ac Color Hex

#4959AC
(73,89,172)
0 Favorites   0 Comments

Color spaces of #4959ac

RGB 7389172
HSL0.640.400.48
HSV230°58°67°
CMYK 0.580.480.00   0.33
XYZ13.766411.539840.5316
Yxy11.53980.20910.1753
Hunter Lab33.970312.8888-46.9626
CIE-Lab40.475219.1540-46.5005

#4959ac color RGB value is (73,89,172).

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

The process color (four color CMYK) of #4959ac color hex is 0.58, 0.48, 0.00, 0.33. Web safe color of #4959ac is #336699. Color #4959ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011001 10101100
Octal 111 131 254
Decimal 73 89 172
Hex 49 59 AC

RGB Percentages of Color #4959ac

%21.86
%26.65
%51.50

CMYK Percentages of Color #4959ac

%58
%48
%0
%33

Triadic Colors of #4959ac

#4959ac #ac4959 #59ac49

Analogous Colors of #4959ac

#4959ac #6b49ac #498bac

Monochromatic Colors of #4959ac

#4959ac

Complementary Color

#4959ac #ac9c49

#4959ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4959ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4959ac Color CSS Codes

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

#4959ac Text Font Color

<p style="color:#4959ac">Text here</p>

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


#4959ac Background Color

<div style="background-color:#4959ac">
Div content here</div>

This div background color is #4959ac


#4959ac Border Color

<div style="border:3px solid #4959ac">
Div here</div>

This div border color is #4959ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4959ac


Comments

No comments written yet.

Please login to write comment.