Color Hex Logo

#4066ab Color Hex

#4066AB
(64,102,171)
0 Favorites   0 Comments

Color spaces of #4066ab

RGB 64102171
HSL0.610.460.46
HSV219°63°67°
CMYK 0.630.400.00   0.33
XYZ14.216413.533040.3909
Yxy13.53300.20860.1986
Hunter Lab36.78724.6036-39.3470
CIE-Lab43.55568.7067-41.0227

#4066ab color RGB value is (64,102,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100110 10101011
Octal 100 146 253
Decimal 64 102 171
Hex 40 66 AB

RGB Percentages of Color #4066ab

%18.99
%30.27
%50.74

CMYK Percentages of Color #4066ab

%63
%40
%0
%33

Triadic Colors of #4066ab

#4066ab #ab4066 #66ab40

Analogous Colors of #4066ab

#4066ab #5040ab #409cab

Monochromatic Colors of #4066ab

#4066ab

Complementary Color

#4066ab #ab8540

#4066ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4066ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4066ab Color CSS Codes

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

#4066ab Text Font Color

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

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


#4066ab Background Color

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

This div background color is #4066ab


#4066ab Border Color

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

This div border color is #4066ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4066ab


Comments

No comments written yet.

Please login to write comment.