Color Hex Logo

#474950 Color Hex

#474950
(71,73,80)
0 Favorites   0 Comments

Color spaces of #474950

RGB 717380
HSL0.630.060.30
HSV227°11°31°
CMYK 0.110.090.00   0.69
XYZ6.42906.68398.5407
Yxy6.68390.29690.3087
Hunter Lab25.8532-0.8551-1.4894
CIE-Lab31.07620.8076-4.4474

#474950 color RGB value is (71,73,80).

#474950 hex color red value is 71, green value is 73 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #474950 hue: 0.63 , saturation: 0.06 and the lightness value of 474950 is 0.30.

The process color (four color CMYK) of #474950 color hex is 0.11, 0.09, 0.00, 0.69. Web safe color of #474950 is #333366. Color #474950 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 01010000
Octal 107 111 120
Decimal 71 73 80
Hex 47 49 50

RGB Percentages of Color #474950

%31.70
%32.59
%35.71

CMYK Percentages of Color #474950

%11
%9
%0
%69

Triadic Colors of #474950

#474950 #504749 #495047

Analogous Colors of #474950

#474950 #4a4750 #474e50

Monochromatic Colors of #474950

#474950

Complementary Color

#474950 #504e47

#474950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474950 Color CSS Codes

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

#474950 Text Font Color

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

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


#474950 Background Color

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

This div background color is #474950


#474950 Border Color

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

This div border color is #474950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474950


Comments

No comments written yet.

Please login to write comment.