Color Hex Logo

#477caa Color Hex

#477CAA
(71,124,170)
0 Favorites   0 Comments

Color spaces of #477caa

RGB 71124170
HSL0.580.410.47
HSV208°58°67°
CMYK 0.580.270.00   0.33
XYZ17.061918.657240.7321
Yxy18.65720.22320.2440
Hunter Lab43.1940-5.0808-25.6749
CIE-Lab50.2837-3.6512-29.8260

#477caa color RGB value is (71,124,170).

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

The process color (four color CMYK) of #477caa color hex is 0.58, 0.27, 0.00, 0.33. Web safe color of #477caa is #336699. Color #477caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 10101010
Octal 107 174 252
Decimal 71 124 170
Hex 47 7C AA

RGB Percentages of Color #477caa

%19.45
%33.97
%46.58

CMYK Percentages of Color #477caa

%58
%27
%0
%33

Triadic Colors of #477caa

#477caa #aa477c #7caa47

Analogous Colors of #477caa

#477caa #474baa #47aaa7

Monochromatic Colors of #477caa

#477caa

Complementary Color

#477caa #aa7547

#477caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#477caa Color CSS Codes

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

#477caa Text Font Color

<p style="color:#477caa">Text here</p>

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


#477caa Background Color

<div style="background-color:#477caa">
Div content here</div>

This div background color is #477caa


#477caa Border Color

<div style="border:3px solid #477caa">
Div here</div>

This div border color is #477caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477caa


Comments

No comments written yet.

Please login to write comment.