Color Hex Logo

#4064aa Color Hex

#4064AA
(64,100,170)
0 Favorites   0 Comments

Color spaces of #4064aa

RGB 64100170
HSL0.610.450.46
HSV220°62°67°
CMYK 0.620.410.00   0.33
XYZ13.927213.106639.8260
Yxy13.10660.20830.1960
Hunter Lab36.20305.3131-39.8812
CIE-Lab42.92349.6195-41.4395

#4064aa color RGB value is (64,100,170).

#4064aa hex color red value is 64, green value is 100 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4064aa hue: 0.61 , saturation: 0.45 and the lightness value of 4064aa is 0.46.

The process color (four color CMYK) of #4064aa color hex is 0.62, 0.41, 0.00, 0.33. Web safe color of #4064aa is #336699. Color #4064aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100100 10101010
Octal 100 144 252
Decimal 64 100 170
Hex 40 64 AA

RGB Percentages of Color #4064aa

%19.16
%29.94
%50.90

CMYK Percentages of Color #4064aa

%62
%41
%0
%33

Triadic Colors of #4064aa

#4064aa #aa4064 #64aa40

Analogous Colors of #4064aa

#4064aa #5140aa #4099aa

Monochromatic Colors of #4064aa

#4064aa

Complementary Color

#4064aa #aa8640

#4064aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4064aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4064aa Color CSS Codes

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

#4064aa Text Font Color

<p style="color:#4064aa">Text here</p>

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


#4064aa Background Color

<div style="background-color:#4064aa">
Div content here</div>

This div background color is #4064aa


#4064aa Border Color

<div style="border:3px solid #4064aa">
Div here</div>

This div border color is #4064aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,100,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4064aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4064aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4064aa;
  box-shadow:         1px 1px 3px 2px #4064aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4064aa


Comments

No comments written yet.

Please login to write comment.