COLOR #426974

HEX: #426974 RGB: (66,105,116)

Color info

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

RGB color model

#426974 color RGB value is (66,105,116).

RGB: (66,105,116) (26%, 41%, 45%)

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 116 of 255 = 45%

66
105
116

R + G + B ~ 37%. #426974 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 105 + 116 = 287 (100%)
R 66 of 287 ~ 23%
G 105 of 287 ~ 36.59%
B 116 of 287 ~ 40.42'%

%23
%36.59
%40.42

CMYK color model

#426974 color CMYK value is (43,9,0,55).

  • cyan value is 43.10%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (43,9,0,55)
C43M9Y0K55 (43%, 9%, 0%, 55%)
(0.43 / 0.09 / 0.00 / 0.55)

CMYK percentages

%43.1
%9.48
%0
%54.51

Codes

Color #426974 in popluar color models

42 69 74
RGB 66 105 116
HSL 193° 27.47% 35.69%
HSB/HSV 193° 43.10% 45.49%
CMYK 43.10% 9.48% 0.00%
54.51%

Color #426974 in popluar number systems.

HEX 42 69 74
Decimal 66 105 116
Binary 1000010 1101001 1110100
Octal 102 151 164

Shades and tints

Shades of #426974

#426974
(66,105,116)
#3C606A
(60,96,106)
#365760
(54,87,96)
#304E56
(48,78,86)
#2A454C
(42,69,76)
#243C42
(36,60,66)
#1E3338
(30,51,56)
#182A2E
(24,42,46)
#122124
(18,33,36)
#0C181A
(12,24,26)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #426974

#426974
(66,105,116)
#537680
(83,118,128)
#64838C
(100,131,140)
#759098
(117,144,152)
#869DA4
(134,157,164)
#97AAB0
(151,170,176)
#A8B7BC
(168,183,188)
#B9C4C8
(185,196,200)
#CAD1D4
(202,209,212)
#DBDEE0
(219,222,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426974; }

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

This text font color is #426974.

Background Color

.myBgColor { background-color: #426974; }

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

This div background color is #426974.

Border color

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

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

This div border color is #426974.

Opacity

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

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

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

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

This text has shadow with #426974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #426974.

Preview

Color preview on black background

This text has color #426974 on black background.


Color preview on white background

This text has color #426974 on white background.


Black color preview on #426974 background

This text has black color on #426974 background.


White color preview on #426974 background

This text has white color on #426974 background.


Related colors

Complementary color

Complementary color for #hex is #BD968B.


I love getcolorcode.com

Triadic colors

1 #744269 and #697442 with #426974 are triadic colors.

2 #746942 and #694274 with #426974 are triadic colors.