Color Hex Logo

#404889 Color Hex

#404889
(64,72,137)
0 Favorites   0 Comments

Color spaces of #404889

RGB 6472137
HSL0.650.360.39
HSV233°53°54°
CMYK 0.530.470.00   0.46
XYZ8.94717.530924.6489
Yxy7.53090.21750.1831
Hunter Lab27.442510.1722-34.0447
CIE-Lab32.986216.3020-37.4332

#404889 color RGB value is (64,72,137).

#404889 hex color red value is 64, green value is 72 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #404889 hue: 0.65 , saturation: 0.36 and the lightness value of 404889 is 0.39.

The process color (four color CMYK) of #404889 color hex is 0.53, 0.47, 0.00, 0.46. Web safe color of #404889 is #333399. Color #404889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 10001001
Octal 100 110 211
Decimal 64 72 137
Hex 40 48 89

RGB Percentages of Color #404889

%23.44
%26.37
%50.18

CMYK Percentages of Color #404889

%53
%47
%0
%46

Triadic Colors of #404889

#404889 #894048 #488940

Analogous Colors of #404889

#404889 #5d4089 #406d89

Monochromatic Colors of #404889

#404889

Complementary Color

#404889 #898140

#404889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404889 Color CSS Codes

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

#404889 Text Font Color

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

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


#404889 Background Color

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

This div background color is #404889


#404889 Border Color

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

This div border color is #404889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404889


Comments

No comments written yet.

Please login to write comment.