Color Hex Logo

#47778e Color Hex

#47778E
(71,119,142)
0 Favorites   0 Comments

Color spaces of #47778e

RGB 71119142
HSL0.550.330.42
HSV199°50°56°
CMYK 0.500.160.00   0.44
XYZ14.077816.486228.0314
Yxy16.48620.24030.2814
Hunter Lab40.6032-9.1667-12.5100
CIE-Lab47.6060-9.6173-17.5651

#47778e color RGB value is (71,119,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110111 10001110
Octal 107 167 216
Decimal 71 119 142
Hex 47 77 8E

RGB Percentages of Color #47778e

%21.39
%35.84
%42.77

CMYK Percentages of Color #47778e

%50
%16
%0
%44

Triadic Colors of #47778e

#47778e #8e4777 #778e47

Analogous Colors of #47778e

#47778e #47548e #478e82

Monochromatic Colors of #47778e

#47778e

Complementary Color

#47778e #8e5e47

#47778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47778e Color CSS Codes

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

#47778e Text Font Color

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

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


#47778e Background Color

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

This div background color is #47778e


#47778e Border Color

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

This div border color is #47778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47778e


Comments

No comments written yet.

Please login to write comment.