Color Hex Logo

#4464aa Color Hex

#4464AA
(68,100,170)
0 Favorites   0 Comments

Color spaces of #4464aa

RGB 68100170
HSL0.610.430.47
HSV221°60°67°
CMYK 0.600.410.00   0.33
XYZ14.196813.245639.8386
Yxy13.24560.21100.1969
Hunter Lab36.39455.9391-39.4246
CIE-Lab43.131010.4149-41.0968

#4464aa color RGB value is (68,100,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100100 10101010
Octal 104 144 252
Decimal 68 100 170
Hex 44 64 AA

RGB Percentages of Color #4464aa

%20.12
%29.59
%50.30

CMYK Percentages of Color #4464aa

%60
%41
%0
%33

Triadic Colors of #4464aa

#4464aa #aa4464 #64aa44

Analogous Colors of #4464aa

#4464aa #5744aa #4497aa

Monochromatic Colors of #4464aa

#4464aa

Complementary Color

#4464aa #aa8a44

#4464aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4464aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4464aa Color CSS Codes

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

#4464aa Text Font Color

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

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


#4464aa Background Color

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

This div background color is #4464aa


#4464aa Border Color

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

This div border color is #4464aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,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 #4464aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4464aa


Comments

No comments written yet.

Please login to write comment.