Color Hex Logo

#404e6b Color Hex

#404E6B
(64,78,107)
0 Favorites   0 Comments

Color spaces of #404e6b

RGB 6478107
HSL0.610.250.34
HSV220°40°42°
CMYK 0.400.270.00   0.58
XYZ7.49267.600314.9820
Yxy7.60030.24910.2527
Hunter Lab27.56860.2676-12.9227
CIE-Lab33.13622.5945-18.5348

#404e6b color RGB value is (64,78,107).

#404e6b hex color red value is 64, green value is 78 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #404e6b hue: 0.61 , saturation: 0.25 and the lightness value of 404e6b is 0.34.

The process color (four color CMYK) of #404e6b color hex is 0.40, 0.27, 0.00, 0.58. Web safe color of #404e6b is #336666. Color #404e6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001110 01101011
Octal 100 116 153
Decimal 64 78 107
Hex 40 4E 6B

RGB Percentages of Color #404e6b

%25.70
%31.33
%42.97

CMYK Percentages of Color #404e6b

%40
%27
%0
%58

Triadic Colors of #404e6b

#404e6b #6b404e #4e6b40

Analogous Colors of #404e6b

#404e6b #48406b #40646b

Monochromatic Colors of #404e6b

#404e6b

Complementary Color

#404e6b #6b5d40

#404e6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404e6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#404e6b Color CSS Codes

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

#404e6b Text Font Color

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

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


#404e6b Background Color

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

This div background color is #404e6b


#404e6b Border Color

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

This div border color is #404e6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404e6b


Comments

No comments written yet.

Please login to write comment.