Color Hex Logo

#404bbb Color Hex

#404BBB
(64,75,187)
0 Favorites   0 Comments

Color spaces of #404bbb

RGB 6475187
HSL0.650.490.49
HSV235°66°73°
CMYK 0.660.600.00   0.27
XYZ13.60019.710048.1711
Yxy9.71000.19030.1358
Hunter Lab31.160923.3744-69.8429
CIE-Lab37.316831.7058-60.4699

#404bbb color RGB value is (64,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001011 10111011
Octal 100 113 273
Decimal 64 75 187
Hex 40 4B BB

RGB Percentages of Color #404bbb

%19.63
%23.01
%57.36

CMYK Percentages of Color #404bbb

%66
%60
%0
%27

Triadic Colors of #404bbb

#404bbb #bb404b #4bbb40

Analogous Colors of #404bbb

#404bbb #7340bb #4089bb

Monochromatic Colors of #404bbb

#404bbb

Complementary Color

#404bbb #bbb040

#404bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#404bbb Color CSS Codes

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

#404bbb Text Font Color

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

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


#404bbb Background Color

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

This div background color is #404bbb


#404bbb Border Color

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

This div border color is #404bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404bbb


Comments

No comments written yet.

Please login to write comment.