Color Hex Logo

#4955aa Color Hex

#4955AA
(73,85,170)
0 Favorites   0 Comments

Color spaces of #4955aa

RGB 7385170
HSL0.650.400.48
HSV233°57°67°
CMYK 0.570.500.00   0.33
XYZ13.251910.815739.4194
Yxy10.81570.20870.1704
Hunter Lab32.887214.3739-48.0453
CIE-Lab39.268321.0431-47.2531

#4955aa color RGB value is (73,85,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010101 10101010
Octal 111 125 252
Decimal 73 85 170
Hex 49 55 AA

RGB Percentages of Color #4955aa

%22.26
%25.91
%51.83

CMYK Percentages of Color #4955aa

%57
%50
%0
%33

Triadic Colors of #4955aa

#4955aa #aa4955 #55aa49

Analogous Colors of #4955aa

#4955aa #6e49aa #4986aa

Monochromatic Colors of #4955aa

#4955aa

Complementary Color

#4955aa #aa9e49

#4955aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4955aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4955aa Color CSS Codes

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

#4955aa Text Font Color

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

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


#4955aa Background Color

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

This div background color is #4955aa


#4955aa Border Color

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

This div border color is #4955aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4955aa


Comments

No comments written yet.

Please login to write comment.