COLOR #426B79

HEX: #426B79
RGB: (66,107,121)

Color info

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

RGB color model

#426B79 color RGB value is (66,107,121).

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

RGB channels and saturation

R 66 of 255 = 26%
G 107 of 255 = 42%
B 121 of 255 = 47%

66
107
121

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

Portions of RGB colors in percentages

R + G + B =
66 + 107 + 121 = 294 (100%)
R 66 of 294 ~ 22.45%
G 107 of 294 ~ 36.39%
B 121 of 294 ~ 41.16%

%22.45
%36.39
%41.16

CMYK color model

#426B79 color CMYK value is (45,12,0,53).

  • cyan value is 45.45%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(45,12,0,53)
C45M12Y0K53 
(45%,12%,0%,53%)
(0.45/0.12/0.00/0.53)	

CMYK percentages

%45.45
%11.57
%0
%52.55

Codes

Color #426B79 in popluar color models

426B79
RGB66107121
HSL195°29.41%36.67%
HSB/HSV195°45.45%47.45%
CMYK45.45%11.57%0.00%
52.55%

Color #426B79 in popluar number systems.

HEX426B79
Decimal66107121
Binary100001011010111111001
Octal102153171

Shades and tints

Shades of #426B79

#426B79
(66,107,121)
#3C626E
(60,98,110)
#365963
(54,89,99)
#305058
(48,80,88)
#2A474D
(42,71,77)
#243E42
(36,62,66)
#1E3537
(30,53,55)
#182C2C
(24,44,44)
#122321
(18,35,33)
#0C1A16
(12,26,22)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #426B79

#426B79
(66,107,121)
#537885
(83,120,133)
#648591
(100,133,145)
#75929D
(117,146,157)
#869FA9
(134,159,169)
#97ACB5
(151,172,181)
#A8B9C1
(168,185,193)
#B9C6CD
(185,198,205)
#CAD3D9
(202,211,217)
#DBE0E5
(219,224,229)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426B79; }

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

This text font color is #426B79.


Background Color

.myBgColor { background-color: #426B79; }

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

This div background color is #426B79.


Border color

.myBorderColor { border: 1px solid #426B79; }

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

This div border color is #426B79.


Opacity

.myOpacity80 { color: #426B79; opacity: 0.8; }

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

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

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

This text has shadow with #426B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B79 on black background.


Color preview on white background

This text has color #426B79 on white background.



Black color preview on #426B79 background

This text has black color on #426B79 background.


White color preview on #426B79 background

This text has white color on #426B79 background.