Color Hex Logo

#404447 Color Hex

#404447
(64,68,71)
0 Favorites   0 Comments

Color spaces of #404447

RGB 646871
HSL0.570.050.26
HSV206°10°28°
CMYK 0.100.040.00   0.72
XYZ5.31885.67926.7771
Yxy5.67920.29920.3195
Hunter Lab23.8311-1.8654-0.1792
CIE-Lab28.5882-0.9435-2.3844

#404447 color RGB value is (64,68,71).

#404447 hex color red value is 64, green value is 68 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #404447 hue: 0.57 , saturation: 0.05 and the lightness value of 404447 is 0.26.

The process color (four color CMYK) of #404447 color hex is 0.10, 0.04, 0.00, 0.72. Web safe color of #404447 is #333333. Color #404447 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000100 01000111
Octal 100 104 107
Decimal 64 68 71
Hex 40 44 47

RGB Percentages of Color #404447

%31.53
%33.50
%34.98

CMYK Percentages of Color #404447

%10
%4
%0
%72

Triadic Colors of #404447

#404447 #474044 #444740

Analogous Colors of #404447

#404447 #404147 #404747

Monochromatic Colors of #404447

#404447

Complementary Color

#404447 #474340

#404447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404447 Color CSS Codes

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

#404447 Text Font Color

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

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


#404447 Background Color

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

This div background color is #404447


#404447 Border Color

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

This div border color is #404447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404447

#404447 Color Palettes


Comments

No comments written yet.

Please login to write comment.