Color Hex Logo

#404290 Color Hex

#404290
(64,66,144)
0 Favorites   0 Comments

Color spaces of #404290

RGB 6466144
HSL0.660.380.41
HSV239°56°56°
CMYK 0.560.540.00   0.44
XYZ9.09667.000027.2573
Yxy7.00000.20980.1615
Hunter Lab26.457515.0711-42.5620
CIE-Lab31.806922.6449-43.6228

#404290 color RGB value is (64,66,144).

#404290 hex color red value is 64, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #404290 hue: 0.66 , saturation: 0.38 and the lightness value of 404290 is 0.41.

The process color (four color CMYK) of #404290 color hex is 0.56, 0.54, 0.00, 0.44. Web safe color of #404290 is #333399. Color #404290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000010 10010000
Octal 100 102 220
Decimal 64 66 144
Hex 40 42 90

RGB Percentages of Color #404290

%23.36
%24.09
%52.55

CMYK Percentages of Color #404290

%56
%54
%0
%44

Triadic Colors of #404290

#404290 #904042 #429040

Analogous Colors of #404290

#404290 #664090 #406a90

Monochromatic Colors of #404290

#404290

Complementary Color

#404290 #908e40

#404290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404290 Color CSS Codes

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

#404290 Text Font Color

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

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


#404290 Background Color

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

This div background color is #404290


#404290 Border Color

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

This div border color is #404290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404290


Comments

No comments written yet.

Please login to write comment.