Color Hex Logo

#4596a9 Color Hex

#4596A9
(69,150,169)
0 Favorites   0 Comments

Color spaces of #4596a9

RGB 69150169
HSL0.530.420.47
HSV191°59°66°
CMYK 0.590.110.00   0.34
XYZ20.522025.942541.4619
Yxy25.94250.23340.2950
Hunter Lab50.9338-17.2137-12.6105
CIE-Lab57.9824-18.9295-17.4079

#4596a9 color RGB value is (69,150,169).

#4596a9 hex color red value is 69, green value is 150 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #4596a9 hue: 0.53 , saturation: 0.42 and the lightness value of 4596a9 is 0.47.

The process color (four color CMYK) of #4596a9 color hex is 0.59, 0.11, 0.00, 0.34. Web safe color of #4596a9 is #339999. Color #4596a9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010110 10101001
Octal 105 226 251
Decimal 69 150 169
Hex 45 96 A9

RGB Percentages of Color #4596a9

%17.78
%38.66
%43.56

CMYK Percentages of Color #4596a9

%59
%11
%0
%34

Triadic Colors of #4596a9

#4596a9 #a94596 #96a945

Analogous Colors of #4596a9

#4596a9 #4564a9 #45a98a

Monochromatic Colors of #4596a9

#4596a9

Complementary Color

#4596a9 #a95845

#4596a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4596a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4596a9 Color CSS Codes

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

#4596a9 Text Font Color

<p style="color:#4596a9">Text here</p>

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


#4596a9 Background Color

<div style="background-color:#4596a9">
Div content here</div>

This div background color is #4596a9


#4596a9 Border Color

<div style="border:3px solid #4596a9">
Div here</div>

This div border color is #4596a9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,150,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4596a9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4596a9;
  -webkit-box-shadow: 1px 1px 3px 2px #4596a9;
  box-shadow:         1px 1px 3px 2px #4596a9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,150,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4596a9


Comments

No comments written yet.

Please login to write comment.