Color Hex Logo

#404e71 Color Hex

#404E71
(64,78,113)
0 Favorites   0 Comments

Color spaces of #404e71

RGB 6478113
HSL0.620.280.35
HSV223°43°44°
CMYK 0.430.310.00   0.56
XYZ7.81947.731016.7029
Yxy7.73100.24240.2397
Hunter Lab27.80471.5407-16.1536
CIE-Lab33.41634.4600-21.8628

#404e71 color RGB value is (64,78,113).

#404e71 hex color red value is 64, green value is 78 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #404e71 hue: 0.62 , saturation: 0.28 and the lightness value of 404e71 is 0.35.

The process color (four color CMYK) of #404e71 color hex is 0.43, 0.31, 0.00, 0.56. Web safe color of #404e71 is #336666. Color #404e71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001110 01110001
Octal 100 116 161
Decimal 64 78 113
Hex 40 4E 71

RGB Percentages of Color #404e71

%25.10
%30.59
%44.31

CMYK Percentages of Color #404e71

%43
%31
%0
%56

Triadic Colors of #404e71

#404e71 #71404e #4e7140

Analogous Colors of #404e71

#404e71 #4b4071 #406771

Monochromatic Colors of #404e71

#404e71

Complementary Color

#404e71 #716340

#404e71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404e71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404e71 Color CSS Codes

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

#404e71 Text Font Color

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

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


#404e71 Background Color

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

This div background color is #404e71


#404e71 Border Color

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

This div border color is #404e71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404e71


Comments

No comments written yet.

Please login to write comment.