COLOR #426574

HEX: #426574 RGB: (66,101,116)

Color info

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

RGB color model

#426574 color RGB value is (66,101,116).

RGB: (66,101,116) (26%, 40%, 45%)

RGB channels and saturation

R 66 of 255 = 26%
G 101 of 255 = 40%
B 116 of 255 = 45%

66
101
116

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

Portions of RGB colors in percentages

R + G + B = 66 + 101 + 116 = 283 (100%)
R 66 of 283 ~ 23.32%
G 101 of 283 ~ 35.69%
B 116 of 283 ~ 40.99'%

%23.32
%35.69
%40.99

CMYK color model

#426574 color CMYK value is (43,13,0,55).

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

CMYK: (43,13,0,55)
C43M13Y0K55 (43%, 13%, 0%, 55%)
(0.43 / 0.13 / 0.00 / 0.55)

CMYK percentages

%43.1
%12.93
%0
%54.51

Codes

Color #426574 in popluar color models

42 65 74
RGB 66 101 116
HSL 198° 27.47% 35.69%
HSB/HSV 198° 43.10% 45.49%
CMYK 43.10% 12.93% 0.00%
54.51%

Color #426574 in popluar number systems.

HEX 42 65 74
Decimal 66 101 116
Binary 1000010 1100101 1110100
Octal 102 145 164

Shades and tints

Shades of #426574

#426574
(66,101,116)
#3C5C6A
(60,92,106)
#365360
(54,83,96)
#304A56
(48,74,86)
#2A414C
(42,65,76)
#243842
(36,56,66)
#1E2F38
(30,47,56)
#18262E
(24,38,46)
#121D24
(18,29,36)
#0C141A
(12,20,26)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #426574

#426574
(66,101,116)
#537380
(83,115,128)
#64818C
(100,129,140)
#758F98
(117,143,152)
#869DA4
(134,157,164)
#97ABB0
(151,171,176)
#A8B9BC
(168,185,188)
#B9C7C8
(185,199,200)
#CAD5D4
(202,213,212)
#DBE3E0
(219,227,224)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426574; }

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

This text font color is #426574.

Background Color

.myBgColor { background-color: #426574; }

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

This div background color is #426574.

Border color

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

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

This div border color is #426574.

Opacity

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

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

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

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

This text has shadow with #426574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #426574.

Preview

Color preview on black background

This text has color #426574 on black background.


Color preview on white background

This text has color #426574 on white background.


Black color preview on #426574 background

This text has black color on #426574 background.


White color preview on #426574 background

This text has white color on #426574 background.


Related colors

Complementary color

Complementary color for #hex is #BD9A8B.


I love getcolorcode.com

Triadic colors

1 #744265 and #657442 with #426574 are triadic colors.

2 #746542 and #654274 with #426574 are triadic colors.