COLOR #426985

HEX: #426985
RGB: (66,105,133)

Color info

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

RGB color model

#426985 color RGB value is (66,105,133).

  • red value is 66;
  • green value is 105;
  • blue value is 133.
RGB:
(66,105,133)
(26%,41%,52%)

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 133 of 255 = 52%

66
105
133

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

Portions of RGB colors in percentages

R + G + B =
66 + 105 + 133 = 304 (100%)
R 66 of 304 ~ 21.71%
G 105 of 304 ~ 34.54%
B 133 of 304 ~ 43.75%

%21.71
%34.54
%43.75

CMYK color model

#426985 color CMYK value is (50,21,0,48).

  • cyan value is 50.38%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(50,21,0,48)
C50M21Y0K48 
(50%,21%,0%,48%)
(0.50/0.21/0.00/0.48)	

CMYK percentages

%50.38
%21.05
%0
%47.84

Codes

Color #426985 in popluar color models

426985
RGB66105133
HSL205°33.67%39.02%
HSB/HSV205°50.38%52.16%
CMYK50.38%21.05%0.00%
47.84%

Color #426985 in popluar number systems.

HEX426985
Decimal66105133
Binary1000010110100110000101
Octal102151205

Shades and tints

Shades of #426985

#426985
(66,105,133)
#3C6079
(60,96,121)
#36576D
(54,87,109)
#304E61
(48,78,97)
#2A4555
(42,69,85)
#243C49
(36,60,73)
#1E333D
(30,51,61)
#182A31
(24,42,49)
#122125
(18,33,37)
#0C1819
(12,24,25)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #426985

#426985
(66,105,133)
#537690
(83,118,144)
#64839B
(100,131,155)
#7590A6
(117,144,166)
#869DB1
(134,157,177)
#97AABC
(151,170,188)
#A8B7C7
(168,183,199)
#B9C4D2
(185,196,210)
#CAD1DD
(202,209,221)
#DBDEE8
(219,222,232)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426985 color. Also use rgb(66,105,133) instead hex code.

Text Font Color

.myTextColor { color: #426985; }

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

This text font color is #426985.


Background Color

.myBgColor { background-color: #426985; }

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

This div background color is #426985.


Border color

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

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

This div border color is #426985.


Opacity

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

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

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

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

This text has shadow with #426985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426985 on black background.


Color preview on white background

This text has color #426985 on white background.



Black color preview on #426985 background

This text has black color on #426985 background.


White color preview on #426985 background

This text has white color on #426985 background.