COLOR #424AA1

HEX: #424AA1
RGB: (66,74,161)

Color info

#424AA1 contains mainly blue color. Web safe color of #424AA1 is #333399 (or #339).

RGB color model

#424AA1 color RGB value is (66,74,161).

  • red value is 66;
  • green value is 74;
  • blue value is 161.
RGB:
(66,74,161)
(26%,29%,63%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 161 of 255 = 63%

66
74
161

R + G + B ~ 39%. #424AA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 74 + 161 = 301 (100%)
R 66 of 301 ~ 21.93%
G 74 of 301 ~ 24.58%
B 161 of 301 ~ 53.49%

%21.93
%24.58
%53.49

CMYK color model

#424AA1 color CMYK value is (59,54,0,37).

  • cyan value is 59.01%
  • magenta value is 54.04%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(59,54,0,37)
C59M54Y0K37 
(59%,54%,0%,37%)
(0.59/0.54/0.00/0.37)	

CMYK percentages

%59.01
%54.04
%0
%36.86

Codes

Color #424AA1 in popluar color models

424AA1
RGB6674161
HSL235°41.85%44.51%
HSB/HSV235°59.01%63.14%
CMYK59.01%54.04%0.00%
36.86%

Color #424AA1 in popluar number systems.

HEX424AA1
Decimal6674161
Binary1000010100101010100001
Octal102112241

Shades and tints

Shades of #424AA1

#424AA1
(66,74,161)
#3C4493
(60,68,147)
#363E85
(54,62,133)
#303877
(48,56,119)
#2A3269
(42,50,105)
#242C5B
(36,44,91)
#1E264D
(30,38,77)
#18203F
(24,32,63)
#121A31
(18,26,49)
#0C1423
(12,20,35)
#060E15
(6,14,21)
#000000
(0,0,0)

Tints of #424AA1

#424AA1
(66,74,161)
#535AA9
(83,90,169)
#646AB1
(100,106,177)
#757AB9
(117,122,185)
#868AC1
(134,138,193)
#979AC9
(151,154,201)
#A8AAD1
(168,170,209)
#B9BAD9
(185,186,217)
#CACAE1
(202,202,225)
#DBDAE9
(219,218,233)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424AA1; }

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

This text font color is #424AA1.


Background Color

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

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

This div background color is #424AA1.


Border color

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

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

This div border color is #424AA1.


Opacity

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

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

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

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

This text has shadow with #424AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424AA1 on black background.


Color preview on white background

This text has color #424AA1 on white background.



Black color preview on #424AA1 background

This text has black color on #424AA1 background.


White color preview on #424AA1 background

This text has white color on #424AA1 background.