Color Hex Logo

#4729aa Color Hex

#4729AA
(71,41,170)
0 Favorites   0 Comments

Color spaces of #4729aa

RGB 7141170
HSL0.710.610.41
HSV254°76°67°
CMYK 0.580.760.00   0.33
XYZ10.64725.827738.5939
Yxy5.82770.19330.1058
Hunter Lab24.140636.4811-77.8892
CIE-Lab28.973547.1774-64.0006

#4729aa color RGB value is (71,41,170).

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

The process color (four color CMYK) of #4729aa color hex is 0.58, 0.76, 0.00, 0.33. Web safe color of #4729aa is #333399. Color #4729aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101001 10101010
Octal 107 51 252
Decimal 71 41 170
Hex 47 29 AA

RGB Percentages of Color #4729aa

%25.18
%14.54
%60.28

CMYK Percentages of Color #4729aa

%58
%76
%0
%33

Triadic Colors of #4729aa

#4729aa #aa4729 #29aa47

Analogous Colors of #4729aa

#4729aa #8829aa #294caa

Monochromatic Colors of #4729aa

#4729aa

Complementary Color

#4729aa #8caa29

#4729aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4729aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4729aa Color CSS Codes

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

#4729aa Text Font Color

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

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


#4729aa Background Color

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

This div background color is #4729aa


#4729aa Border Color

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

This div border color is #4729aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4729aa


Comments

No comments written yet.

Please login to write comment.