Color Hex Logo

#404b4a Color Hex

#404B4A
(64,75,74)
0 Favorites   0 Comments

Color spaces of #404b4a

RGB 647574
HSL0.480.080.27
HSV175°15°29°
CMYK 0.150.000.01   0.71
XYZ5.86656.61667.4465
Yxy6.61660.29440.3320
Hunter Lab25.7228-4.30490.8420
CIE-Lab30.9177-4.6328-0.8963

#404b4a color RGB value is (64,75,74).

#404b4a hex color red value is 64, green value is 75 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #404b4a hue: 0.48 , saturation: 0.08 and the lightness value of 404b4a is 0.27.

The process color (four color CMYK) of #404b4a color hex is 0.15, 0.00, 0.01, 0.71. Web safe color of #404b4a is #333333. Color #404b4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001011 01001010
Octal 100 113 112
Decimal 64 75 74
Hex 40 4B 4A

RGB Percentages of Color #404b4a

%30.05
%35.21
%34.74

CMYK Percentages of Color #404b4a

%15
%0
%1
%71

Triadic Colors of #404b4a

#404b4a #4a404b #4b4a40

Analogous Colors of #404b4a

#404b4a #40474b #404b45

Monochromatic Colors of #404b4a

#404b4a

Complementary Color

#404b4a #4b4041

#404b4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404b4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#404b4a Color CSS Codes

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

#404b4a Text Font Color

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

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


#404b4a Background Color

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

This div background color is #404b4a


#404b4a Border Color

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

This div border color is #404b4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404b4a


Comments

No comments written yet.

Please login to write comment.