Color Hex Logo

#4960aa Color Hex

#4960AA
(73,96,170)
0 Favorites   0 Comments

Color spaces of #4960aa

RGB 7396170
HSL0.630.400.48
HSV226°57°67°
CMYK 0.570.440.00   0.33
XYZ14.186212.684539.7309
Yxy12.68450.21300.1905
Hunter Lab35.61538.7729-41.2107
CIE-Lab42.284013.9998-42.4281

#4960aa color RGB value is (73,96,170).

#4960aa hex color red value is 73, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4960aa hue: 0.63 , saturation: 0.40 and the lightness value of 4960aa is 0.48.

The process color (four color CMYK) of #4960aa color hex is 0.57, 0.44, 0.00, 0.33. Web safe color of #4960aa is #336699. Color #4960aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100000 10101010
Octal 111 140 252
Decimal 73 96 170
Hex 49 60 AA

RGB Percentages of Color #4960aa

%21.53
%28.32
%50.15

CMYK Percentages of Color #4960aa

%57
%44
%0
%33

Triadic Colors of #4960aa

#4960aa #aa4960 #60aa49

Analogous Colors of #4960aa

#4960aa #6249aa #4991aa

Monochromatic Colors of #4960aa

#4960aa

Complementary Color

#4960aa #aa9349

#4960aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4960aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4960aa Color CSS Codes

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

#4960aa Text Font Color

<p style="color:#4960aa">Text here</p>

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


#4960aa Background Color

<div style="background-color:#4960aa">
Div content here</div>

This div background color is #4960aa


#4960aa Border Color

<div style="border:3px solid #4960aa">
Div here</div>

This div border color is #4960aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,96,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4960aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4960aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4960aa;
  box-shadow:         1px 1px 3px 2px #4960aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4960aa


Comments

No comments written yet.

Please login to write comment.