Color Hex Logo

#404bfb Color Hex

#404BFB
(64,75,251)
0 Favorites   0 Comments

Color spaces of #404bfb

RGB 6475251
HSL0.660.960.62
HSV236°75°98°
CMYK 0.750.700.00   0.02
XYZ22.043013.087292.6311
Yxy13.08720.17250.1024
Hunter Lab36.176245.4557-126.4917
CIE-Lab42.894353.3401-87.9666

#404bfb color RGB value is (64,75,251).

#404bfb hex color red value is 64, green value is 75 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #404bfb hue: 0.66 , saturation: 0.96 and the lightness value of 404bfb is 0.62.

The process color (four color CMYK) of #404bfb color hex is 0.75, 0.70, 0.00, 0.02. Web safe color of #404bfb is #3333ff. Color #404bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001011 11111011
Octal 100 113 373
Decimal 64 75 251
Hex 40 4B FB

RGB Percentages of Color #404bfb

%16.41
%19.23
%64.36

CMYK Percentages of Color #404bfb

%75
%70
%0
%2

Triadic Colors of #404bfb

#404bfb #fb404b #4bfb40

Analogous Colors of #404bfb

#404bfb #9340fb #40a9fb

Monochromatic Colors of #404bfb

#404bfb

Complementary Color

#404bfb #fbf040

#404bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#404bfb Color CSS Codes

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

#404bfb Text Font Color

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

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


#404bfb Background Color

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

This div background color is #404bfb


#404bfb Border Color

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

This div border color is #404bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404bfb


Comments

No comments written yet.

Please login to write comment.