Color Hex Logo

#477cb6 Color Hex

#477CB6
(71,124,182)
0 Favorites   0 Comments

Color spaces of #477cb6

RGB 71124182
HSL0.590.440.50
HSV211°61°71°
CMYK 0.610.320.00   0.29
XYZ18.249719.132346.9870
Yxy19.13230.21630.2268
Hunter Lab43.7405-2.0709-33.0723
CIE-Lab50.84160.3430-35.8923

#477cb6 color RGB value is (71,124,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 10110110
Octal 107 174 266
Decimal 71 124 182
Hex 47 7C B6

RGB Percentages of Color #477cb6

%18.83
%32.89
%48.28

CMYK Percentages of Color #477cb6

%61
%32
%0
%29

Triadic Colors of #477cb6

#477cb6 #b6477c #7cb647

Analogous Colors of #477cb6

#477cb6 #4a47b6 #47b4b6

Monochromatic Colors of #477cb6

#477cb6

Complementary Color

#477cb6 #b68147

#477cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477cb6 Color CSS Codes

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

#477cb6 Text Font Color

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

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


#477cb6 Background Color

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

This div background color is #477cb6


#477cb6 Border Color

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

This div border color is #477cb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477cb6


Comments

No comments written yet.

Please login to write comment.