Color Hex Logo

#4484ac Color Hex

#4484AC
(68,132,172)
0 Favorites   0 Comments

Color spaces of #4484ac

RGB 68132172
HSL0.560.430.47
HSV203°60°67°
CMYK 0.600.230.00   0.33
XYZ18.081620.710042.0742
Yxy20.71000.22360.2561
Hunter Lab45.5082-8.7168-22.9602
CIE-Lab52.6306-8.2566-27.3453

#4484ac color RGB value is (68,132,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 10101100
Octal 104 204 254
Decimal 68 132 172
Hex 44 84 AC

RGB Percentages of Color #4484ac

%18.28
%35.48
%46.24

CMYK Percentages of Color #4484ac

%60
%23
%0
%33

Triadic Colors of #4484ac

#4484ac #ac4484 #84ac44

Analogous Colors of #4484ac

#4484ac #4450ac #44aca0

Monochromatic Colors of #4484ac

#4484ac

Complementary Color

#4484ac #ac6c44

#4484ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4484ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4484ac Color CSS Codes

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

#4484ac Text Font Color

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

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


#4484ac Background Color

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

This div background color is #4484ac


#4484ac Border Color

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

This div border color is #4484ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4484ac


Comments

No comments written yet.

Please login to write comment.