Color Hex Logo

#404cbb Color Hex

#404CBB
(64,76,187)
0 Favorites   0 Comments

Color spaces of #404cbb

RGB 6476187
HSL0.650.490.49
HSV234°66°73°
CMYK 0.660.590.00   0.27
XYZ13.66849.846748.1939
Yxy9.84670.19060.1373
Hunter Lab31.379522.8378-69.0945
CIE-Lab37.565931.0694-60.0646

#404cbb color RGB value is (64,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001100 10111011
Octal 100 114 273
Decimal 64 76 187
Hex 40 4C BB

RGB Percentages of Color #404cbb

%19.57
%23.24
%57.19

CMYK Percentages of Color #404cbb

%66
%59
%0
%27

Triadic Colors of #404cbb

#404cbb #bb404c #4cbb40

Analogous Colors of #404cbb

#404cbb #7240bb #408abb

Monochromatic Colors of #404cbb

#404cbb

Complementary Color

#404cbb #bbaf40

#404cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#404cbb Color CSS Codes

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

#404cbb Text Font Color

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

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


#404cbb Background Color

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

This div background color is #404cbb


#404cbb Border Color

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

This div border color is #404cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,76,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 #404cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404cbb


Comments

No comments written yet.

Please login to write comment.