Color Hex Logo

#47626b Color Hex

#47626B
(71,98,107)
0 Favorites   0 Comments

Color spaces of #47626b

RGB 7198107
HSL0.540.200.35
HSV195°34°42°
CMYK 0.340.080.00   0.58
XYZ9.620111.136515.5524
Yxy11.13650.26500.3067
Hunter Lab33.3714-6.9431-4.2715
CIE-Lab39.8094-7.5430-8.3233

#47626b color RGB value is (71,98,107).

#47626b hex color red value is 71, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #47626b hue: 0.54 , saturation: 0.20 and the lightness value of 47626b is 0.35.

The process color (four color CMYK) of #47626b color hex is 0.34, 0.08, 0.00, 0.58. Web safe color of #47626b is #336666. Color #47626b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100010 01101011
Octal 107 142 153
Decimal 71 98 107
Hex 47 62 6B

RGB Percentages of Color #47626b

%25.72
%35.51
%38.77

CMYK Percentages of Color #47626b

%34
%8
%0
%58

Triadic Colors of #47626b

#47626b #6b4762 #626b47

Analogous Colors of #47626b

#47626b #47506b #476b62

Monochromatic Colors of #47626b

#47626b

Complementary Color

#47626b #6b5047

#47626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47626b Color CSS Codes

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

#47626b Text Font Color

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

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


#47626b Background Color

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

This div background color is #47626b


#47626b Border Color

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

This div border color is #47626b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47626b


Comments

No comments written yet.

Please login to write comment.