Color Hex Logo

#4757aa Color Hex

#4757AA
(71,87,170)
0 Favorites   0 Comments

Color spaces of #4757aa

RGB 7187170
HSL0.640.410.47
HSV230°58°67°
CMYK 0.580.490.00   0.33
XYZ13.262411.058339.4657
Yxy11.05830.20790.1734
Hunter Lab33.254012.9950-47.0872
CIE-Lab39.678519.3436-46.6016

#4757aa color RGB value is (71,87,170).

#4757aa hex color red value is 71, green value is 87 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4757aa hue: 0.64 , saturation: 0.41 and the lightness value of 4757aa is 0.47.

The process color (four color CMYK) of #4757aa color hex is 0.58, 0.49, 0.00, 0.33. Web safe color of #4757aa is #336699. Color #4757aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010111 10101010
Octal 107 127 252
Decimal 71 87 170
Hex 47 57 AA

RGB Percentages of Color #4757aa

%21.65
%26.52
%51.83

CMYK Percentages of Color #4757aa

%58
%49
%0
%33

Triadic Colors of #4757aa

#4757aa #aa4757 #57aa47

Analogous Colors of #4757aa

#4757aa #6947aa #4789aa

Monochromatic Colors of #4757aa

#4757aa

Complementary Color

#4757aa #aa9a47

#4757aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4757aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4757aa Color CSS Codes

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

#4757aa Text Font Color

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

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


#4757aa Background Color

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

This div background color is #4757aa


#4757aa Border Color

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

This div border color is #4757aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4757aa


Comments

No comments written yet.

Please login to write comment.