COLOR #426C86

HEX: #426C86
RGB: (66,108,134)

Color info

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

RGB color model

#426C86 color RGB value is (66,108,134).

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

RGB channels and saturation

R 66 of 255 = 26%
G 108 of 255 = 42%
B 134 of 255 = 53%

66
108
134

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

Portions of RGB colors in percentages

R + G + B =
66 + 108 + 134 = 308 (100%)
R 66 of 308 ~ 21.43%
G 108 of 308 ~ 35.06%
B 134 of 308 ~ 43.51%

%21.43
%35.06
%43.51

CMYK color model

#426C86 color CMYK value is (51,19,0,47).

  • cyan value is 50.75%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(51,19,0,47)
C51M19Y0K47 
(51%,19%,0%,47%)
(0.51/0.19/0.00/0.47)	

CMYK percentages

%50.75
%19.4
%0
%47.45

Codes

Color #426C86 in popluar color models

426C86
RGB66108134
HSL203°34.00%39.22%
HSB/HSV203°50.75%52.55%
CMYK50.75%19.40%0.00%
47.45%

Color #426C86 in popluar number systems.

HEX426C86
Decimal66108134
Binary1000010110110010000110
Octal102154206

Shades and tints

Shades of #426C86

#426C86
(66,108,134)
#3C637A
(60,99,122)
#365A6E
(54,90,110)
#305162
(48,81,98)
#2A4856
(42,72,86)
#243F4A
(36,63,74)
#1E363E
(30,54,62)
#182D32
(24,45,50)
#122426
(18,36,38)
#0C1B1A
(12,27,26)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #426C86

#426C86
(66,108,134)
#537991
(83,121,145)
#64869C
(100,134,156)
#7593A7
(117,147,167)
#86A0B2
(134,160,178)
#97ADBD
(151,173,189)
#A8BAC8
(168,186,200)
#B9C7D3
(185,199,211)
#CAD4DE
(202,212,222)
#DBE1E9
(219,225,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426C86 color. Also use rgb(66,108,134) instead hex code.

Text Font Color

.myTextColor { color: #426C86; }

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

This text font color is #426C86.


Background Color

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

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

This div background color is #426C86.


Border color

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

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

This div border color is #426C86.


Opacity

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

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

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

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

This text has shadow with #426C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426C86 on black background.


Color preview on white background

This text has color #426C86 on white background.



Black color preview on #426C86 background

This text has black color on #426C86 background.


White color preview on #426C86 background

This text has white color on #426C86 background.