Color Hex Logo

#404fb2 Color Hex

#404FB2
(64,79,178)
0 Favorites   0 Comments

Color spaces of #404fb2

RGB 6479178
HSL0.640.470.47
HSV232°64°70°
CMYK 0.640.560.00   0.30
XYZ12.94629.896343.3473
Yxy9.89630.19560.1495
Hunter Lab31.458418.4067-59.6763
CIE-Lab37.655725.9850-54.6189

#404fb2 color RGB value is (64,79,178).

#404fb2 hex color red value is 64, green value is 79 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #404fb2 hue: 0.64 , saturation: 0.47 and the lightness value of 404fb2 is 0.47.

The process color (four color CMYK) of #404fb2 color hex is 0.64, 0.56, 0.00, 0.30. Web safe color of #404fb2 is #336699. Color #404fb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001111 10110010
Octal 100 117 262
Decimal 64 79 178
Hex 40 4F B2

RGB Percentages of Color #404fb2

%19.94
%24.61
%55.45

CMYK Percentages of Color #404fb2

%64
%56
%0
%30

Triadic Colors of #404fb2

#404fb2 #b2404f #4fb240

Analogous Colors of #404fb2

#404fb2 #6a40b2 #4088b2

Monochromatic Colors of #404fb2

#404fb2

Complementary Color

#404fb2 #b2a340

#404fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404fb2 Color CSS Codes

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

#404fb2 Text Font Color

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

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


#404fb2 Background Color

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

This div background color is #404fb2


#404fb2 Border Color

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

This div border color is #404fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404fb2


Comments

No comments written yet.

Please login to write comment.