COLOR #426D8B

HEX: #426D8B
RGB: (66,109,139)

Color info

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

RGB color model

#426D8B color RGB value is (66,109,139).

  • red value is 66;
  • green value is 109;
  • blue value is 139.
RGB:
(66,109,139)
(26%,43%,55%)

RGB channels and saturation

R 66 of 255 = 26%
G 109 of 255 = 43%
B 139 of 255 = 55%

66
109
139

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

Portions of RGB colors in percentages

R + G + B =
66 + 109 + 139 = 314 (100%)
R 66 of 314 ~ 21.02%
G 109 of 314 ~ 34.71%
B 139 of 314 ~ 44.27%

%21.02
%34.71
%44.27

CMYK color model

#426D8B color CMYK value is (53,22,0,45).

  • cyan value is 52.52%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(53,22,0,45)
C53M22Y0K45 
(53%,22%,0%,45%)
(0.53/0.22/0.00/0.45)	

CMYK percentages

%52.52
%21.58
%0
%45.49

Codes

Color #426D8B in popluar color models

426D8B
RGB66109139
HSL205°35.61%40.20%
HSB/HSV205°52.52%54.51%
CMYK52.52%21.58%0.00%
45.49%

Color #426D8B in popluar number systems.

HEX426D8B
Decimal66109139
Binary1000010110110110001011
Octal102155213

Shades and tints

Shades of #426D8B

#426D8B
(66,109,139)
#3C647F
(60,100,127)
#365B73
(54,91,115)
#305267
(48,82,103)
#2A495B
(42,73,91)
#24404F
(36,64,79)
#1E3743
(30,55,67)
#182E37
(24,46,55)
#12252B
(18,37,43)
#0C1C1F
(12,28,31)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #426D8B

#426D8B
(66,109,139)
#537A95
(83,122,149)
#64879F
(100,135,159)
#7594A9
(117,148,169)
#86A1B3
(134,161,179)
#97AEBD
(151,174,189)
#A8BBC7
(168,187,199)
#B9C8D1
(185,200,209)
#CAD5DB
(202,213,219)
#DBE2E5
(219,226,229)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426D8B color. Also use rgb(66,109,139) instead hex code.

Text Font Color

.myTextColor { color: #426D8B; }

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

This text font color is #426D8B.


Background Color

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

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

This div background color is #426D8B.


Border color

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

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

This div border color is #426D8B.


Opacity

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

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

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

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

This text has shadow with #426D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D8B on black background.


Color preview on white background

This text has color #426D8B on white background.



Black color preview on #426D8B background

This text has black color on #426D8B background.


White color preview on #426D8B background

This text has white color on #426D8B background.