COLOR #424B90

HEX: #424B90 RGB: (66,75,144)

Color info

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

RGB color model

#424B90 color RGB value is (66,75,144).

RGB: (66,75,144) (26%, 29%, 56%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 144 of 255 = 56%

66
75
144

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

Portions of RGB colors in percentages

R + G + B = 66 + 75 + 144 = 285 (100%)
R 66 of 285 ~ 23.16%
G 75 of 285 ~ 26.32%
B 144 of 285 ~ 50.53'%

%23.16
%26.32
%50.53

CMYK color model

#424B90 color CMYK value is (54,48,0,44).

  • cyan value is 54.17%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (54,48,0,44)
C54M48Y0K44 (54%, 48%, 0%, 44%)
(0.54 / 0.48 / 0.00 / 0.44)

CMYK percentages

%54.17
%47.92
%0
%43.53

Codes

Color #424B90 in popluar color models

42 4B 90
RGB 66 75 144
HSL 233° 37.14% 41.18%
HSB/HSV 233° 54.17% 56.47%
CMYK 54.17% 47.92% 0.00%
43.53%

Color #424B90 in popluar number systems.

HEX 42 4B 90
Decimal 66 75 144
Binary 1000010 1001011 10010000
Octal 102 113 220

Shades and tints

Shades of #424B90

#424B90
(66,75,144)
#3C4583
(60,69,131)
#363F76
(54,63,118)
#303969
(48,57,105)
#2A335C
(42,51,92)
#242D4F
(36,45,79)
#1E2742
(30,39,66)
#182135
(24,33,53)
#121B28
(18,27,40)
#0C151B
(12,21,27)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #424B90

#424B90
(66,75,144)
#535B9A
(83,91,154)
#646BA4
(100,107,164)
#757BAE
(117,123,174)
#868BB8
(134,139,184)
#979BC2
(151,155,194)
#A8ABCC
(168,171,204)
#B9BBD6
(185,187,214)
#CACBE0
(202,203,224)
#DBDBEA
(219,219,234)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B90; }

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

This text font color is #424B90.

Background Color

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

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

This div background color is #424B90.

Border color

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

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

This div border color is #424B90.

Opacity

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

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

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

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

This text has shadow with #424B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424B90.

Preview

Color preview on black background

This text has color #424B90 on black background.


Color preview on white background

This text has color #424B90 on white background.


Black color preview on #424B90 background

This text has black color on #424B90 background.


White color preview on #424B90 background

This text has white color on #424B90 background.


Related colors

Complementary color

Complementary color for #hex is #BDB46F.


I love getcolorcode.com

Triadic colors

1 #90424B and #4B9042 with #424B90 are triadic colors.

2 #904B42 and #4B4290 with #424B90 are triadic colors.