Color Hex Logo

#404dbb Color Hex

#404DBB
(64,77,187)
0 Favorites   0 Comments

Color spaces of #404dbb

RGB 6477187
HSL0.650.490.49
HSV234°66°73°
CMYK 0.660.590.00   0.27
XYZ13.73799.985648.2171
Yxy9.98560.19100.1388
Hunter Lab31.600022.3017-68.3481
CIE-Lab37.816630.4321-59.6568

#404dbb color RGB value is (64,77,187).

#404dbb hex color red value is 64, green value is 77 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #404dbb hue: 0.65 , saturation: 0.49 and the lightness value of 404dbb is 0.49.

The process color (four color CMYK) of #404dbb color hex is 0.66, 0.59, 0.00, 0.27. Web safe color of #404dbb is #3366cc. Color #404dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 10111011
Octal 100 115 273
Decimal 64 77 187
Hex 40 4D BB

RGB Percentages of Color #404dbb

%19.51
%23.48
%57.01

CMYK Percentages of Color #404dbb

%66
%59
%0
%27

Triadic Colors of #404dbb

#404dbb #bb404d #4dbb40

Analogous Colors of #404dbb

#404dbb #7140bb #408bbb

Monochromatic Colors of #404dbb

#404dbb

Complementary Color

#404dbb #bbae40

#404dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#404dbb Color CSS Codes

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

#404dbb Text Font Color

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

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


#404dbb Background Color

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

This div background color is #404dbb


#404dbb Border Color

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

This div border color is #404dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404dbb


Comments

No comments written yet.

Please login to write comment.