Color Hex Logo

#4965aa Color Hex

#4965AA
(73,101,170)
0 Favorites   0 Comments

Color spaces of #4965aa

RGB 73101170
HSL0.620.400.48
HSV223°57°67°
CMYK 0.570.410.00   0.33
XYZ14.657013.626139.8878
Yxy13.62610.21500.1999
Hunter Lab36.91356.2770-38.2277
CIE-Lab43.691910.8334-40.1886

#4965aa color RGB value is (73,101,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100101 10101010
Octal 111 145 252
Decimal 73 101 170
Hex 49 65 AA

RGB Percentages of Color #4965aa

%21.22
%29.36
%49.42

CMYK Percentages of Color #4965aa

%57
%41
%0
%33

Triadic Colors of #4965aa

#4965aa #aa4965 #65aa49

Analogous Colors of #4965aa

#4965aa #5d49aa #4996aa

Monochromatic Colors of #4965aa

#4965aa

Complementary Color

#4965aa #aa8e49

#4965aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4965aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4965aa Color CSS Codes

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

#4965aa Text Font Color

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

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


#4965aa Background Color

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

This div background color is #4965aa


#4965aa Border Color

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

This div border color is #4965aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4965aa


Comments

No comments written yet.

Please login to write comment.