COLOR #426B89

HEX: #426B89
RGB: (66,107,137)

Color info

#426B89 contains mainly green and blue colors. Web safe color of #426B89 is #336699 (or #369).

RGB color model

#426B89 color RGB value is (66,107,137).

  • red value is 66;
  • green value is 107;
  • blue value is 137.
RGB:
(66,107,137)
(26%,42%,54%)

RGB channels and saturation

R 66 of 255 = 26%
G 107 of 255 = 42%
B 137 of 255 = 54%

66
107
137

R + G + B ~ 41%. #426B89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 107 + 137 = 310 (100%)
R 66 of 310 ~ 21.29%
G 107 of 310 ~ 34.52%
B 137 of 310 ~ 44.19%

%21.29
%34.52
%44.19

CMYK color model

#426B89 color CMYK value is (52,22,0,46).

  • cyan value is 51.82%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(52,22,0,46)
C52M22Y0K46 
(52%,22%,0%,46%)
(0.52/0.22/0.00/0.46)	

CMYK percentages

%51.82
%21.9
%0
%46.27

Codes

Color #426B89 in popluar color models

426B89
RGB66107137
HSL205°34.98%39.80%
HSB/HSV205°51.82%53.73%
CMYK51.82%21.90%0.00%
46.27%

Color #426B89 in popluar number systems.

HEX426B89
Decimal66107137
Binary1000010110101110001001
Octal102153211

Shades and tints

Shades of #426B89

#426B89
(66,107,137)
#3C627D
(60,98,125)
#365971
(54,89,113)
#305065
(48,80,101)
#2A4759
(42,71,89)
#243E4D
(36,62,77)
#1E3541
(30,53,65)
#182C35
(24,44,53)
#122329
(18,35,41)
#0C1A1D
(12,26,29)
#061111
(6,17,17)
#000000
(0,0,0)

Tints of #426B89

#426B89
(66,107,137)
#537893
(83,120,147)
#64859D
(100,133,157)
#7592A7
(117,146,167)
#869FB1
(134,159,177)
#97ACBB
(151,172,187)
#A8B9C5
(168,185,197)
#B9C6CF
(185,198,207)
#CAD3D9
(202,211,217)
#DBE0E3
(219,224,227)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426B89 color. Also use rgb(66,107,137) instead hex code.

Text Font Color

.myTextColor { color: #426B89; }

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

This text font color is #426B89.


Background Color

.myBgColor { background-color: #426B89; }

<div style="background-color:#426B89">Inner text</div>

This div background color is #426B89.


Border color

.myBorderColor { border: 1px solid #426B89; }

<div style="border:3px solid #426B89">Div</div>

This div border color is #426B89.


Opacity

.myOpacity80 { color: #426B89; opacity: 0.8; }

<p style="color:#426B89;opacity:0.8;">80%</p>

Text with #426B89 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 #426B89;}

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

This text has shadow with #426B89 color.

.textShadow {text-shadow: 3px 3px 1px #426B89, 3px 3px 1px red;}

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

This text has shadow with #426B89 primary color and red secondary color.


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

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

This text has shadow with #426B89 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #426B89;
-webkit-box-shadow: 1px 1px 3px 2px #426B89;
box-shadow:1px 1px 3px 2px #426B89;">
Div content here</div>
This div box has shadow with color #426B89.

Preview

Color preview on black background

This text has color #426B89 on black background.


Color preview on white background

This text has color #426B89 on white background.



Black color preview on #426B89 background

This text has black color on #426B89 background.


White color preview on #426B89 background

This text has white color on #426B89 background.