Color Hex Logo

#47879a Color Hex

#47879A
(71,135,154)
0 Favorites   0 Comments

Color spaces of #47879a

RGB 71135154
HSL0.540.370.44
HSV194°54°60°
CMYK 0.540.120.00   0.40
XYZ17.095221.000633.7244
Yxy21.00060.23800.2924
Hunter Lab45.8264-13.6081-11.5540
CIE-Lab52.9502-14.9611-16.4392

#47879a color RGB value is (71,135,154).

#47879a hex color red value is 71, green value is 135 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #47879a hue: 0.54 , saturation: 0.37 and the lightness value of 47879a is 0.44.

The process color (four color CMYK) of #47879a color hex is 0.54, 0.12, 0.00, 0.40. Web safe color of #47879a is #339999. Color #47879a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000111 10011010
Octal 107 207 232
Decimal 71 135 154
Hex 47 87 9A

RGB Percentages of Color #47879a

%19.72
%37.50
%42.78

CMYK Percentages of Color #47879a

%54
%12
%0
%40

Triadic Colors of #47879a

#47879a #9a4787 #879a47

Analogous Colors of #47879a

#47879a #475e9a #479a84

Monochromatic Colors of #47879a

#47879a

Complementary Color

#47879a #9a5a47

#47879a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47879a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47879a Color CSS Codes

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

#47879a Text Font Color

<p style="color:#47879a">Text here</p>

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


#47879a Background Color

<div style="background-color:#47879a">
Div content here</div>

This div background color is #47879a


#47879a Border Color

<div style="border:3px solid #47879a">
Div here</div>

This div border color is #47879a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,135,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47879a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47879a;
  -webkit-box-shadow: 1px 1px 3px 2px #47879a;
  box-shadow:         1px 1px 3px 2px #47879a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47879a


Comments

No comments written yet.

Please login to write comment.