COLOR #4599AB

HEX: #4599AB RGB: (69,153,171)

Color info

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

RGB color model

#4599AB color RGB value is (69,153,171).

RGB: (69,153,171) (27%, 60%, 67%)

RGB channels and saturation

R 69 of 255 = 27%
G 153 of 255 = 60%
B 171 of 255 = 67%

69
153
171

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

Portions of RGB colors in percentages

R + G + B = 69 + 153 + 171 = 393 (100%)
R 69 of 393 ~ 17.56%
G 153 of 393 ~ 38.93%
B 171 of 393 ~ 43.51'%

%17.56
%38.93
%43.51

CMYK color model

#4599AB color CMYK value is (60,11,0,33).

  • cyan value is 59.65%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (60,11,0,33)
C60M11Y0K33 (60%, 11%, 0%, 33%)
(0.60 / 0.11 / 0.00 / 0.33)

CMYK percentages

%59.65
%10.53
%0
%32.94

Codes

Color #4599AB in popluar color models

45 99 AB
RGB 69 153 171
HSL 191° 42.50% 47.06%
HSB/HSV 191° 59.65% 67.06%
CMYK 59.65% 10.53% 0.00%
32.94%

Color #4599AB in popluar number systems.

HEX 45 99 AB
Decimal 69 153 171
Binary 1000101 10011001 10101011
Octal 105 231 253

Shades and tints

Shades of #4599AB

#4599AB
(69,153,171)
#3F8C9C
(63,140,156)
#397F8D
(57,127,141)
#33727E
(51,114,126)
#2D656F
(45,101,111)
#275860
(39,88,96)
#214B51
(33,75,81)
#1B3E42
(27,62,66)
#153133
(21,49,51)
#0F2424
(15,36,36)
#091715
(9,23,21)
#000000
(0,0,0)

Tints of #4599AB

#4599AB
(69,153,171)
#55A2B2
(85,162,178)
#65ABB9
(101,171,185)
#75B4C0
(117,180,192)
#85BDC7
(133,189,199)
#95C6CE
(149,198,206)
#A5CFD5
(165,207,213)
#B5D8DC
(181,216,220)
#C5E1E3
(197,225,227)
#D5EAEA
(213,234,234)
#E5F3F1
(229,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4599AB color. Also use rgb(69,153,171) instead hex code.

Text Font Color

.myTextColor { color: #4599AB; }

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

This text font color is #4599AB.

Background Color

.myBgColor { background-color: #4599AB; }

<div style="background-color:#4599AB">Inner text</div>

This div background color is #4599AB.

Border color

.myBorderColor { border: 1px solid #4599AB; }

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

This div border color is #4599AB.

Opacity

.myOpacity80 { color: #4599AB; opacity: 0.8; }

<p style="color:#4599AB;opacity:0.8;">80%</p>

Text with #4599AB 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 #4599AB;}

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

This text has shadow with #4599AB color.


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

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

This text has shadow with #4599AB primary color and red secondary color.


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

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

This text has shadow with #4599AB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4599AB; -webkit-box-shadow: 1px 1px 3px 2px #4599AB; box-shadow:1px 1px 3px 2px #4599AB;">
Div content here
</div>

This div box has shadow with color #4599AB.

Preview

Color preview on black background

This text has color #4599AB on black background.


Color preview on white background

This text has color #4599AB on white background.


Black color preview on #4599AB background

This text has black color on #4599AB background.


White color preview on #4599AB background

This text has white color on #4599AB background.


Related colors

Complementary color

Complementary color for #hex is #BA6654.


I love getcolorcode.com

Triadic colors

1 #AB4599 and #99AB45 with #4599AB are triadic colors.

2 #AB9945 and #9945AB with #4599AB are triadic colors.