COLOR #4189AD

HEX: #4189AD RGB: (65,137,173)

Color info

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

RGB color model

#4189AD color RGB value is (65,137,173).

RGB: (65,137,173) (25%, 54%, 68%)

RGB channels and saturation

R 65 of 255 = 25%
G 137 of 255 = 54%
B 173 of 255 = 68%

65
137
173

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

Portions of RGB colors in percentages

R + G + B = 65 + 137 + 173 = 375 (100%)
R 65 of 375 ~ 17.33%
G 137 of 375 ~ 36.53%
B 173 of 375 ~ 46.13'%

%17.33
%36.53
%46.13

CMYK color model

#4189AD color CMYK value is (62,21,0,32).

  • cyan value is 62.43%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (62,21,0,32)
C62M21Y0K32 (62%, 21%, 0%, 32%)
(0.62 / 0.21 / 0.00 / 0.32)

CMYK percentages

%62.43
%20.81
%0
%32.16

Codes

Color #4189AD in popluar color models

41 89 AD
RGB 65 137 173
HSL 200° 45.38% 46.67%
HSB/HSV 200° 62.43% 67.84%
CMYK 62.43% 20.81% 0.00%
32.16%

Color #4189AD in popluar number systems.

HEX 41 89 AD
Decimal 65 137 173
Binary 1000001 10001001 10101101
Octal 101 211 255

Shades and tints

Shades of #4189AD

#4189AD
(65,137,173)
#3C7D9E
(60,125,158)
#37718F
(55,113,143)
#326580
(50,101,128)
#2D5971
(45,89,113)
#284D62
(40,77,98)
#234153
(35,65,83)
#1E3544
(30,53,68)
#192935
(25,41,53)
#141D26
(20,29,38)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #4189AD

#4189AD
(65,137,173)
#5293B4
(82,147,180)
#639DBB
(99,157,187)
#74A7C2
(116,167,194)
#85B1C9
(133,177,201)
#96BBD0
(150,187,208)
#A7C5D7
(167,197,215)
#B8CFDE
(184,207,222)
#C9D9E5
(201,217,229)
#DAE3EC
(218,227,236)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4189AD color. Also use rgb(65,137,173) instead hex code.

Text Font Color

.myTextColor { color: #4189AD; }

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

This text font color is #4189AD.

Background Color

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

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

This div background color is #4189AD.

Border color

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

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

This div border color is #4189AD.

Opacity

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

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

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

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

This text has shadow with #4189AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4189AD.

Preview

Color preview on black background

This text has color #4189AD on black background.


Color preview on white background

This text has color #4189AD on white background.


Black color preview on #4189AD background

This text has black color on #4189AD background.


White color preview on #4189AD background

This text has white color on #4189AD background.


Related colors

Complementary color

Complementary color for #hex is #BE7652.


I love getcolorcode.com

Triadic colors

1 #AD4189 and #89AD41 with #4189AD are triadic colors.

2 #AD8941 and #8941AD with #4189AD are triadic colors.