Color Hex Logo

#4596aa Color Hex

#4596AA
(69,150,170)
0 Favorites   0 Comments

Color spaces of #4596aa

RGB 69150170
HSL0.530.420.47
HSV192°59°67°
CMYK 0.590.120.00   0.33
XYZ20.616325.980241.9583
Yxy25.98020.23280.2934
Hunter Lab50.9708-17.0004-13.1270
CIE-Lab58.0183-18.6252-17.9224

#4596aa color RGB value is (69,150,170).

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

The process color (four color CMYK) of #4596aa color hex is 0.59, 0.12, 0.00, 0.33. Web safe color of #4596aa is #339999. Color #4596aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010110 10101010
Octal 105 226 252
Decimal 69 150 170
Hex 45 96 AA

RGB Percentages of Color #4596aa

%17.74
%38.56
%43.70

CMYK Percentages of Color #4596aa

%59
%12
%0
%33

Triadic Colors of #4596aa

#4596aa #aa4596 #96aa45

Analogous Colors of #4596aa

#4596aa #4564aa #45aa8c

Monochromatic Colors of #4596aa

#4596aa

Complementary Color

#4596aa #aa5945

#4596aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4596aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4596aa Color CSS Codes

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

#4596aa Text Font Color

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

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


#4596aa Background Color

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

This div background color is #4596aa


#4596aa Border Color

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

This div border color is #4596aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4596aa


Comments

No comments written yet.

Please login to write comment.