Color Hex Logo

#404bae Color Hex

#404BAE
(64,75,174)
0 Favorites   0 Comments

Color spaces of #404bae

RGB 6475174
HSL0.650.460.47
HSV234°63°68°
CMYK 0.630.570.00   0.32
XYZ12.27049.178141.1692
Yxy9.17810.19600.1466
Hunter Lab30.295419.2801-59.3640
CIE-Lab36.325027.1642-54.4065

#404bae color RGB value is (64,75,174).

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

The process color (four color CMYK) of #404bae color hex is 0.63, 0.57, 0.00, 0.32. Web safe color of #404bae is #333399. Color #404bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001011 10101110
Octal 100 113 256
Decimal 64 75 174
Hex 40 4B AE

RGB Percentages of Color #404bae

%20.45
%23.96
%55.59

CMYK Percentages of Color #404bae

%63
%57
%0
%32

Triadic Colors of #404bae

#404bae #ae404b #4bae40

Analogous Colors of #404bae

#404bae #6c40ae #4082ae

Monochromatic Colors of #404bae

#404bae

Complementary Color

#404bae #aea340

#404bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#404bae Color CSS Codes

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

#404bae Text Font Color

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

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


#404bae Background Color

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

This div background color is #404bae


#404bae Border Color

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

This div border color is #404bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404bae


Comments

No comments written yet.

Please login to write comment.