Color Hex Logo

#404aff Color Hex

#404AFF
(64,74,255)
0 Favorites   0 Comments

Color spaces of #404aff

RGB 6474255
HSL0.661.000.63
HSV237°75°100°
CMYK 0.750.710.00   0.00
XYZ22.613113.207595.9652
Yxy13.20750.17160.1002
Hunter Lab36.342147.4690-131.1220
CIE-Lab43.074255.1904-89.9034

#404aff color RGB value is (64,74,255).

#404aff hex color red value is 64, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #404aff hue: 0.66 , saturation: 1.00 and the lightness value of 404aff is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001010 11111111
Octal 100 112 377
Decimal 64 74 255
Hex 40 4A FF

RGB Percentages of Color #404aff

%16.28
%18.83
%64.89

CMYK Percentages of Color #404aff

%75
%71
%0
%0

Triadic Colors of #404aff

#404aff #ff404a #4aff40

Analogous Colors of #404aff

#404aff #9640ff #40aaff

Monochromatic Colors of #404aff

#404aff

Complementary Color

#404aff #fff540

#404aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#404aff Color CSS Codes

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

#404aff Text Font Color

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

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


#404aff Background Color

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

This div background color is #404aff


#404aff Border Color

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

This div border color is #404aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404aff


Comments

No comments written yet.

Please login to write comment.