Color Hex Logo

#4599ac Color Hex

#4599AC
(69,153,172)
0 Favorites   0 Comments

Color spaces of #4599ac

RGB 69153172
HSL0.530.430.47
HSV191°60°67°
CMYK 0.600.110.00   0.33
XYZ21.291927.026243.1241
Yxy27.02620.23280.2956
Hunter Lab51.9867-17.8696-12.7916
CIE-Lab58.9986-19.6043-17.5678

#4599ac color RGB value is (69,153,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011001 10101100
Octal 105 231 254
Decimal 69 153 172
Hex 45 99 AC

RGB Percentages of Color #4599ac

%17.51
%38.83
%43.65

CMYK Percentages of Color #4599ac

%60
%11
%0
%33

Triadic Colors of #4599ac

#4599ac #ac4599 #99ac45

Analogous Colors of #4599ac

#4599ac #4566ac #45ac8c

Monochromatic Colors of #4599ac

#4599ac

Complementary Color

#4599ac #ac5845

#4599ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4599ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4599ac Color CSS Codes

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

#4599ac Text Font Color

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

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


#4599ac Background Color

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

This div background color is #4599ac


#4599ac Border Color

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

This div border color is #4599ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4599ac


Comments

No comments written yet.

Please login to write comment.