COLOR #426080

HEX: #426080
RGB: (66,96,128)

Color info

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

RGB color model

#426080 color RGB value is (66,96,128).

  • red value is 66;
  • green value is 96;
  • blue value is 128.
RGB:
(66,96,128)
(26%,38%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 96 of 255 = 38%
B 128 of 255 = 50%

66
96
128

R + G + B ~ 38%. #426080 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 96 + 128 = 290 (100%)
R 66 of 290 ~ 22.76%
G 96 of 290 ~ 33.1%
B 128 of 290 ~ 44.14%

%22.76
%33.1
%44.14

CMYK color model

#426080 color CMYK value is (48,25,0,50).

  • cyan value is 48.44%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(48,25,0,50)
C48M25Y0K50 
(48%,25%,0%,50%)
(0.48/0.25/0.00/0.50)	

CMYK percentages

%48.44
%25
%0
%49.8

Codes

Color #426080 in popluar color models

426080
RGB6696128
HSL211°31.96%38.04%
HSB/HSV211°48.44%50.20%
CMYK48.44%25.00%0.00%
49.80%

Color #426080 in popluar number systems.

HEX426080
Decimal6696128
Binary1000010110000010000000
Octal102140200

Shades and tints

Shades of #426080

#426080
(66,96,128)
#3C5875
(60,88,117)
#36506A
(54,80,106)
#30485F
(48,72,95)
#2A4054
(42,64,84)
#243849
(36,56,73)
#1E303E
(30,48,62)
#182833
(24,40,51)
#122028
(18,32,40)
#0C181D
(12,24,29)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #426080

#426080
(66,96,128)
#536E8B
(83,110,139)
#647C96
(100,124,150)
#758AA1
(117,138,161)
#8698AC
(134,152,172)
#97A6B7
(151,166,183)
#A8B4C2
(168,180,194)
#B9C2CD
(185,194,205)
#CAD0D8
(202,208,216)
#DBDEE3
(219,222,227)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426080 color. Also use rgb(66,96,128) instead hex code.

Text Font Color

.myTextColor { color: #426080; }

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

This text font color is #426080.


Background Color

.myBgColor { background-color: #426080; }

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

This div background color is #426080.


Border color

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

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

This div border color is #426080.


Opacity

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

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

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

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

This text has shadow with #426080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426080 on black background.


Color preview on white background

This text has color #426080 on white background.



Black color preview on #426080 background

This text has black color on #426080 background.


White color preview on #426080 background

This text has white color on #426080 background.