COLOR #424E71

HEX: #424E71
RGB: (66,78,113)

Color info

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

RGB color model

#424E71 color RGB value is (66,78,113).

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

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 113 of 255 = 44%

66
78
113

R + G + B ~ 34%. #424E71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 78 + 113 = 257 (100%)
R 66 of 257 ~ 25.68%
G 78 of 257 ~ 30.35%
B 113 of 257 ~ 43.97%

%25.68
%30.35
%43.97

CMYK color model

#424E71 color CMYK value is (42,31,0,56).

  • cyan value is 41.59%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,31,0,56)
C42M31Y0K56 
(42%,31%,0%,56%)
(0.42/0.31/0.00/0.56)	

CMYK percentages

%41.59
%30.97
%0
%55.69

Codes

Color #424E71 in popluar color models

424E71
RGB6678113
HSL225°26.26%35.10%
HSB/HSV225°41.59%44.31%
CMYK41.59%30.97%0.00%
55.69%

Color #424E71 in popluar number systems.

HEX424E71
Decimal6678113
Binary100001010011101110001
Octal102116161

Shades and tints

Shades of #424E71

#424E71
(66,78,113)
#3C4767
(60,71,103)
#36405D
(54,64,93)
#303953
(48,57,83)
#2A3249
(42,50,73)
#242B3F
(36,43,63)
#1E2435
(30,36,53)
#181D2B
(24,29,43)
#121621
(18,22,33)
#0C0F17
(12,15,23)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #424E71

#424E71
(66,78,113)
#535E7D
(83,94,125)
#646E89
(100,110,137)
#757E95
(117,126,149)
#868EA1
(134,142,161)
#979EAD
(151,158,173)
#A8AEB9
(168,174,185)
#B9BEC5
(185,190,197)
#CACED1
(202,206,209)
#DBDEDD
(219,222,221)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424E71; }

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

This text font color is #424E71.


Background Color

.myBgColor { background-color: #424E71; }

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

This div background color is #424E71.


Border color

.myBorderColor { border: 1px solid #424E71; }

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

This div border color is #424E71.


Opacity

.myOpacity80 { color: #424E71; opacity: 0.8; }

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

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

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

This text has shadow with #424E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E71 on black background.


Color preview on white background

This text has color #424E71 on white background.



Black color preview on #424E71 background

This text has black color on #424E71 background.


White color preview on #424E71 background

This text has white color on #424E71 background.