Color Hex Logo

#404b4f Color Hex

#404B4F
(64,75,79)
0 Favorites   0 Comments

Color spaces of #404b4f

RGB 647579
HSL0.540.100.28
HSV196°19°31°
CMYK 0.190.050.00   0.69
XYZ6.04176.68678.3694
Yxy6.68670.28640.3169
Hunter Lab25.8587-3.5473-1.0887
CIE-Lab31.0828-3.3967-3.8599

#404b4f color RGB value is (64,75,79).

#404b4f hex color red value is 64, green value is 75 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #404b4f hue: 0.54 , saturation: 0.10 and the lightness value of 404b4f is 0.28.

The process color (four color CMYK) of #404b4f color hex is 0.19, 0.05, 0.00, 0.69. Web safe color of #404b4f is #333366. Color #404b4f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001011 01001111
Octal 100 113 117
Decimal 64 75 79
Hex 40 4B 4F

RGB Percentages of Color #404b4f

%29.36
%34.40
%36.24

CMYK Percentages of Color #404b4f

%19
%5
%0
%69

Triadic Colors of #404b4f

#404b4f #4f404b #4b4f40

Analogous Colors of #404b4f

#404b4f #40444f #404f4c

Monochromatic Colors of #404b4f

#404b4f

Complementary Color

#404b4f #4f4440

#404b4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404b4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#404b4f Color CSS Codes

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

#404b4f Text Font Color

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

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


#404b4f Background Color

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

This div background color is #404b4f


#404b4f Border Color

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

This div border color is #404b4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,75,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #404b4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #404b4f;
  -webkit-box-shadow: 1px 1px 3px 2px #404b4f;
  box-shadow:         1px 1px 3px 2px #404b4f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404b4f


Comments

No comments written yet.

Please login to write comment.