COLOR #426791

HEX: #426791
RGB: (66,103,145)

Color info

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

RGB color model

#426791 color RGB value is (66,103,145).

  • red value is 66;
  • green value is 103;
  • blue value is 145.
RGB:
(66,103,145)
(26%,40%,57%)

RGB channels and saturation

R 66 of 255 = 26%
G 103 of 255 = 40%
B 145 of 255 = 57%

66
103
145

R + G + B ~ 41%. #426791 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 103 + 145 = 314 (100%)
R 66 of 314 ~ 21.02%
G 103 of 314 ~ 32.8%
B 145 of 314 ~ 46.18%

%21.02
%32.8
%46.18

CMYK color model

#426791 color CMYK value is (54,29,0,43).

  • cyan value is 54.48%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(54,29,0,43)
C54M29Y0K43 
(54%,29%,0%,43%)
(0.54/0.29/0.00/0.43)	

CMYK percentages

%54.48
%28.97
%0
%43.14

Codes

Color #426791 in popluar color models

426791
RGB66103145
HSL212°37.44%41.37%
HSB/HSV212°54.48%56.86%
CMYK54.48%28.97%0.00%
43.14%

Color #426791 in popluar number systems.

HEX426791
Decimal66103145
Binary1000010110011110010001
Octal102147221

Shades and tints

Shades of #426791

#426791
(66,103,145)
#3C5E84
(60,94,132)
#365577
(54,85,119)
#304C6A
(48,76,106)
#2A435D
(42,67,93)
#243A50
(36,58,80)
#1E3143
(30,49,67)
#182836
(24,40,54)
#121F29
(18,31,41)
#0C161C
(12,22,28)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #426791

#426791
(66,103,145)
#53749B
(83,116,155)
#6481A5
(100,129,165)
#758EAF
(117,142,175)
#869BB9
(134,155,185)
#97A8C3
(151,168,195)
#A8B5CD
(168,181,205)
#B9C2D7
(185,194,215)
#CACFE1
(202,207,225)
#DBDCEB
(219,220,235)
#ECE9F5
(236,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426791 color. Also use rgb(66,103,145) instead hex code.

Text Font Color

.myTextColor { color: #426791; }

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

This text font color is #426791.


Background Color

.myBgColor { background-color: #426791; }

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

This div background color is #426791.


Border color

.myBorderColor { border: 1px solid #426791; }

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

This div border color is #426791.


Opacity

.myOpacity80 { color: #426791; opacity: 0.8; }

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

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

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

This text has shadow with #426791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426791 on black background.


Color preview on white background

This text has color #426791 on white background.



Black color preview on #426791 background

This text has black color on #426791 background.


White color preview on #426791 background

This text has white color on #426791 background.