Color Hex Logo

#47739b Color Hex

#47739B
(71,115,155)
0 Favorites   0 Comments

Color spaces of #47739b

RGB 71115155
HSL0.580.370.44
HSV209°54°61°
CMYK 0.540.260.00   0.39
XYZ14.645715.967633.3205
Yxy15.96760.22910.2498
Hunter Lab39.9595-4.5064-21.4678
CIE-Lab46.9320-3.2014-26.2730

#47739b color RGB value is (71,115,155).

#47739b hex color red value is 71, green value is 115 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #47739b hue: 0.58 , saturation: 0.37 and the lightness value of 47739b is 0.44.

The process color (four color CMYK) of #47739b color hex is 0.54, 0.26, 0.00, 0.39. Web safe color of #47739b is #336699. Color #47739b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110011 10011011
Octal 107 163 233
Decimal 71 115 155
Hex 47 73 9B

RGB Percentages of Color #47739b

%20.82
%33.72
%45.45

CMYK Percentages of Color #47739b

%54
%26
%0
%39

Triadic Colors of #47739b

#47739b #9b4773 #739b47

Analogous Colors of #47739b

#47739b #47499b #479b99

Monochromatic Colors of #47739b

#47739b

Complementary Color

#47739b #9b6f47

#47739b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47739b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47739b Color CSS Codes

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

#47739b Text Font Color

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

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


#47739b Background Color

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

This div background color is #47739b


#47739b Border Color

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

This div border color is #47739b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47739b


Comments

No comments written yet.

Please login to write comment.