COLOR #426D96

HEX: #426D96
RGB: (66,109,150)

Color info

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

RGB color model

#426D96 color RGB value is (66,109,150).

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

RGB channels and saturation

R 66 of 255 = 26%
G 109 of 255 = 43%
B 150 of 255 = 59%

66
109
150

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

Portions of RGB colors in percentages

R + G + B =
66 + 109 + 150 = 325 (100%)
R 66 of 325 ~ 20.31%
G 109 of 325 ~ 33.54%
B 150 of 325 ~ 46.15%

%20.31
%33.54
%46.15

CMYK color model

#426D96 color CMYK value is (56,27,0,41).

  • cyan value is 56.00%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(56,27,0,41)
C56M27Y0K41 
(56%,27%,0%,41%)
(0.56/0.27/0.00/0.41)	

CMYK percentages

%56
%27.33
%0
%41.18

Codes

Color #426D96 in popluar color models

426D96
RGB66109150
HSL209°38.89%42.35%
HSB/HSV209°56.00%58.82%
CMYK56.00%27.33%0.00%
41.18%

Color #426D96 in popluar number systems.

HEX426D96
Decimal66109150
Binary1000010110110110010110
Octal102155226

Shades and tints

Shades of #426D96

#426D96
(66,109,150)
#3C6489
(60,100,137)
#365B7C
(54,91,124)
#30526F
(48,82,111)
#2A4962
(42,73,98)
#244055
(36,64,85)
#1E3748
(30,55,72)
#182E3B
(24,46,59)
#12252E
(18,37,46)
#0C1C21
(12,28,33)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #426D96

#426D96
(66,109,150)
#537A9F
(83,122,159)
#6487A8
(100,135,168)
#7594B1
(117,148,177)
#86A1BA
(134,161,186)
#97AEC3
(151,174,195)
#A8BBCC
(168,187,204)
#B9C8D5
(185,200,213)
#CAD5DE
(202,213,222)
#DBE2E7
(219,226,231)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426D96; }

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

This text font color is #426D96.


Background Color

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

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

This div background color is #426D96.


Border color

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

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

This div border color is #426D96.


Opacity

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

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

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

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

This text has shadow with #426D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D96 on black background.


Color preview on white background

This text has color #426D96 on white background.



Black color preview on #426D96 background

This text has black color on #426D96 background.


White color preview on #426D96 background

This text has white color on #426D96 background.