Color Hex Logo

#474756 Color Hex

#474756
(71,71,86)
0 Favorites   0 Comments

Color spaces of #474756

RGB 717186
HSL0.670.100.31
HSV240°17°34°
CMYK 0.170.170.00   0.66
XYZ6.53156.51809.7179
Yxy6.51800.28690.2863
Hunter Lab25.53040.9880-4.6969
CIE-Lab30.68343.5775-8.8900

#474756 color RGB value is (71,71,86).

#474756 hex color red value is 71, green value is 71 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #474756 hue: 0.67 , saturation: 0.10 and the lightness value of 474756 is 0.31.

The process color (four color CMYK) of #474756 color hex is 0.17, 0.17, 0.00, 0.66. Web safe color of #474756 is #333366. Color #474756 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000111 01010110
Octal 107 107 126
Decimal 71 71 86
Hex 47 47 56

RGB Percentages of Color #474756

%31.14
%31.14
%37.72

CMYK Percentages of Color #474756

%17
%17
%0
%66

Triadic Colors of #474756

#474756 #564747 #475647

Analogous Colors of #474756

#474756 #4f4756 #474f56

Monochromatic Colors of #474756

#474756

Complementary Color

#474756 #565647

#474756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474756 Color CSS Codes

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

#474756 Text Font Color

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

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


#474756 Background Color

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

This div background color is #474756


#474756 Border Color

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

This div border color is #474756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474756


Comments

No comments written yet.

Please login to write comment.