COLOR #424A78

HEX: #424A78 RGB: (66,74,120)

Color info

#424A78 contains red, green and blue colors in about the same proportion. Web safe color of #424A78 is #333366 (or #336).

RGB color model

#424A78 color RGB value is (66,74,120).

RGB: (66,74,120) (26%, 29%, 47%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 120 of 255 = 47%

66
74
120

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

Portions of RGB colors in percentages

R + G + B = 66 + 74 + 120 = 260 (100%)
R 66 of 260 ~ 25.38%
G 74 of 260 ~ 28.46%
B 120 of 260 ~ 46.15'%

%25.38
%28.46
%46.15

CMYK color model

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

  • cyan value is 45.00%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (45,38,0,53)
C45M38Y0K53 (45%, 38%, 0%, 53%)
(0.45 / 0.38 / 0.00 / 0.53)

CMYK percentages

%45
%38.33
%0
%52.94

Codes

Color #424A78 in popluar color models

42 4A 78
RGB 66 74 120
HSL 231° 29.03% 36.47%
HSB/HSV 231° 45.00% 47.06%
CMYK 45.00% 38.33% 0.00%
52.94%

Color #424A78 in popluar number systems.

HEX 42 4A 78
Decimal 66 74 120
Binary 1000010 1001010 1111000
Octal 102 112 170

Shades and tints

Shades of #424A78

#424A78
(66,74,120)
#3C446E
(60,68,110)
#363E64
(54,62,100)
#30385A
(48,56,90)
#2A3250
(42,50,80)
#242C46
(36,44,70)
#1E263C
(30,38,60)
#182032
(24,32,50)
#121A28
(18,26,40)
#0C141E
(12,20,30)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #424A78

#424A78
(66,74,120)
#535A84
(83,90,132)
#646A90
(100,106,144)
#757A9C
(117,122,156)
#868AA8
(134,138,168)
#979AB4
(151,154,180)
#A8AAC0
(168,170,192)
#B9BACC
(185,186,204)
#CACAD8
(202,202,216)
#DBDAE4
(219,218,228)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424A78 color. Also use rgb(66,74,120) instead hex code.

Text Font Color

.myTextColor { color: #424A78; }

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

This text font color is #424A78.

Background Color

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

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

This div background color is #424A78.

Border color

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

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

This div border color is #424A78.

Opacity

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

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

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

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

This text has shadow with #424A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424A78.

Preview

Color preview on black background

This text has color #424A78 on black background.


Color preview on white background

This text has color #424A78 on white background.


Black color preview on #424A78 background

This text has black color on #424A78 background.


White color preview on #424A78 background

This text has white color on #424A78 background.


Related colors

Complementary color

Complementary color for #hex is #BDB587.


I love getcolorcode.com

Triadic colors

1 #78424A and #4A7842 with #424A78 are triadic colors.

2 #784A42 and #4A4278 with #424A78 are triadic colors.