Color Hex Logo

#4480ac Color Hex

#4480AC
(68,128,172)
0 Favorites   0 Comments

Color spaces of #4480ac

RGB 68128172
HSL0.570.430.47
HSV205°60°67°
CMYK 0.600.260.00   0.33
XYZ17.549519.645841.8968
Yxy19.64580.22190.2484
Hunter Lab44.3236-6.8909-25.0173
CIE-Lab51.4344-5.9492-29.2028

#4480ac color RGB value is (68,128,172).

#4480ac hex color red value is 68, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4480ac hue: 0.57 , saturation: 0.43 and the lightness value of 4480ac is 0.47.

The process color (four color CMYK) of #4480ac color hex is 0.60, 0.26, 0.00, 0.33. Web safe color of #4480ac is #339999. Color #4480ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000000 10101100
Octal 104 200 254
Decimal 68 128 172
Hex 44 80 AC

RGB Percentages of Color #4480ac

%18.48
%34.78
%46.74

CMYK Percentages of Color #4480ac

%60
%26
%0
%33

Triadic Colors of #4480ac

#4480ac #ac4480 #80ac44

Analogous Colors of #4480ac

#4480ac #444cac #44aca4

Monochromatic Colors of #4480ac

#4480ac

Complementary Color

#4480ac #ac7044

#4480ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4480ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4480ac Color CSS Codes

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

#4480ac Text Font Color

<p style="color:#4480ac">Text here</p>

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


#4480ac Background Color

<div style="background-color:#4480ac">
Div content here</div>

This div background color is #4480ac


#4480ac Border Color

<div style="border:3px solid #4480ac">
Div here</div>

This div border color is #4480ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,128,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4480ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4480ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4480ac;
  box-shadow:         1px 1px 3px 2px #4480ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,128,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4480ac


Comments

No comments written yet.

Please login to write comment.