Color Hex Logo

#47768d Color Hex

#47768D
(71,118,141)
0 Favorites   0 Comments

Color spaces of #47768d

RGB 71118141
HSL0.550.330.42
HSV200°50°55°
CMYK 0.500.160.00   0.45
XYZ13.884716.219527.5982
Yxy16.21950.24060.2811
Hunter Lab40.2734-8.9387-12.4383
CIE-Lab47.2612-9.3460-17.5008

#47768d color RGB value is (71,118,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110110 10001101
Octal 107 166 215
Decimal 71 118 141
Hex 47 76 8D

RGB Percentages of Color #47768d

%21.52
%35.76
%42.73

CMYK Percentages of Color #47768d

%50
%16
%0
%45

Triadic Colors of #47768d

#47768d #8d4776 #768d47

Analogous Colors of #47768d

#47768d #47538d #478d81

Monochromatic Colors of #47768d

#47768d

Complementary Color

#47768d #8d5e47

#47768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47768d Color CSS Codes

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

#47768d Text Font Color

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

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


#47768d Background Color

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

This div background color is #47768d


#47768d Border Color

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

This div border color is #47768d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47768d


Comments

No comments written yet.

Please login to write comment.