Color Hex Logo

#404299 Color Hex

#404299
(64,66,153)
0 Favorites   0 Comments

Color spaces of #404299

RGB 6466153
HSL0.660.410.43
HSV239°58°60°
CMYK 0.580.570.00   0.40
XYZ9.81237.286331.0262
Yxy7.28630.20390.1514
Hunter Lab26.993117.6487-49.2533
CIE-Lab32.450025.7203-48.0747

#404299 color RGB value is (64,66,153).

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

The process color (four color CMYK) of #404299 color hex is 0.58, 0.57, 0.00, 0.40. Web safe color of #404299 is #333399. Color #404299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000010 10011001
Octal 100 102 231
Decimal 64 66 153
Hex 40 42 99

RGB Percentages of Color #404299

%22.61
%23.32
%54.06

CMYK Percentages of Color #404299

%58
%57
%0
%40

Triadic Colors of #404299

#404299 #994042 #429940

Analogous Colors of #404299

#404299 #6b4099 #406f99

Monochromatic Colors of #404299

#404299

Complementary Color

#404299 #999740

#404299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404299 Color CSS Codes

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

#404299 Text Font Color

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

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


#404299 Background Color

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

This div background color is #404299


#404299 Border Color

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

This div border color is #404299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404299


Comments

No comments written yet.

Please login to write comment.