Color Hex Logo

#477196 Color Hex

#477196
(71,113,150)
0 Favorites   0 Comments

Color spaces of #477196

RGB 71113150
HSL0.580.360.43
HSV208°53°59°
CMYK 0.530.250.00   0.41
XYZ14.008715.351931.0790
Yxy15.35190.23180.2540
Hunter Lab39.1815-4.7479-19.6021
CIE-Lab46.1125-3.6131-24.5933

#477196 color RGB value is (71,113,150).

#477196 hex color red value is 71, green value is 113 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #477196 hue: 0.58 , saturation: 0.36 and the lightness value of 477196 is 0.43.

The process color (four color CMYK) of #477196 color hex is 0.53, 0.25, 0.00, 0.41. Web safe color of #477196 is #336699. Color #477196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110001 10010110
Octal 107 161 226
Decimal 71 113 150
Hex 47 71 96

RGB Percentages of Color #477196

%21.26
%33.83
%44.91

CMYK Percentages of Color #477196

%53
%25
%0
%41

Triadic Colors of #477196

#477196 #964771 #719647

Analogous Colors of #477196

#477196 #474a96 #479694

Monochromatic Colors of #477196

#477196

Complementary Color

#477196 #966c47

#477196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477196 Color CSS Codes

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

#477196 Text Font Color

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

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


#477196 Background Color

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

This div background color is #477196


#477196 Border Color

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

This div border color is #477196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,113,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #477196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #477196;
  -webkit-box-shadow: 1px 1px 3px 2px #477196;
  box-shadow:         1px 1px 3px 2px #477196; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477196


Comments

No comments written yet.

Please login to write comment.