Color Hex Logo

#477daf Color Hex

#477DAF
(71,125,175)
0 Favorites   0 Comments

Color spaces of #477daf

RGB 71125175
HSL0.580.420.48
HSV209°59°69°
CMYK 0.590.290.00   0.31
XYZ17.670019.102043.3132
Yxy19.10200.22060.2385
Hunter Lab43.7058-4.3188-28.1633
CIE-Lab50.8063-2.5920-31.9068

#477daf color RGB value is (71,125,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 10101111
Octal 107 175 257
Decimal 71 125 175
Hex 47 7D AF

RGB Percentages of Color #477daf

%19.14
%33.69
%47.17

CMYK Percentages of Color #477daf

%59
%29
%0
%31

Triadic Colors of #477daf

#477daf #af477d #7daf47

Analogous Colors of #477daf

#477daf #4749af #47afad

Monochromatic Colors of #477daf

#477daf

Complementary Color

#477daf #af7947

#477daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#477daf Color CSS Codes

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

#477daf Text Font Color

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

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


#477daf Background Color

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

This div background color is #477daf


#477daf Border Color

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

This div border color is #477daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477daf


Comments

No comments written yet.

Please login to write comment.