Color Hex Logo

#404697 Color Hex

#404697
(64,70,151)
0 Favorites   0 Comments

Color spaces of #404697

RGB 6470151
HSL0.660.400.42
HSV236°58°59°
CMYK 0.580.540.00   0.41
XYZ9.89047.704730.2440
Yxy7.70470.20670.1611
Hunter Lab27.757315.0272-45.1714
CIE-Lab33.360222.4179-45.3900

#404697 color RGB value is (64,70,151).

#404697 hex color red value is 64, green value is 70 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #404697 hue: 0.66 , saturation: 0.40 and the lightness value of 404697 is 0.42.

The process color (four color CMYK) of #404697 color hex is 0.58, 0.54, 0.00, 0.41. Web safe color of #404697 is #333399. Color #404697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000110 10010111
Octal 100 106 227
Decimal 64 70 151
Hex 40 46 97

RGB Percentages of Color #404697

%22.46
%24.56
%52.98

CMYK Percentages of Color #404697

%58
%54
%0
%41

Triadic Colors of #404697

#404697 #974046 #469740

Analogous Colors of #404697

#404697 #664097 #407297

Monochromatic Colors of #404697

#404697

Complementary Color

#404697 #979140

#404697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404697 Color CSS Codes

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

#404697 Text Font Color

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

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


#404697 Background Color

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

This div background color is #404697


#404697 Border Color

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

This div border color is #404697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404697


Comments

No comments written yet.

Please login to write comment.