Color Hex Logo

#477eaf Color Hex

#477EAF
(71,126,175)
0 Favorites   0 Comments

Color spaces of #477eaf

RGB 71126175
HSL0.580.420.48
HSV208°59°69°
CMYK 0.590.280.00   0.31
XYZ17.797319.356443.3556
Yxy19.35640.22110.2404
Hunter Lab43.9959-4.7857-27.6300
CIE-Lab51.1016-3.1810-31.4457

#477eaf color RGB value is (71,126,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111110 10101111
Octal 107 176 257
Decimal 71 126 175
Hex 47 7E AF

RGB Percentages of Color #477eaf

%19.09
%33.87
%47.04

CMYK Percentages of Color #477eaf

%59
%28
%0
%31

Triadic Colors of #477eaf

#477eaf #af477e #7eaf47

Analogous Colors of #477eaf

#477eaf #474aaf #47afac

Monochromatic Colors of #477eaf

#477eaf

Complementary Color

#477eaf #af7847

#477eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#477eaf Color CSS Codes

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

#477eaf Text Font Color

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

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


#477eaf Background Color

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

This div background color is #477eaf


#477eaf Border Color

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

This div border color is #477eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477eaf


Comments

No comments written yet.

Please login to write comment.