Color Hex Logo

#477fb6 Color Hex

#477FB6
(71,127,182)
0 Favorites   0 Comments

Color spaces of #477fb6

RGB 71127182
HSL0.580.440.50
HSV210°61°71°
CMYK 0.610.300.00   0.29
XYZ18.631419.895747.1142
Yxy19.89570.21760.2323
Hunter Lab44.6046-3.4984-31.4026
CIE-Lab51.7191-1.4419-34.5157

#477fb6 color RGB value is (71,127,182).

#477fb6 hex color red value is 71, green value is 127 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #477fb6 hue: 0.58 , saturation: 0.44 and the lightness value of 477fb6 is 0.50.

The process color (four color CMYK) of #477fb6 color hex is 0.61, 0.30, 0.00, 0.29. Web safe color of #477fb6 is #3366cc. Color #477fb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 10110110
Octal 107 177 266
Decimal 71 127 182
Hex 47 7F B6

RGB Percentages of Color #477fb6

%18.68
%33.42
%47.89

CMYK Percentages of Color #477fb6

%61
%30
%0
%29

Triadic Colors of #477fb6

#477fb6 #b6477f #7fb647

Analogous Colors of #477fb6

#477fb6 #4748b6 #47b6b6

Monochromatic Colors of #477fb6

#477fb6

Complementary Color

#477fb6 #b67e47

#477fb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477fb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477fb6 Color CSS Codes

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

#477fb6 Text Font Color

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

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


#477fb6 Background Color

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

This div background color is #477fb6


#477fb6 Border Color

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

This div border color is #477fb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477fb6


Comments

No comments written yet.

Please login to write comment.