COLOR #4595AD

HEX: #4595AD RGB: (69,149,173)

Color info

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

RGB color model

#4595AD color RGB value is (69,149,173).

RGB: (69,149,173) (27%, 58%, 68%)

RGB channels and saturation

R 69 of 255 = 27%
G 149 of 255 = 58%
B 173 of 255 = 68%

69
149
173

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

Portions of RGB colors in percentages

R + G + B = 69 + 149 + 173 = 391 (100%)
R 69 of 391 ~ 17.65%
G 149 of 391 ~ 38.11%
B 173 of 391 ~ 44.25'%

%17.65
%38.11
%44.25

CMYK color model

#4595AD color CMYK value is (60,14,0,32).

  • cyan value is 60.12%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (60,14,0,32) C60M14Y0K32 (60%,14%,0%,32%) (0.60/0.14/0.00/0.32) 

CMYK percentages

%60.12
%13.87
%0
%32.16

Codes

Color #4595AD in popluar color models

45 95 AD
RGB 69 149 173
HSL 194° 42.98% 47.45%
HSB/HSV 194° 60.12% 67.84%
CMYK 60.12% 13.87% 0.00%
32.16%

Color #4595AD in popluar number systems.

HEX 45 95 AD
Decimal 69 149 173
Binary 1000101 10010101 10101101
Octal 105 225 255

Shades and tints

Shades of #4595AD

#4595AD
(69,149,173)
#3F889E
(63,136,158)
#397B8F
(57,123,143)
#336E80
(51,110,128)
#2D6171
(45,97,113)
#275462
(39,84,98)
#214753
(33,71,83)
#1B3A44
(27,58,68)
#152D35
(21,45,53)
#0F2026
(15,32,38)
#091317
(9,19,23)
#000000
(0,0,0)

Tints of #4595AD

#4595AD
(69,149,173)
#559EB4
(85,158,180)
#65A7BB
(101,167,187)
#75B0C2
(117,176,194)
#85B9C9
(133,185,201)
#95C2D0
(149,194,208)
#A5CBD7
(165,203,215)
#B5D4DE
(181,212,222)
#C5DDE5
(197,221,229)
#D5E6EC
(213,230,236)
#E5EFF3
(229,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4595AD color. Also use rgb(69,149,173) instead hex code.

Text Font Color

.myTextColor { color: #4595AD; }

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

This text font color is #4595AD.

Background Color

.myBgColor { background-color: #4595AD; }

<div style="background-color:#4595AD">Inner text</div>

This div background color is #4595AD.

Border color

.myBorderColor { border: 1px solid #4595AD; }

<div style="border:3px solid #4595AD">Div</div>

This div border color is #4595AD.

Opacity

.myOpacity80 { color: #4595AD; opacity: 0.8; }

<p style="color:#4595AD;opacity:0.8;">80%</p>

Text with #4595AD 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 #4595AD;}

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

This text has shadow with #4595AD color.


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

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

This text has shadow with #4595AD primary color and red secondary color.


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

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

This text has shadow with #4595AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4595AD.

Preview

Color preview on black background

This text has color #4595AD on black background.


Color preview on white background

This text has color #4595AD on white background.


Black color preview on #4595AD background

This text has black color on #4595AD background.


White color preview on #4595AD background

This text has white color on #4595AD background.


Related colors

Complementary color

Complementary color for #hex is #BA6A52.


I love getcolorcode.com

Triadic colors

1 #AD4595 and #95AD45 with #4595AD are triadic colors.

2 #AD9545 and #9545AD with #4595AD are triadic colors.