COLOR #424E8D

HEX: #424E8D RGB: (66,78,141)

Color info

#424E8D contains mainly blue color. Web safe color of #424E8D is #336699 (or #369).

RGB color model

#424E8D color RGB value is (66,78,141).

RGB: (66,78,141) (26%, 31%, 55%)

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 141 of 255 = 55%

66
78
141

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

Portions of RGB colors in percentages

R + G + B = 66 + 78 + 141 = 285 (100%)
R 66 of 285 ~ 23.16%
G 78 of 285 ~ 27.37%
B 141 of 285 ~ 49.47'%

%23.16
%27.37
%49.47

CMYK color model

#424E8D color CMYK value is (53,45,0,45).

  • cyan value is 53.19%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (53,45,0,45) C53M45Y0K45 (53%,45%,0%,45%) (0.53/0.45/0.00/0.45) 

CMYK percentages

%53.19
%44.68
%0
%44.71

Codes

Color #424E8D in popluar color models

42 4E 8D
RGB 66 78 141
HSL 230° 36.23% 40.59%
HSB/HSV 230° 53.19% 55.29%
CMYK 53.19% 44.68% 0.00%
44.71%

Color #424E8D in popluar number systems.

HEX 42 4E 8D
Decimal 66 78 141
Binary 1000010 1001110 10001101
Octal 102 116 215

Shades and tints

Shades of #424E8D

#424E8D
(66,78,141)
#3C4781
(60,71,129)
#364075
(54,64,117)
#303969
(48,57,105)
#2A325D
(42,50,93)
#242B51
(36,43,81)
#1E2445
(30,36,69)
#181D39
(24,29,57)
#12162D
(18,22,45)
#0C0F21
(12,15,33)
#060815
(6,8,21)
#000000
(0,0,0)

Tints of #424E8D

#424E8D
(66,78,141)
#535E97
(83,94,151)
#646EA1
(100,110,161)
#757EAB
(117,126,171)
#868EB5
(134,142,181)
#979EBF
(151,158,191)
#A8AEC9
(168,174,201)
#B9BED3
(185,190,211)
#CACEDD
(202,206,221)
#DBDEE7
(219,222,231)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424E8D; }

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

This text font color is #424E8D.

Background Color

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

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

This div background color is #424E8D.

Border color

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

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

This div border color is #424E8D.

Opacity

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

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

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

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

This text has shadow with #424E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424E8D.

Preview

Color preview on black background

This text has color #424E8D on black background.


Color preview on white background

This text has color #424E8D on white background.


Black color preview on #424E8D background

This text has black color on #424E8D background.


White color preview on #424E8D background

This text has white color on #424E8D background.


Related colors

Complementary color

Complementary color for #hex is #BDB172.


I love getcolorcode.com

Triadic colors

1 #8D424E and #4E8D42 with #424E8D are triadic colors.

2 #8D4E42 and #4E428D with #424E8D are triadic colors.