Color Hex Logo

#4754aa Color Hex

#4754AA
(71,84,170)
0 Favorites   0 Comments

Color spaces of #4754aa

RGB 7184170
HSL0.640.410.47
HSV232°58°67°
CMYK 0.580.510.00   0.33
XYZ13.024610.582539.3864
Yxy10.58250.20680.1680
Hunter Lab32.530814.5387-49.0135
CIE-Lab38.868221.2768-47.9031

#4754aa color RGB value is (71,84,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010100 10101010
Octal 107 124 252
Decimal 71 84 170
Hex 47 54 AA

RGB Percentages of Color #4754aa

%21.85
%25.85
%52.31

CMYK Percentages of Color #4754aa

%58
%51
%0
%33

Triadic Colors of #4754aa

#4754aa #aa4754 #54aa47

Analogous Colors of #4754aa

#4754aa #6c47aa #4786aa

Monochromatic Colors of #4754aa

#4754aa

Complementary Color

#4754aa #aa9d47

#4754aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4754aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4754aa Color CSS Codes

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

#4754aa Text Font Color

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

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


#4754aa Background Color

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

This div background color is #4754aa


#4754aa Border Color

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

This div border color is #4754aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4754aa


Comments

No comments written yet.

Please login to write comment.