Color Hex Logo

#404650 Color Hex

#404650
(64,70,80)
0 Favorites   0 Comments

Color spaces of #404650

RGB 647080
HSL0.600.110.28
HSV218°20°31°
CMYK 0.200.130.00   0.69
XYZ5.75256.04958.4539
Yxy6.04950.28400.2987
Hunter Lab24.5957-1.2946-3.1618
CIE-Lab29.53700.0299-6.8102

#404650 color RGB value is (64,70,80).

#404650 hex color red value is 64, green value is 70 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #404650 hue: 0.60 , saturation: 0.11 and the lightness value of 404650 is 0.28.

The process color (four color CMYK) of #404650 color hex is 0.20, 0.13, 0.00, 0.69. Web safe color of #404650 is #333366. Color #404650 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000110 01010000
Octal 100 106 120
Decimal 64 70 80
Hex 40 46 50

RGB Percentages of Color #404650

%29.91
%32.71
%37.38

CMYK Percentages of Color #404650

%20
%13
%0
%69

Triadic Colors of #404650

#404650 #504046 #465040

Analogous Colors of #404650

#404650 #424050 #404e50

Monochromatic Colors of #404650

#404650

Complementary Color

#404650 #504a40

#404650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404650 Color CSS Codes

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

#404650 Text Font Color

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

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


#404650 Background Color

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

This div background color is #404650


#404650 Border Color

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

This div border color is #404650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404650


Comments

No comments written yet.

Please login to write comment.