COLOR #424BAB

HEX: #424BAB RGB: (66,75,171)

Color info

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

RGB color model

#424BAB color RGB value is (66,75,171).

RGB: (66,75,171) (26%, 29%, 67%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 171 of 255 = 67%

66
75
171

R + G + B ~ 41%. #424BAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 75 + 171 = 312 (100%)
R 66 of 312 ~ 21.15%
G 75 of 312 ~ 24.04%
B 171 of 312 ~ 54.81'%

%21.15
%24.04
%54.81

CMYK color model

#424BAB color CMYK value is (61,56,0,33).

  • cyan value is 61.40%
  • magenta value is 56.14%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (61,56,0,33) C61M56Y0K33 (61%,56%,0%,33%) (0.61/0.56/0.00/0.33) 

CMYK percentages

%61.4
%56.14
%0
%32.94

Codes

Color #424BAB in popluar color models

42 4B AB
RGB 66 75 171
HSL 235° 44.30% 46.47%
HSB/HSV 235° 61.40% 67.06%
CMYK 61.40% 56.14% 0.00%
32.94%

Color #424BAB in popluar number systems.

HEX 42 4B AB
Decimal 66 75 171
Binary 1000010 1001011 10101011
Octal 102 113 253

Shades and tints

Shades of #424BAB

#424BAB
(66,75,171)
#3C459C
(60,69,156)
#363F8D
(54,63,141)
#30397E
(48,57,126)
#2A336F
(42,51,111)
#242D60
(36,45,96)
#1E2751
(30,39,81)
#182142
(24,33,66)
#121B33
(18,27,51)
#0C1524
(12,21,36)
#060F15
(6,15,21)
#000000
(0,0,0)

Tints of #424BAB

#424BAB
(66,75,171)
#535BB2
(83,91,178)
#646BB9
(100,107,185)
#757BC0
(117,123,192)
#868BC7
(134,139,199)
#979BCE
(151,155,206)
#A8ABD5
(168,171,213)
#B9BBDC
(185,187,220)
#CACBE3
(202,203,227)
#DBDBEA
(219,219,234)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424BAB color. Also use rgb(66,75,171) instead hex code.

Text Font Color

.myTextColor { color: #424BAB; }

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

This text font color is #424BAB.

Background Color

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

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

This div background color is #424BAB.

Border color

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

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

This div border color is #424BAB.

Opacity

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

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

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

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

This text has shadow with #424BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424BAB.

Preview

Color preview on black background

This text has color #424BAB on black background.


Color preview on white background

This text has color #424BAB on white background.


Black color preview on #424BAB background

This text has black color on #424BAB background.


White color preview on #424BAB background

This text has white color on #424BAB background.


Related colors

Complementary color

Complementary color for #hex is #BDB454.


I love getcolorcode.com

Triadic colors

1 #AB424B and #4BAB42 with #424BAB are triadic colors.

2 #AB4B42 and #4B42AB with #424BAB are triadic colors.