Color Hex Logo

#476eaa Color Hex

#476EAA
(71,110,170)
0 Favorites   0 Comments

Color spaces of #476eaa

RGB 71110170
HSL0.600.410.47
HSV216°58°67°
CMYK 0.580.350.00   0.33
XYZ15.430215.393740.1882
Yxy15.39370.21730.2168
Hunter Lab39.23481.5393-33.2664
CIE-Lab46.16884.7914-36.2764

#476eaa color RGB value is (71,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101110 10101010
Octal 107 156 252
Decimal 71 110 170
Hex 47 6E AA

RGB Percentages of Color #476eaa

%20.23
%31.34
%48.43

CMYK Percentages of Color #476eaa

%58
%35
%0
%33

Triadic Colors of #476eaa

#476eaa #aa476e #6eaa47

Analogous Colors of #476eaa

#476eaa #5247aa #47a0aa

Monochromatic Colors of #476eaa

#476eaa

Complementary Color

#476eaa #aa8347

#476eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#476eaa Color CSS Codes

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

#476eaa Text Font Color

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

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


#476eaa Background Color

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

This div background color is #476eaa


#476eaa Border Color

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

This div border color is #476eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476eaa


Comments

No comments written yet.

Please login to write comment.