COLOR #428BA9

HEX: #428BA9 RGB: (66,139,169)

Color info

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

RGB color model

#428BA9 color RGB value is (66,139,169).

RGB: (66,139,169) (26%, 55%, 66%)

RGB channels and saturation

R 66 of 255 = 26%
G 139 of 255 = 55%
B 169 of 255 = 66%

66
139
169

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

Portions of RGB colors in percentages

R + G + B = 66 + 139 + 169 = 374 (100%)
R 66 of 374 ~ 17.65%
G 139 of 374 ~ 37.17%
B 169 of 374 ~ 45.19'%

%17.65
%37.17
%45.19

CMYK color model

#428BA9 color CMYK value is (61,18,0,34).

  • cyan value is 60.95%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (61,18,0,34)
C61M18Y0K34 (61%, 18%, 0%, 34%)
(0.61 / 0.18 / 0.00 / 0.34)

CMYK percentages

%60.95
%17.75
%0
%33.73

Codes

Color #428BA9 in popluar color models

42 8B A9
RGB 66 139 169
HSL 197° 43.83% 46.08%
HSB/HSV 197° 60.95% 66.27%
CMYK 60.95% 17.75% 0.00%
33.73%

Color #428BA9 in popluar number systems.

HEX 42 8B A9
Decimal 66 139 169
Binary 1000010 10001011 10101001
Octal 102 213 251

Shades and tints

Shades of #428BA9

#428BA9
(66,139,169)
#3C7F9A
(60,127,154)
#36738B
(54,115,139)
#30677C
(48,103,124)
#2A5B6D
(42,91,109)
#244F5E
(36,79,94)
#1E434F
(30,67,79)
#183740
(24,55,64)
#122B31
(18,43,49)
#0C1F22
(12,31,34)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #428BA9

#428BA9
(66,139,169)
#5395B0
(83,149,176)
#649FB7
(100,159,183)
#75A9BE
(117,169,190)
#86B3C5
(134,179,197)
#97BDCC
(151,189,204)
#A8C7D3
(168,199,211)
#B9D1DA
(185,209,218)
#CADBE1
(202,219,225)
#DBE5E8
(219,229,232)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428BA9 color. Also use rgb(66,139,169) instead hex code.

Text Font Color

.myTextColor { color: #428BA9; }

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

This text font color is #428BA9.

Background Color

.myBgColor { background-color: #428BA9; }

<div style="background-color:#428BA9">Inner text</div>

This div background color is #428BA9.

Border color

.myBorderColor { border: 1px solid #428BA9; }

<div style="border:3px solid #428BA9">Div</div>

This div border color is #428BA9.

Opacity

.myOpacity80 { color: #428BA9; opacity: 0.8; }

<p style="color:#428BA9;opacity:0.8;">80%</p>

Text with #428BA9 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 #428BA9;}

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

This text has shadow with #428BA9 color.


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

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

This text has shadow with #428BA9 primary color and red secondary color.


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

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

This text has shadow with #428BA9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #428BA9.

Preview

Color preview on black background

This text has color #428BA9 on black background.


Color preview on white background

This text has color #428BA9 on white background.


Black color preview on #428BA9 background

This text has black color on #428BA9 background.


White color preview on #428BA9 background

This text has white color on #428BA9 background.


Related colors

Complementary color

Complementary color for #hex is #BD7456.


I love getcolorcode.com

Triadic colors

1 #A9428B and #8BA942 with #428BA9 are triadic colors.

2 #A98B42 and #8B42A9 with #428BA9 are triadic colors.