Color Hex Logo

#475eaa Color Hex

#475EAA
(71,94,170)
0 Favorites   0 Comments

Color spaces of #475eaa

RGB 7194170
HSL0.630.410.47
HSV226°58°67°
CMYK 0.580.450.00   0.33
XYZ13.856912.247339.6638
Yxy12.24730.21070.1862
Hunter Lab34.99619.4347-42.7006
CIE-Lab41.606514.8517-43.5157

#475eaa color RGB value is (71,94,170).

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

The process color (four color CMYK) of #475eaa color hex is 0.58, 0.45, 0.00, 0.33. Web safe color of #475eaa is #336699. Color #475eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011110 10101010
Octal 107 136 252
Decimal 71 94 170
Hex 47 5E AA

RGB Percentages of Color #475eaa

%21.19
%28.06
%50.75

CMYK Percentages of Color #475eaa

%58
%45
%0
%33

Triadic Colors of #475eaa

#475eaa #aa475e #5eaa47

Analogous Colors of #475eaa

#475eaa #6247aa #4790aa

Monochromatic Colors of #475eaa

#475eaa

Complementary Color

#475eaa #aa9347

#475eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#475eaa Color CSS Codes

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

#475eaa Text Font Color

<p style="color:#475eaa">Text here</p>

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


#475eaa Background Color

<div style="background-color:#475eaa">
Div content here</div>

This div background color is #475eaa


#475eaa Border Color

<div style="border:3px solid #475eaa">
Div here</div>

This div border color is #475eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475eaa


Comments

No comments written yet.

Please login to write comment.