COLOR #426090

HEX: #426090
RGB: (66,96,144)

Color info

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

RGB color model

#426090 color RGB value is (66,96,144).

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

RGB channels and saturation

R 66 of 255 = 26%
G 96 of 255 = 38%
B 144 of 255 = 56%

66
96
144

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

Portions of RGB colors in percentages

R + G + B =
66 + 96 + 144 = 306 (100%)
R 66 of 306 ~ 21.57%
G 96 of 306 ~ 31.37%
B 144 of 306 ~ 47.06%

%21.57
%31.37
%47.06

CMYK color model

#426090 color CMYK value is (54,33,0,44).

  • cyan value is 54.17%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(54,33,0,44)
C54M33Y0K44 
(54%,33%,0%,44%)
(0.54/0.33/0.00/0.44)	

CMYK percentages

%54.17
%33.33
%0
%43.53

Codes

Color #426090 in popluar color models

426090
RGB6696144
HSL217°37.14%41.18%
HSB/HSV217°54.17%56.47%
CMYK54.17%33.33%0.00%
43.53%

Color #426090 in popluar number systems.

HEX426090
Decimal6696144
Binary1000010110000010010000
Octal102140220

Shades and tints

Shades of #426090

#426090
(66,96,144)
#3C5883
(60,88,131)
#365076
(54,80,118)
#304869
(48,72,105)
#2A405C
(42,64,92)
#24384F
(36,56,79)
#1E3042
(30,48,66)
#182835
(24,40,53)
#122028
(18,32,40)
#0C181B
(12,24,27)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #426090

#426090
(66,96,144)
#536E9A
(83,110,154)
#647CA4
(100,124,164)
#758AAE
(117,138,174)
#8698B8
(134,152,184)
#97A6C2
(151,166,194)
#A8B4CC
(168,180,204)
#B9C2D6
(185,194,214)
#CAD0E0
(202,208,224)
#DBDEEA
(219,222,234)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426090; }

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

This text font color is #426090.


Background Color

.myBgColor { background-color: #426090; }

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

This div background color is #426090.


Border color

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

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

This div border color is #426090.


Opacity

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

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

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

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

This text has shadow with #426090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426090 on black background.


Color preview on white background

This text has color #426090 on white background.



Black color preview on #426090 background

This text has black color on #426090 background.


White color preview on #426090 background

This text has white color on #426090 background.