COLOR #4596AA

HEX: #4596AA RGB: (69,150,170)

Color info

#4596AA contains mainly green and blue colors. Web safe color of #4596AA is #339999 (or #399).

RGB color model

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

RGB: (69,150,170) (27%, 59%, 67%)

RGB channels and saturation

R 69 of 255 = 27%
G 150 of 255 = 59%
B 170 of 255 = 67%

69
150
170

R + G + B ~ 51%. #4596AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 69 + 150 + 170 = 389 (100%)
R 69 of 389 ~ 17.74%
G 150 of 389 ~ 38.56%
B 170 of 389 ~ 43.7'%

%17.74
%38.56
%43.7

CMYK color model

#4596AA color CMYK value is (59,12,0,33).

  • cyan value is 59.41%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (59,12,0,33)
C59M12Y0K33 (59%, 12%, 0%, 33%)
(0.59 / 0.12 / 0.00 / 0.33)

CMYK percentages

%59.41
%11.76
%0
%33.33

Codes

Color #4596AA in popluar color models

45 96 AA
RGB 69 150 170
HSL 192° 42.26% 46.86%
HSB/HSV 192° 59.41% 66.67%
CMYK 59.41% 11.76% 0.00%
33.33%

Color #4596AA in popluar number systems.

HEX 45 96 AA
Decimal 69 150 170
Binary 1000101 10010110 10101010
Octal 105 226 252

Shades and tints

Shades of #4596AA

#4596AA
(69,150,170)
#3F899B
(63,137,155)
#397C8C
(57,124,140)
#336F7D
(51,111,125)
#2D626E
(45,98,110)
#27555F
(39,85,95)
#214850
(33,72,80)
#1B3B41
(27,59,65)
#152E32
(21,46,50)
#0F2123
(15,33,35)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #4596AA

#4596AA
(69,150,170)
#559FB1
(85,159,177)
#65A8B8
(101,168,184)
#75B1BF
(117,177,191)
#85BAC6
(133,186,198)
#95C3CD
(149,195,205)
#A5CCD4
(165,204,212)
#B5D5DB
(181,213,219)
#C5DEE2
(197,222,226)
#D5E7E9
(213,231,233)
#E5F0F0
(229,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4596AA color. Also use rgb(69,150,170) instead hex code.

Text Font Color

.myTextColor { color: #4596AA; }

<p style="color:#4596AA">This sample text font color is #4596AA.</p>

This text font color is #4596AA.

Background Color

.myBgColor { background-color: #4596AA; }

<div style="background-color:#4596AA">Inner text</div>

This div background color is #4596AA.

Border color

.myBorderColor { border: 1px solid #4596AA; }

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

This div border color is #4596AA.

Opacity

.myOpacity80 { color: #4596AA; opacity: 0.8; }

<p style="color:#4596AA;opacity:0.8;">80%</p>

Text with #4596AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4596AA;}

<p style="text-shadow: 3px 3px 1px #4596AA">Text here.</p>

This text has shadow with #4596AA color.


.textShadow {text-shadow: 3px 3px 1px #4596AA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4596AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #4596AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4596AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4596AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #4596AA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4596AA;
-webkit-box-shadow: 1px 1px 3px 2px #4596AA;
box-shadow: 1px 1px 3px 2px #4596AA;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #4596AA on black background.


Color preview on white background

This text has color #4596AA on white background.


Black color preview on #4596AA background

This text has black color on #4596AA background.


White color preview on #4596AA background

This text has white color on #4596AA background.


Related colors

Complementary color

Complementary color for #hex is #BA6955.


I love getcolorcode.com

Triadic colors

1 #AA4596 and #96AA45 with #4596AA are triadic colors.

2 #AA9645 and #9645AA with #4596AA are triadic colors.