Color Hex Logo

#474aaa Color Hex

#474AAA
(71,74,170)
0 Favorites   0 Comments

Color spaces of #474aaa

RGB 7174170
HSL0.660.410.47
HSV238°58°67°
CMYK 0.580.560.00   0.33
XYZ12.30309.139439.1459
Yxy9.13940.20310.1508
Hunter Lab30.231419.7374-55.6111
CIE-Lab36.251327.7052-52.1243

#474aaa color RGB value is (71,74,170).

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

The process color (four color CMYK) of #474aaa color hex is 0.58, 0.56, 0.00, 0.33. Web safe color of #474aaa is #333399. Color #474aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 10101010
Octal 107 112 252
Decimal 71 74 170
Hex 47 4A AA

RGB Percentages of Color #474aaa

%22.54
%23.49
%53.97

CMYK Percentages of Color #474aaa

%58
%56
%0
%33

Triadic Colors of #474aaa

#474aaa #aa474a #4aaa47

Analogous Colors of #474aaa

#474aaa #7647aa #477caa

Monochromatic Colors of #474aaa

#474aaa

Complementary Color

#474aaa #aaa747

#474aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#474aaa Color CSS Codes

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

#474aaa Text Font Color

<p style="color:#474aaa">Text here</p>

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


#474aaa Background Color

<div style="background-color:#474aaa">
Div content here</div>

This div background color is #474aaa


#474aaa Border Color

<div style="border:3px solid #474aaa">
Div here</div>

This div border color is #474aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474aaa


Comments

No comments written yet.

Please login to write comment.