COLOR #424A7C

HEX: #424A7C RGB: (66,74,124)

Color info

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

RGB color model

#424A7C color RGB value is (66,74,124).

RGB: (66,74,124) (26%, 29%, 49%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 124 of 255 = 49%

66
74
124

R + G + B ~ 35%. #424A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 74 + 124 = 264 (100%)
R 66 of 264 ~ 25%
G 74 of 264 ~ 28.03%
B 124 of 264 ~ 46.97'%

%25
%28.03
%46.97

CMYK color model

#424A7C color CMYK value is (47,40,0,51).

  • cyan value is 46.77%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (47,40,0,51) C47M40Y0K51 (47%,40%,0%,51%) (0.47/0.40/0.00/0.51) 

CMYK percentages

%46.77
%40.32
%0
%51.37

Codes

Color #424A7C in popluar color models

42 4A 7C
RGB 66 74 124
HSL 232° 30.53% 37.25%
HSB/HSV 232° 46.77% 48.63%
CMYK 46.77% 40.32% 0.00%
51.37%

Color #424A7C in popluar number systems.

HEX 42 4A 7C
Decimal 66 74 124
Binary 1000010 1001010 1111100
Octal 102 112 174

Shades and tints

Shades of #424A7C

#424A7C
(66,74,124)
#3C4471
(60,68,113)
#363E66
(54,62,102)
#30385B
(48,56,91)
#2A3250
(42,50,80)
#242C45
(36,44,69)
#1E263A
(30,38,58)
#18202F
(24,32,47)
#121A24
(18,26,36)
#0C1419
(12,20,25)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #424A7C

#424A7C
(66,74,124)
#535A87
(83,90,135)
#646A92
(100,106,146)
#757A9D
(117,122,157)
#868AA8
(134,138,168)
#979AB3
(151,154,179)
#A8AABE
(168,170,190)
#B9BAC9
(185,186,201)
#CACAD4
(202,202,212)
#DBDADF
(219,218,223)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A7C; }

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

This text font color is #424A7C.

Background Color

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

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

This div background color is #424A7C.

Border color

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

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

This div border color is #424A7C.

Opacity

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

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

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

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

This text has shadow with #424A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424A7C.

Preview

Color preview on black background

This text has color #424A7C on black background.


Color preview on white background

This text has color #424A7C on white background.


Black color preview on #424A7C background

This text has black color on #424A7C background.


White color preview on #424A7C background

This text has white color on #424A7C background.


Related colors

Complementary color

Complementary color for #hex is #BDB583.


I love getcolorcode.com

Triadic colors

1 #7C424A and #4A7C42 with #424A7C are triadic colors.

2 #7C4A42 and #4A427C with #424A7C are triadic colors.