Color Hex Logo

#47748e Color Hex

#47748E
(71,116,142)
0 Favorites   0 Comments

Color spaces of #47748e

RGB 71116142
HSL0.560.330.42
HSV202°50°56°
CMYK 0.500.180.00   0.44
XYZ13.726415.783427.9142
Yxy15.78340.23900.2749
Hunter Lab39.7283-7.8516-13.8489
CIE-Lab46.6890-7.8845-18.9685

#47748e color RGB value is (71,116,142).

#47748e hex color red value is 71, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #47748e hue: 0.56 , saturation: 0.33 and the lightness value of 47748e is 0.42.

The process color (four color CMYK) of #47748e color hex is 0.50, 0.18, 0.00, 0.44. Web safe color of #47748e is #336699. Color #47748e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110100 10001110
Octal 107 164 216
Decimal 71 116 142
Hex 47 74 8E

RGB Percentages of Color #47748e

%21.58
%35.26
%43.16

CMYK Percentages of Color #47748e

%50
%18
%0
%44

Triadic Colors of #47748e

#47748e #8e4774 #748e47

Analogous Colors of #47748e

#47748e #47518e #478e85

Monochromatic Colors of #47748e

#47748e

Complementary Color

#47748e #8e6147

#47748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47748e Color CSS Codes

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

#47748e Text Font Color

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

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


#47748e Background Color

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

This div background color is #47748e


#47748e Border Color

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

This div border color is #47748e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,116,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47748e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47748e;
  -webkit-box-shadow: 1px 1px 3px 2px #47748e;
  box-shadow:         1px 1px 3px 2px #47748e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47748e


Comments

No comments written yet.

Please login to write comment.