Color Hex Logo

#477097 Color Hex

#477097
(71,112,151)
0 Favorites   0 Comments

Color spaces of #477097

RGB 71112151
HSL0.580.360.44
HSV209°53°59°
CMYK 0.530.260.00   0.41
XYZ13.978615.162331.4680
Yxy15.16230.23060.2502
Hunter Lab38.9388-4.0634-20.6575
CIE-Lab45.8557-2.6956-25.5832

#477097 color RGB value is (71,112,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 10010111
Octal 107 160 227
Decimal 71 112 151
Hex 47 70 97

RGB Percentages of Color #477097

%21.26
%33.53
%45.21

CMYK Percentages of Color #477097

%53
%26
%0
%41

Triadic Colors of #477097

#477097 #974770 #709747

Analogous Colors of #477097

#477097 #474897 #479796

Monochromatic Colors of #477097

#477097

Complementary Color

#477097 #976e47

#477097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477097 Color CSS Codes

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

#477097 Text Font Color

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

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


#477097 Background Color

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

This div background color is #477097


#477097 Border Color

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

This div border color is #477097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477097


Comments

No comments written yet.

Please login to write comment.