Color Hex Logo

#4059ae Color Hex

#4059AE
(64,89,174)
0 Favorites   0 Comments

Color spaces of #4059ae

RGB 6489174
HSL0.630.460.47
HSV226°63°68°
CMYK 0.630.490.00   0.32
XYZ13.326711.290741.5213
Yxy11.29070.20150.1707
Hunter Lab33.601611.9918-49.7431
CIE-Lab40.065818.0924-48.3678

#4059ae color RGB value is (64,89,174).

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

The process color (four color CMYK) of #4059ae color hex is 0.63, 0.49, 0.00, 0.32. Web safe color of #4059ae is #336699. Color #4059ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011001 10101110
Octal 100 131 256
Decimal 64 89 174
Hex 40 59 AE

RGB Percentages of Color #4059ae

%19.57
%27.22
%53.21

CMYK Percentages of Color #4059ae

%63
%49
%0
%32

Triadic Colors of #4059ae

#4059ae #ae4059 #59ae40

Analogous Colors of #4059ae

#4059ae #5e40ae #4090ae

Monochromatic Colors of #4059ae

#4059ae

Complementary Color

#4059ae #ae9540

#4059ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4059ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4059ae Color CSS Codes

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

#4059ae Text Font Color

<p style="color:#4059ae">Text here</p>

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


#4059ae Background Color

<div style="background-color:#4059ae">
Div content here</div>

This div background color is #4059ae


#4059ae Border Color

<div style="border:3px solid #4059ae">
Div here</div>

This div border color is #4059ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4059ae


Comments

No comments written yet.

Please login to write comment.