Color Hex Logo

#4064ab Color Hex

#4064AB
(64,100,171)
0 Favorites   0 Comments

Color spaces of #4064ab

RGB 64100171
HSL0.610.460.46
HSV220°63°67°
CMYK 0.630.420.00   0.33
XYZ14.022213.144640.3262
Yxy13.14460.20780.1948
Hunter Lab36.25555.5897-40.5682
CIE-Lab42.98039.9723-41.9378

#4064ab color RGB value is (64,100,171).

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

The process color (four color CMYK) of #4064ab color hex is 0.63, 0.42, 0.00, 0.33. Web safe color of #4064ab is #336699. Color #4064ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100100 10101011
Octal 100 144 253
Decimal 64 100 171
Hex 40 64 AB

RGB Percentages of Color #4064ab

%19.10
%29.85
%51.04

CMYK Percentages of Color #4064ab

%63
%42
%0
%33

Triadic Colors of #4064ab

#4064ab #ab4064 #64ab40

Analogous Colors of #4064ab

#4064ab #5140ab #409aab

Monochromatic Colors of #4064ab

#4064ab

Complementary Color

#4064ab #ab8740

#4064ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4064ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4064ab Color CSS Codes

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

#4064ab Text Font Color

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

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


#4064ab Background Color

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

This div background color is #4064ab


#4064ab Border Color

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

This div border color is #4064ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4064ab


Comments

No comments written yet.

Please login to write comment.