Color Hex Logo

#47597f Color Hex

#47597F
(71,89,127)
0 Favorites   0 Comments

Color spaces of #47597f

RGB 7189127
HSL0.610.280.39
HSV221°44°50°
CMYK 0.440.300.00   0.50
XYZ10.001710.016721.4849
Yxy10.01670.24100.2413
Hunter Lab31.64921.0231-18.0943
CIE-Lab37.87243.8475-23.5527

#47597f color RGB value is (71,89,127).

#47597f hex color red value is 71, green value is 89 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #47597f hue: 0.61 , saturation: 0.28 and the lightness value of 47597f is 0.39.

The process color (four color CMYK) of #47597f color hex is 0.44, 0.30, 0.00, 0.50. Web safe color of #47597f is #336666. Color #47597f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011001 01111111
Octal 107 131 177
Decimal 71 89 127
Hex 47 59 7F

RGB Percentages of Color #47597f

%24.74
%31.01
%44.25

CMYK Percentages of Color #47597f

%44
%30
%0
%50

Triadic Colors of #47597f

#47597f #7f4759 #597f47

Analogous Colors of #47597f

#47597f #51477f #47757f

Monochromatic Colors of #47597f

#47597f

Complementary Color

#47597f #7f6d47

#47597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47597f Color CSS Codes

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

#47597f Text Font Color

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

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


#47597f Background Color

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

This div background color is #47597f


#47597f Border Color

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

This div border color is #47597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47597f


Comments

No comments written yet.

Please login to write comment.