Color Hex Logo

#477cac Color Hex

#477CAC
(71,124,172)
0 Favorites   0 Comments

Color spaces of #477cac

RGB 71124172
HSL0.580.420.48
HSV209°59°67°
CMYK 0.590.280.00   0.33
XYZ17.252618.733541.7363
Yxy18.73350.22200.2410
Hunter Lab43.2822-4.5925-26.8748
CIE-Lab50.3739-2.9932-30.8451

#477cac color RGB value is (71,124,172).

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

The process color (four color CMYK) of #477cac color hex is 0.59, 0.28, 0.00, 0.33. Web safe color of #477cac is #336699. Color #477cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 10101100
Octal 107 174 254
Decimal 71 124 172
Hex 47 7C AC

RGB Percentages of Color #477cac

%19.35
%33.79
%46.87

CMYK Percentages of Color #477cac

%59
%28
%0
%33

Triadic Colors of #477cac

#477cac #ac477c #7cac47

Analogous Colors of #477cac

#477cac #474aac #47acaa

Monochromatic Colors of #477cac

#477cac

Complementary Color

#477cac #ac7747

#477cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#477cac Color CSS Codes

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

#477cac Text Font Color

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

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


#477cac Background Color

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

This div background color is #477cac


#477cac Border Color

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

This div border color is #477cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,124,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #477cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477cac


Comments

No comments written yet.

Please login to write comment.