Color Hex Logo

#474959 Color Hex

#474959
(71,73,89)
0 Favorites   0 Comments

Color spaces of #474959

RGB 717389
HSL0.650.110.31
HSV233°20°35°
CMYK 0.200.180.00   0.65
XYZ6.78426.825910.4112
Yxy6.82590.28240.2842
Hunter Lab26.12640.6295-5.3382
CIE-Lab31.40723.0655-9.7190

#474959 color RGB value is (71,73,89).

#474959 hex color red value is 71, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #474959 hue: 0.65 , saturation: 0.11 and the lightness value of 474959 is 0.31.

The process color (four color CMYK) of #474959 color hex is 0.20, 0.18, 0.00, 0.65. Web safe color of #474959 is #333366. Color #474959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 01011001
Octal 107 111 131
Decimal 71 73 89
Hex 47 49 59

RGB Percentages of Color #474959

%30.47
%31.33
%38.20

CMYK Percentages of Color #474959

%20
%18
%0
%65

Triadic Colors of #474959

#474959 #594749 #495947

Analogous Colors of #474959

#474959 #4e4759 #475259

Monochromatic Colors of #474959

#474959

Complementary Color

#474959 #595747

#474959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474959 Color CSS Codes

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

#474959 Text Font Color

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

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


#474959 Background Color

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

This div background color is #474959


#474959 Border Color

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

This div border color is #474959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474959


Comments

No comments written yet.

Please login to write comment.