Color Hex Logo

#474749 Color Hex

#474749
(71,71,73)
1 Favorites   0 Comments

Color spaces of #474749

RGB 717173
HSL0.670.010.28
HSV240°29°
CMYK 0.030.030.00   0.71
XYZ6.05446.32717.2055
Yxy6.32710.30910.3230
Hunter Lab25.1537-1.05480.6235
CIE-Lab30.22320.4483-1.2017

#474749 color RGB value is (71,71,73).

#474749 hex color red value is 71, green value is 71 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #474749 hue: 0.67 , saturation: 0.01 and the lightness value of 474749 is 0.28.

The process color (four color CMYK) of #474749 color hex is 0.03, 0.03, 0.00, 0.71. Web safe color of #474749 is #333333. Color #474749 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000111 01001001
Octal 107 107 111
Decimal 71 71 73
Hex 47 47 49

RGB Percentages of Color #474749

%33.02
%33.02
%33.95

CMYK Percentages of Color #474749

%3
%3
%0
%71

Triadic Colors of #474749

#474749 #494747 #474947

Analogous Colors of #474749

#474749 #484749 #474849

Monochromatic Colors of #474749

#474749

Complementary Color

#474749 #494947

#474749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474749 Color CSS Codes

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

#474749 Text Font Color

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

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


#474749 Background Color

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

This div background color is #474749


#474749 Border Color

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

This div border color is #474749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474749

#474749 Color Palettes


Comments

No comments written yet.

Please login to write comment.