Color Hex Logo

#4957ae Color Hex

#4957AE
(73,87,174)
0 Favorites   0 Comments

Color spaces of #4957ae

RGB 7387174
HSL0.640.410.48
HSV232°58°68°
CMYK 0.580.500.00   0.32
XYZ13.795811.288941.4962
Yxy11.28890.20720.1696
Hunter Lab33.599014.4943-49.7065
CIE-Lab40.062921.1180-48.3437

#4957ae color RGB value is (73,87,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010111 10101110
Octal 111 127 256
Decimal 73 87 174
Hex 49 57 AE

RGB Percentages of Color #4957ae

%21.86
%26.05
%52.10

CMYK Percentages of Color #4957ae

%58
%50
%0
%32

Triadic Colors of #4957ae

#4957ae #ae4957 #57ae49

Analogous Colors of #4957ae

#4957ae #6e49ae #498aae

Monochromatic Colors of #4957ae

#4957ae

Complementary Color

#4957ae #aea049

#4957ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4957ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4957ae Color CSS Codes

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

#4957ae Text Font Color

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

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


#4957ae Background Color

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

This div background color is #4957ae


#4957ae Border Color

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

This div border color is #4957ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4957ae


Comments

No comments written yet.

Please login to write comment.