COLOR #426A83

HEX: #426A83
RGB: (66,106,131)

Color info

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

RGB color model

#426A83 color RGB value is (66,106,131).

  • red value is 66;
  • green value is 106;
  • blue value is 131.
RGB:
(66,106,131)
(26%,42%,51%)

RGB channels and saturation

R 66 of 255 = 26%
G 106 of 255 = 42%
B 131 of 255 = 51%

66
106
131

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

Portions of RGB colors in percentages

R + G + B =
66 + 106 + 131 = 303 (100%)
R 66 of 303 ~ 21.78%
G 106 of 303 ~ 34.98%
B 131 of 303 ~ 43.23%

%21.78
%34.98
%43.23

CMYK color model

#426A83 color CMYK value is (50,19,0,49).

  • cyan value is 49.62%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(50,19,0,49)
C50M19Y0K49 
(50%,19%,0%,49%)
(0.50/0.19/0.00/0.49)	

CMYK percentages

%49.62
%19.08
%0
%48.63

Codes

Color #426A83 in popluar color models

426A83
RGB66106131
HSL203°32.99%38.63%
HSB/HSV203°49.62%51.37%
CMYK49.62%19.08%0.00%
48.63%

Color #426A83 in popluar number systems.

HEX426A83
Decimal66106131
Binary1000010110101010000011
Octal102152203

Shades and tints

Shades of #426A83

#426A83
(66,106,131)
#3C6178
(60,97,120)
#36586D
(54,88,109)
#304F62
(48,79,98)
#2A4657
(42,70,87)
#243D4C
(36,61,76)
#1E3441
(30,52,65)
#182B36
(24,43,54)
#12222B
(18,34,43)
#0C1920
(12,25,32)
#061015
(6,16,21)
#000000
(0,0,0)

Tints of #426A83

#426A83
(66,106,131)
#53778E
(83,119,142)
#648499
(100,132,153)
#7591A4
(117,145,164)
#869EAF
(134,158,175)
#97ABBA
(151,171,186)
#A8B8C5
(168,184,197)
#B9C5D0
(185,197,208)
#CAD2DB
(202,210,219)
#DBDFE6
(219,223,230)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426A83 color. Also use rgb(66,106,131) instead hex code.

Text Font Color

.myTextColor { color: #426A83; }

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

This text font color is #426A83.


Background Color

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

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

This div background color is #426A83.


Border color

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

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

This div border color is #426A83.


Opacity

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

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

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

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

This text has shadow with #426A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426A83 on black background.


Color preview on white background

This text has color #426A83 on white background.



Black color preview on #426A83 background

This text has black color on #426A83 background.


White color preview on #426A83 background

This text has white color on #426A83 background.