Color Hex Logo

#47708d Color Hex

#47708D
(71,112,141)
0 Favorites   0 Comments

Color spaces of #47708d

RGB 71112141
HSL0.570.330.42
HSV205°50°55°
CMYK 0.500.210.00   0.45
XYZ13.200414.851027.3701
Yxy14.85100.23820.2680
Hunter Lab38.5370-6.2966-15.1336
CIE-Lab45.4294-5.8498-20.3093

#47708d color RGB value is (71,112,141).

#47708d hex color red value is 71, green value is 112 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #47708d hue: 0.57 , saturation: 0.33 and the lightness value of 47708d is 0.42.

The process color (four color CMYK) of #47708d color hex is 0.50, 0.21, 0.00, 0.45. Web safe color of #47708d is #336699. Color #47708d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 10001101
Octal 107 160 215
Decimal 71 112 141
Hex 47 70 8D

RGB Percentages of Color #47708d

%21.91
%34.57
%43.52

CMYK Percentages of Color #47708d

%50
%21
%0
%45

Triadic Colors of #47708d

#47708d #8d4770 #708d47

Analogous Colors of #47708d

#47708d #474d8d #478d87

Monochromatic Colors of #47708d

#47708d

Complementary Color

#47708d #8d6447

#47708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47708d Color CSS Codes

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

#47708d Text Font Color

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

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


#47708d Background Color

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

This div background color is #47708d


#47708d Border Color

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

This div border color is #47708d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47708d


Comments

No comments written yet.

Please login to write comment.