Color Hex Logo

#404fbe Color Hex

#404FBE
(64,79,190)
0 Favorites   0 Comments

Color spaces of #404fbe

RGB 6479190
HSL0.650.500.50
HSV233°66°75°
CMYK 0.660.580.00   0.25
XYZ14.204610.399749.9739
Yxy10.39970.19050.1394
Hunter Lab32.248622.1893-69.3046
CIE-Lab38.550430.2073-60.2209

#404fbe color RGB value is (64,79,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001111 10111110
Octal 100 117 276
Decimal 64 79 190
Hex 40 4F BE

RGB Percentages of Color #404fbe

%19.22
%23.72
%57.06

CMYK Percentages of Color #404fbe

%66
%58
%0
%25

Triadic Colors of #404fbe

#404fbe #be404f #4fbe40

Analogous Colors of #404fbe

#404fbe #7040be #408ebe

Monochromatic Colors of #404fbe

#404fbe

Complementary Color

#404fbe #beaf40

#404fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#404fbe Color CSS Codes

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

#404fbe Text Font Color

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

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


#404fbe Background Color

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

This div background color is #404fbe


#404fbe Border Color

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

This div border color is #404fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404fbe


Comments

No comments written yet.

Please login to write comment.