COLOR #426A7F

HEX: #426A7F
RGB: (66,106,127)

Color info

#426A7F contains mainly green and blue colors. Web safe color of #426A7F is #336666 (or #366).

RGB color model

#426A7F color RGB value is (66,106,127).

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

RGB channels and saturation

R 66 of 255 = 26%
G 106 of 255 = 42%
B 127 of 255 = 50%

66
106
127

R + G + B ~ 39%. #426A7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 106 + 127 = 299 (100%)
R 66 of 299 ~ 22.07%
G 106 of 299 ~ 35.45%
B 127 of 299 ~ 42.47%

%22.07
%35.45
%42.47

CMYK color model

#426A7F color CMYK value is (48,17,0,50).

  • cyan value is 48.03%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(48,17,0,50)
C48M17Y0K50 
(48%,17%,0%,50%)
(0.48/0.17/0.00/0.50)	

CMYK percentages

%48.03
%16.54
%0
%50.2

Codes

Color #426A7F in popluar color models

426A7F
RGB66106127
HSL201°31.61%37.84%
HSB/HSV201°48.03%49.80%
CMYK48.03%16.54%0.00%
50.20%

Color #426A7F in popluar number systems.

HEX426A7F
Decimal66106127
Binary100001011010101111111
Octal102152177

Shades and tints

Shades of #426A7F

#426A7F
(66,106,127)
#3C6174
(60,97,116)
#365869
(54,88,105)
#304F5E
(48,79,94)
#2A4653
(42,70,83)
#243D48
(36,61,72)
#1E343D
(30,52,61)
#182B32
(24,43,50)
#122227
(18,34,39)
#0C191C
(12,25,28)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #426A7F

#426A7F
(66,106,127)
#53778A
(83,119,138)
#648495
(100,132,149)
#7591A0
(117,145,160)
#869EAB
(134,158,171)
#97ABB6
(151,171,182)
#A8B8C1
(168,184,193)
#B9C5CC
(185,197,204)
#CAD2D7
(202,210,215)
#DBDFE2
(219,223,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426A7F; }

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

This text font color is #426A7F.


Background Color

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

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

This div background color is #426A7F.


Border color

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

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

This div border color is #426A7F.


Opacity

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

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

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

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

This text has shadow with #426A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426A7F on black background.


Color preview on white background

This text has color #426A7F on white background.



Black color preview on #426A7F background

This text has black color on #426A7F background.


White color preview on #426A7F background

This text has white color on #426A7F background.