COLOR #426979

HEX: #426979
RGB: (66,105,121)

Color info

#426979 contains red, green and blue colors in about the same proportion. Web safe color of #426979 is #336666 (or #366).

RGB color model

#426979 color RGB value is (66,105,121).

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

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 121 of 255 = 47%

66
105
121

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

Portions of RGB colors in percentages

R + G + B =
66 + 105 + 121 = 292 (100%)
R 66 of 292 ~ 22.6%
G 105 of 292 ~ 35.96%
B 121 of 292 ~ 41.44%

%22.6
%35.96
%41.44

CMYK color model

#426979 color CMYK value is (45,13,0,53).

  • cyan value is 45.45%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(45,13,0,53)
C45M13Y0K53 
(45%,13%,0%,53%)
(0.45/0.13/0.00/0.53)	

CMYK percentages

%45.45
%13.22
%0
%52.55

Codes

Color #426979 in popluar color models

426979
RGB66105121
HSL197°29.41%36.67%
HSB/HSV197°45.45%47.45%
CMYK45.45%13.22%0.00%
52.55%

Color #426979 in popluar number systems.

HEX426979
Decimal66105121
Binary100001011010011111001
Octal102151171

Shades and tints

Shades of #426979

#426979
(66,105,121)
#3C606E
(60,96,110)
#365763
(54,87,99)
#304E58
(48,78,88)
#2A454D
(42,69,77)
#243C42
(36,60,66)
#1E3337
(30,51,55)
#182A2C
(24,42,44)
#122121
(18,33,33)
#0C1816
(12,24,22)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #426979

#426979
(66,105,121)
#537685
(83,118,133)
#648391
(100,131,145)
#75909D
(117,144,157)
#869DA9
(134,157,169)
#97AAB5
(151,170,181)
#A8B7C1
(168,183,193)
#B9C4CD
(185,196,205)
#CAD1D9
(202,209,217)
#DBDEE5
(219,222,229)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426979; }

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

This text font color is #426979.


Background Color

.myBgColor { background-color: #426979; }

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

This div background color is #426979.


Border color

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

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

This div border color is #426979.


Opacity

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

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

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

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

This text has shadow with #426979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426979 on black background.


Color preview on white background

This text has color #426979 on white background.



Black color preview on #426979 background

This text has black color on #426979 background.


White color preview on #426979 background

This text has white color on #426979 background.