COLOR #426A87

HEX: #426A87
RGB: (66,106,135)

Color info

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

RGB color model

#426A87 color RGB value is (66,106,135).

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

RGB channels and saturation

R 66 of 255 = 26%
G 106 of 255 = 42%
B 135 of 255 = 53%

66
106
135

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

Portions of RGB colors in percentages

R + G + B =
66 + 106 + 135 = 307 (100%)
R 66 of 307 ~ 21.5%
G 106 of 307 ~ 34.53%
B 135 of 307 ~ 43.97%

%21.5
%34.53
%43.97

CMYK color model

#426A87 color CMYK value is (51,21,0,47).

  • cyan value is 51.11%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(51,21,0,47)
C51M21Y0K47 
(51%,21%,0%,47%)
(0.51/0.21/0.00/0.47)	

CMYK percentages

%51.11
%21.48
%0
%47.06

Codes

Color #426A87 in popluar color models

426A87
RGB66106135
HSL205°34.33%39.41%
HSB/HSV205°51.11%52.94%
CMYK51.11%21.48%0.00%
47.06%

Color #426A87 in popluar number systems.

HEX426A87
Decimal66106135
Binary1000010110101010000111
Octal102152207

Shades and tints

Shades of #426A87

#426A87
(66,106,135)
#3C617B
(60,97,123)
#36586F
(54,88,111)
#304F63
(48,79,99)
#2A4657
(42,70,87)
#243D4B
(36,61,75)
#1E343F
(30,52,63)
#182B33
(24,43,51)
#122227
(18,34,39)
#0C191B
(12,25,27)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #426A87

#426A87
(66,106,135)
#537791
(83,119,145)
#64849B
(100,132,155)
#7591A5
(117,145,165)
#869EAF
(134,158,175)
#97ABB9
(151,171,185)
#A8B8C3
(168,184,195)
#B9C5CD
(185,197,205)
#CAD2D7
(202,210,215)
#DBDFE1
(219,223,225)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426A87; }

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

This text font color is #426A87.


Background Color

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

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

This div background color is #426A87.


Border color

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

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

This div border color is #426A87.


Opacity

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

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

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

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

This text has shadow with #426A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426A87 on black background.


Color preview on white background

This text has color #426A87 on white background.



Black color preview on #426A87 background

This text has black color on #426A87 background.


White color preview on #426A87 background

This text has white color on #426A87 background.