Color Hex Logo

#477caf Color Hex

#477CAF
(71,124,175)
0 Favorites   0 Comments

Color spaces of #477caf

RGB 71124175
HSL0.580.420.48
HSV209°59°69°
CMYK 0.590.290.00   0.31
XYZ17.544018.850043.2712
Yxy18.85000.22020.2366
Hunter Lab43.4166-3.8498-28.6998
CIE-Lab50.5112-2.0000-32.3680

#477caf color RGB value is (71,124,175).

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

The process color (four color CMYK) of #477caf color hex is 0.59, 0.29, 0.00, 0.31. Web safe color of #477caf is #336699. Color #477caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 10101111
Octal 107 174 257
Decimal 71 124 175
Hex 47 7C AF

RGB Percentages of Color #477caf

%19.19
%33.51
%47.30

CMYK Percentages of Color #477caf

%59
%29
%0
%31

Triadic Colors of #477caf

#477caf #af477c #7caf47

Analogous Colors of #477caf

#477caf #4748af #47afae

Monochromatic Colors of #477caf

#477caf

Complementary Color

#477caf #af7a47

#477caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#477caf Color CSS Codes

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

#477caf Text Font Color

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

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


#477caf Background Color

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

This div background color is #477caf


#477caf Border Color

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

This div border color is #477caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477caf


Comments

No comments written yet.

Please login to write comment.