Color Hex Logo

#404149 Color Hex

#404149
(64,65,73)
0 Favorites   0 Comments

Color spaces of #404149

RGB 646573
HSL0.650.070.27
HSV233°12°29°
CMYK 0.120.110.00   0.71
XYZ5.20725.35167.0618
Yxy5.35160.29550.3037
Hunter Lab23.1335-0.3045-1.9056
CIE-Lab27.71391.4783-4.9867

#404149 color RGB value is (64,65,73).

#404149 hex color red value is 64, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #404149 hue: 0.65 , saturation: 0.07 and the lightness value of 404149 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000001 01001001
Octal 100 101 111
Decimal 64 65 73
Hex 40 41 49

RGB Percentages of Color #404149

%31.68
%32.18
%36.14

CMYK Percentages of Color #404149

%12
%11
%0
%71

Triadic Colors of #404149

#404149 #494041 #414940

Analogous Colors of #404149

#404149 #444049 #404649

Monochromatic Colors of #404149

#404149

Complementary Color

#404149 #494840

#404149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404149 Color CSS Codes

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

#404149 Text Font Color

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

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


#404149 Background Color

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

This div background color is #404149


#404149 Border Color

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

This div border color is #404149


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,65,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 #404149">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404149

#404149 Color Palettes


Comments

No comments written yet.

Please login to write comment.