COLOR #426F7D

HEX: #426F7D
RGB: (66,111,125)

Color info

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

RGB color model

#426F7D color RGB value is (66,111,125).

  • red value is 66;
  • green value is 111;
  • blue value is 125.
RGB:
(66,111,125)
(26%,44%,49%)

RGB channels and saturation

R 66 of 255 = 26%
G 111 of 255 = 44%
B 125 of 255 = 49%

66
111
125

R + G + B ~ 40%. #426F7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 111 + 125 = 302 (100%)
R 66 of 302 ~ 21.85%
G 111 of 302 ~ 36.75%
B 125 of 302 ~ 41.39%

%21.85
%36.75
%41.39

CMYK color model

#426F7D color CMYK value is (47,11,0,51).

  • cyan value is 47.20%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(47,11,0,51)
C47M11Y0K51 
(47%,11%,0%,51%)
(0.47/0.11/0.00/0.51)	

CMYK percentages

%47.2
%11.2
%0
%50.98

Codes

Color #426F7D in popluar color models

426F7D
RGB66111125
HSL194°30.89%37.45%
HSB/HSV194°47.20%49.02%
CMYK47.20%11.20%0.00%
50.98%

Color #426F7D in popluar number systems.

HEX426F7D
Decimal66111125
Binary100001011011111111101
Octal102157175

Shades and tints

Shades of #426F7D

#426F7D
(66,111,125)
#3C6572
(60,101,114)
#365B67
(54,91,103)
#30515C
(48,81,92)
#2A4751
(42,71,81)
#243D46
(36,61,70)
#1E333B
(30,51,59)
#182930
(24,41,48)
#121F25
(18,31,37)
#0C151A
(12,21,26)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #426F7D

#426F7D
(66,111,125)
#537C88
(83,124,136)
#648993
(100,137,147)
#75969E
(117,150,158)
#86A3A9
(134,163,169)
#97B0B4
(151,176,180)
#A8BDBF
(168,189,191)
#B9CACA
(185,202,202)
#CAD7D5
(202,215,213)
#DBE4E0
(219,228,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426F7D color. Also use rgb(66,111,125) instead hex code.

Text Font Color

.myTextColor { color: #426F7D; }

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

This text font color is #426F7D.


Background Color

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

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

This div background color is #426F7D.


Border color

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

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

This div border color is #426F7D.


Opacity

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

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

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

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

This text has shadow with #426F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426F7D on black background.


Color preview on white background

This text has color #426F7D on white background.



Black color preview on #426F7D background

This text has black color on #426F7D background.


White color preview on #426F7D background

This text has white color on #426F7D background.