COLOR #426681

HEX: #426681
RGB: (66,102,129)

Color info

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

RGB color model

#426681 color RGB value is (66,102,129).

  • red value is 66;
  • green value is 102;
  • blue value is 129.
RGB:
(66,102,129)
(26%,40%,51%)

RGB channels and saturation

R 66 of 255 = 26%
G 102 of 255 = 40%
B 129 of 255 = 51%

66
102
129

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

Portions of RGB colors in percentages

R + G + B =
66 + 102 + 129 = 297 (100%)
R 66 of 297 ~ 22.22%
G 102 of 297 ~ 34.34%
B 129 of 297 ~ 43.43%

%22.22
%34.34
%43.43

CMYK color model

#426681 color CMYK value is (49,21,0,49).

  • cyan value is 48.84%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(49,21,0,49)
C49M21Y0K49 
(49%,21%,0%,49%)
(0.49/0.21/0.00/0.49)	

CMYK percentages

%48.84
%20.93
%0
%49.41

Codes

Color #426681 in popluar color models

426681
RGB66102129
HSL206°32.31%38.24%
HSB/HSV206°48.84%50.59%
CMYK48.84%20.93%0.00%
49.41%

Color #426681 in popluar number systems.

HEX426681
Decimal66102129
Binary1000010110011010000001
Octal102146201

Shades and tints

Shades of #426681

#426681
(66,102,129)
#3C5D76
(60,93,118)
#36546B
(54,84,107)
#304B60
(48,75,96)
#2A4255
(42,66,85)
#24394A
(36,57,74)
#1E303F
(30,48,63)
#182734
(24,39,52)
#121E29
(18,30,41)
#0C151E
(12,21,30)
#060C13
(6,12,19)
#000000
(0,0,0)

Tints of #426681

#426681
(66,102,129)
#53738C
(83,115,140)
#648097
(100,128,151)
#758DA2
(117,141,162)
#869AAD
(134,154,173)
#97A7B8
(151,167,184)
#A8B4C3
(168,180,195)
#B9C1CE
(185,193,206)
#CACED9
(202,206,217)
#DBDBE4
(219,219,228)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426681 color. Also use rgb(66,102,129) instead hex code.

Text Font Color

.myTextColor { color: #426681; }

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

This text font color is #426681.


Background Color

.myBgColor { background-color: #426681; }

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

This div background color is #426681.


Border color

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

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

This div border color is #426681.


Opacity

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

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

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

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

This text has shadow with #426681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426681 on black background.


Color preview on white background

This text has color #426681 on white background.



Black color preview on #426681 background

This text has black color on #426681 background.


White color preview on #426681 background

This text has white color on #426681 background.