COLOR #426FA9

HEX: #426FA9
RGB: (66,111,169)

Color info

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

RGB color model

#426FA9 color RGB value is (66,111,169).

  • red value is 66;
  • green value is 111;
  • blue value is 169.
RGB:
(66,111,169)
(26%,44%,66%)

RGB channels and saturation

R 66 of 255 = 26%
G 111 of 255 = 44%
B 169 of 255 = 66%

66
111
169

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

Portions of RGB colors in percentages

R + G + B =
66 + 111 + 169 = 346 (100%)
R 66 of 346 ~ 19.08%
G 111 of 346 ~ 32.08%
B 169 of 346 ~ 48.84%

%19.08
%32.08
%48.84

CMYK color model

#426FA9 color CMYK value is (61,34,0,34).

  • cyan value is 60.95%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(61,34,0,34)
C61M34Y0K34 
(61%,34%,0%,34%)
(0.61/0.34/0.00/0.34)	

CMYK percentages

%60.95
%34.32
%0
%33.73

Codes

Color #426FA9 in popluar color models

426FA9
RGB66111169
HSL214°43.83%46.08%
HSB/HSV214°60.95%66.27%
CMYK60.95%34.32%0.00%
33.73%

Color #426FA9 in popluar number systems.

HEX426FA9
Decimal66111169
Binary1000010110111110101001
Octal102157251

Shades and tints

Shades of #426FA9

#426FA9
(66,111,169)
#3C659A
(60,101,154)
#365B8B
(54,91,139)
#30517C
(48,81,124)
#2A476D
(42,71,109)
#243D5E
(36,61,94)
#1E334F
(30,51,79)
#182940
(24,41,64)
#121F31
(18,31,49)
#0C1522
(12,21,34)
#060B13
(6,11,19)
#000000
(0,0,0)

Tints of #426FA9

#426FA9
(66,111,169)
#537CB0
(83,124,176)
#6489B7
(100,137,183)
#7596BE
(117,150,190)
#86A3C5
(134,163,197)
#97B0CC
(151,176,204)
#A8BDD3
(168,189,211)
#B9CADA
(185,202,218)
#CAD7E1
(202,215,225)
#DBE4E8
(219,228,232)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426FA9 color. Also use rgb(66,111,169) instead hex code.

Text Font Color

.myTextColor { color: #426FA9; }

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

This text font color is #426FA9.


Background Color

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

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

This div background color is #426FA9.


Border color

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

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

This div border color is #426FA9.


Opacity

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

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

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

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

This text has shadow with #426FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426FA9 on black background.


Color preview on white background

This text has color #426FA9 on white background.



Black color preview on #426FA9 background

This text has black color on #426FA9 background.


White color preview on #426FA9 background

This text has white color on #426FA9 background.