COLOR #426471

HEX: #426471
RGB: (66,100,113)

Color info

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

RGB color model

#426471 color RGB value is (66,100,113).

  • red value is 66;
  • green value is 100;
  • blue value is 113.
RGB:
(66,100,113)
(26%,39%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 113 of 255 = 44%

66
100
113

R + G + B ~ 36%. #426471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 113 = 279 (100%)
R 66 of 279 ~ 23.66%
G 100 of 279 ~ 35.84%
B 113 of 279 ~ 40.5%

%23.66
%35.84
%40.5

CMYK color model

#426471 color CMYK value is (42,12,0,56).

  • cyan value is 41.59%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,12,0,56)
C42M12Y0K56 
(42%,12%,0%,56%)
(0.42/0.12/0.00/0.56)	

CMYK percentages

%41.59
%11.5
%0
%55.69

Codes

Color #426471 in popluar color models

426471
RGB66100113
HSL197°26.26%35.10%
HSB/HSV197°41.59%44.31%
CMYK41.59%11.50%0.00%
55.69%

Color #426471 in popluar number systems.

HEX426471
Decimal66100113
Binary100001011001001110001
Octal102144161

Shades and tints

Shades of #426471

#426471
(66,100,113)
#3C5B67
(60,91,103)
#36525D
(54,82,93)
#304953
(48,73,83)
#2A4049
(42,64,73)
#24373F
(36,55,63)
#1E2E35
(30,46,53)
#18252B
(24,37,43)
#121C21
(18,28,33)
#0C1317
(12,19,23)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #426471

#426471
(66,100,113)
#53727D
(83,114,125)
#648089
(100,128,137)
#758E95
(117,142,149)
#869CA1
(134,156,161)
#97AAAD
(151,170,173)
#A8B8B9
(168,184,185)
#B9C6C5
(185,198,197)
#CAD4D1
(202,212,209)
#DBE2DD
(219,226,221)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426471 color. Also use rgb(66,100,113) instead hex code.

Text Font Color

.myTextColor { color: #426471; }

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

This text font color is #426471.


Background Color

.myBgColor { background-color: #426471; }

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

This div background color is #426471.


Border color

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

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

This div border color is #426471.


Opacity

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

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

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

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

This text has shadow with #426471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426471 on black background.


Color preview on white background

This text has color #426471 on white background.



Black color preview on #426471 background

This text has black color on #426471 background.


White color preview on #426471 background

This text has white color on #426471 background.