Color Hex Logo

#4956ae Color Hex

#4956AE
(73,86,174)
0 Favorites   0 Comments

Color spaces of #4956ae

RGB 7386174
HSL0.650.410.48
HSV232°58°68°
CMYK 0.580.510.00   0.32
XYZ13.715411.128041.4694
Yxy11.12800.20680.1678
Hunter Lab33.358715.0126-50.3546
CIE-Lab39.795221.7601-48.7739

#4956ae color RGB value is (73,86,174).

#4956ae hex color red value is 73, green value is 86 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4956ae hue: 0.65 , saturation: 0.41 and the lightness value of 4956ae is 0.48.

The process color (four color CMYK) of #4956ae color hex is 0.58, 0.51, 0.00, 0.32. Web safe color of #4956ae is #336699. Color #4956ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 10101110
Octal 111 126 256
Decimal 73 86 174
Hex 49 56 AE

RGB Percentages of Color #4956ae

%21.92
%25.83
%52.25

CMYK Percentages of Color #4956ae

%58
%51
%0
%32

Triadic Colors of #4956ae

#4956ae #ae4956 #56ae49

Analogous Colors of #4956ae

#4956ae #6f49ae #4989ae

Monochromatic Colors of #4956ae

#4956ae

Complementary Color

#4956ae #aea149

#4956ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4956ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4956ae Color CSS Codes

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

#4956ae Text Font Color

<p style="color:#4956ae">Text here</p>

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


#4956ae Background Color

<div style="background-color:#4956ae">
Div content here</div>

This div background color is #4956ae


#4956ae Border Color

<div style="border:3px solid #4956ae">
Div here</div>

This div border color is #4956ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,86,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4956ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4956ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4956ae;
  box-shadow:         1px 1px 3px 2px #4956ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4956ae


Comments

No comments written yet.

Please login to write comment.