COLOR #424D9B

HEX: #424D9B
RGB: (66,77,155)

Color info

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

RGB color model

#424D9B color RGB value is (66,77,155).

  • red value is 66;
  • green value is 77;
  • blue value is 155.
RGB:
(66,77,155)
(26%,30%,61%)

RGB channels and saturation

R 66 of 255 = 26%
G 77 of 255 = 30%
B 155 of 255 = 61%

66
77
155

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

Portions of RGB colors in percentages

R + G + B =
66 + 77 + 155 = 298 (100%)
R 66 of 298 ~ 22.15%
G 77 of 298 ~ 25.84%
B 155 of 298 ~ 52.01%

%22.15
%25.84
%52.01

CMYK color model

#424D9B color CMYK value is (57,50,0,39).

  • cyan value is 57.42%
  • magenta value is 50.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(57,50,0,39)
C57M50Y0K39 
(57%,50%,0%,39%)
(0.57/0.50/0.00/0.39)	

CMYK percentages

%57.42
%50.32
%0
%39.22

Codes

Color #424D9B in popluar color models

424D9B
RGB6677155
HSL233°40.27%43.33%
HSB/HSV233°57.42%60.78%
CMYK57.42%50.32%0.00%
39.22%

Color #424D9B in popluar number systems.

HEX424D9B
Decimal6677155
Binary1000010100110110011011
Octal102115233

Shades and tints

Shades of #424D9B

#424D9B
(66,77,155)
#3C468D
(60,70,141)
#363F7F
(54,63,127)
#303871
(48,56,113)
#2A3163
(42,49,99)
#242A55
(36,42,85)
#1E2347
(30,35,71)
#181C39
(24,28,57)
#12152B
(18,21,43)
#0C0E1D
(12,14,29)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #424D9B

#424D9B
(66,77,155)
#535DA4
(83,93,164)
#646DAD
(100,109,173)
#757DB6
(117,125,182)
#868DBF
(134,141,191)
#979DC8
(151,157,200)
#A8ADD1
(168,173,209)
#B9BDDA
(185,189,218)
#CACDE3
(202,205,227)
#DBDDEC
(219,221,236)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424D9B color. Also use rgb(66,77,155) instead hex code.

Text Font Color

.myTextColor { color: #424D9B; }

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

This text font color is #424D9B.


Background Color

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

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

This div background color is #424D9B.


Border color

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

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

This div border color is #424D9B.


Opacity

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

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

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

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

This text has shadow with #424D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424D9B on black background.


Color preview on white background

This text has color #424D9B on white background.



Black color preview on #424D9B background

This text has black color on #424D9B background.


White color preview on #424D9B background

This text has white color on #424D9B background.