Color Hex Logo

#47778b Color Hex

#47778B
(71,119,139)
0 Favorites   0 Comments

Color spaces of #47778b

RGB 71119139
HSL0.550.320.41
HSV198°49°55°
CMYK 0.490.140.00   0.45
XYZ13.855616.397326.8608
Yxy16.39730.24260.2871
Hunter Lab40.4936-9.7868-10.9836
CIE-Lab47.4915-10.5228-15.9662

#47778b color RGB value is (71,119,139).

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

The process color (four color CMYK) of #47778b color hex is 0.49, 0.14, 0.00, 0.45. Web safe color of #47778b is #336699. Color #47778b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110111 10001011
Octal 107 167 213
Decimal 71 119 139
Hex 47 77 8B

RGB Percentages of Color #47778b

%21.58
%36.17
%42.25

CMYK Percentages of Color #47778b

%49
%14
%0
%45

Triadic Colors of #47778b

#47778b #8b4777 #778b47

Analogous Colors of #47778b

#47778b #47558b #478b7d

Monochromatic Colors of #47778b

#47778b

Complementary Color

#47778b #8b5b47

#47778b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47778b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47778b Color CSS Codes

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

#47778b Text Font Color

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

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


#47778b Background Color

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

This div background color is #47778b


#47778b Border Color

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

This div border color is #47778b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47778b


Comments

No comments written yet.

Please login to write comment.