Color Hex Logo

#404da4 Color Hex

#404DA4
(64,77,164)
0 Favorites   0 Comments

Color spaces of #404da4

RGB 6477164
HSL0.650.440.45
HSV232°61°64°
CMYK 0.610.530.00   0.36
XYZ11.46919.078136.2697
Yxy9.07810.20190.1598
Hunter Lab30.129915.2197-50.2811
CIE-Lab36.134222.3612-48.7543

#404da4 color RGB value is (64,77,164).

#404da4 hex color red value is 64, green value is 77 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #404da4 hue: 0.65 , saturation: 0.44 and the lightness value of 404da4 is 0.45.

The process color (four color CMYK) of #404da4 color hex is 0.61, 0.53, 0.00, 0.36. Web safe color of #404da4 is #336699. Color #404da4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 10100100
Octal 100 115 244
Decimal 64 77 164
Hex 40 4D A4

RGB Percentages of Color #404da4

%20.98
%25.25
%53.77

CMYK Percentages of Color #404da4

%61
%53
%0
%36

Triadic Colors of #404da4

#404da4 #a4404d #4da440

Analogous Colors of #404da4

#404da4 #6540a4 #407fa4

Monochromatic Colors of #404da4

#404da4

Complementary Color

#404da4 #a49740

#404da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404da4 Color CSS Codes

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

#404da4 Text Font Color

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

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


#404da4 Background Color

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

This div background color is #404da4


#404da4 Border Color

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

This div border color is #404da4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404da4


Comments

No comments written yet.

Please login to write comment.