Color Hex Logo

#404f8a Color Hex

#404F8A
(64,79,138)
0 Favorites   0 Comments

Color spaces of #404f8a

RGB 6479138
HSL0.630.370.40
HSV228°54°54°
CMYK 0.540.430.00   0.46
XYZ9.49788.516925.1881
Yxy8.51690.21980.1971
Hunter Lab29.18377.0210-30.7438
CIE-Lab35.037012.0362-34.7797

#404f8a color RGB value is (64,79,138).

#404f8a hex color red value is 64, green value is 79 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #404f8a hue: 0.63 , saturation: 0.37 and the lightness value of 404f8a is 0.40.

The process color (four color CMYK) of #404f8a color hex is 0.54, 0.43, 0.00, 0.46. Web safe color of #404f8a is #336699. Color #404f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001111 10001010
Octal 100 117 212
Decimal 64 79 138
Hex 40 4F 8A

RGB Percentages of Color #404f8a

%22.78
%28.11
%49.11

CMYK Percentages of Color #404f8a

%54
%43
%0
%46

Triadic Colors of #404f8a

#404f8a #8a404f #4f8a40

Analogous Colors of #404f8a

#404f8a #56408a #40748a

Monochromatic Colors of #404f8a

#404f8a

Complementary Color

#404f8a #8a7b40

#404f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#404f8a Color CSS Codes

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

#404f8a Text Font Color

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

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


#404f8a Background Color

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

This div background color is #404f8a


#404f8a Border Color

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

This div border color is #404f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404f8a


Comments

No comments written yet.

Please login to write comment.