Color Hex Logo

#4756ae Color Hex

#4756AE
(71,86,174)
0 Favorites   0 Comments

Color spaces of #4756ae

RGB 7186174
HSL0.640.420.48
HSV231°59°68°
CMYK 0.590.510.00   0.32
XYZ13.566311.051241.4625
Yxy11.05120.20530.1672
Hunter Lab33.243314.6683-50.6786
CIE-Lab39.666621.3608-48.9877

#4756ae color RGB value is (71,86,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 10101110
Octal 107 126 256
Decimal 71 86 174
Hex 47 56 AE

RGB Percentages of Color #4756ae

%21.45
%25.98
%52.57

CMYK Percentages of Color #4756ae

%59
%51
%0
%32

Triadic Colors of #4756ae

#4756ae #ae4756 #56ae47

Analogous Colors of #4756ae

#4756ae #6c47ae #478aae

Monochromatic Colors of #4756ae

#4756ae

Complementary Color

#4756ae #ae9f47

#4756ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4756ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4756ae Color CSS Codes

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

#4756ae Text Font Color

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

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


#4756ae Background Color

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

This div background color is #4756ae


#4756ae Border Color

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

This div border color is #4756ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4756ae


Comments

No comments written yet.

Please login to write comment.