COLOR #426B88

HEX: #426B88
RGB: (66,107,136)

Color info

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

RGB color model

#426B88 color RGB value is (66,107,136).

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

RGB channels and saturation

R 66 of 255 = 26%
G 107 of 255 = 42%
B 136 of 255 = 53%

66
107
136

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

Portions of RGB colors in percentages

R + G + B =
66 + 107 + 136 = 309 (100%)
R 66 of 309 ~ 21.36%
G 107 of 309 ~ 34.63%
B 136 of 309 ~ 44.01%

%21.36
%34.63
%44.01

CMYK color model

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

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

CMYK percentages

%51.47
%21.32
%0
%46.67

Codes

Color #426B88 in popluar color models

426B88
RGB66107136
HSL205°34.65%39.61%
HSB/HSV205°51.47%53.33%
CMYK51.47%21.32%0.00%
46.67%

Color #426B88 in popluar number systems.

HEX426B88
Decimal66107136
Binary1000010110101110001000
Octal102153210

Shades and tints

Shades of #426B88

#426B88
(66,107,136)
#3C627C
(60,98,124)
#365970
(54,89,112)
#305064
(48,80,100)
#2A4758
(42,71,88)
#243E4C
(36,62,76)
#1E3540
(30,53,64)
#182C34
(24,44,52)
#122328
(18,35,40)
#0C1A1C
(12,26,28)
#061110
(6,17,16)
#000000
(0,0,0)

Tints of #426B88

#426B88
(66,107,136)
#537892
(83,120,146)
#64859C
(100,133,156)
#7592A6
(117,146,166)
#869FB0
(134,159,176)
#97ACBA
(151,172,186)
#A8B9C4
(168,185,196)
#B9C6CE
(185,198,206)
#CAD3D8
(202,211,216)
#DBE0E2
(219,224,226)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426B88; }

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

This text font color is #426B88.


Background Color

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

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

This div background color is #426B88.


Border color

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

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

This div border color is #426B88.


Opacity

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

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

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

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

This text has shadow with #426B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B88 on black background.


Color preview on white background

This text has color #426B88 on white background.



Black color preview on #426B88 background

This text has black color on #426B88 background.


White color preview on #426B88 background

This text has white color on #426B88 background.