COLOR #424980

HEX: #424980
RGB: (66,73,128)

Color info

#424980 contains mainly green and blue colors. Web safe color of #424980 is #333366 (or #336).

RGB color model

#424980 color RGB value is (66,73,128).

  • red value is 66;
  • green value is 73;
  • blue value is 128.
RGB:
(66,73,128)
(26%,29%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 73 of 255 = 29%
B 128 of 255 = 50%

66
73
128

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

Portions of RGB colors in percentages

R + G + B =
66 + 73 + 128 = 267 (100%)
R 66 of 267 ~ 24.72%
G 73 of 267 ~ 27.34%
B 128 of 267 ~ 47.94%

%24.72
%27.34
%47.94

CMYK color model

#424980 color CMYK value is (48,43,0,50).

  • cyan value is 48.44%
  • magenta value is 42.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(48,43,0,50)
C48M43Y0K50 
(48%,43%,0%,50%)
(0.48/0.43/0.00/0.50)	

CMYK percentages

%48.44
%42.97
%0
%49.8

Codes

Color #424980 in popluar color models

424980
RGB6673128
HSL233°31.96%38.04%
HSB/HSV233°48.44%50.20%
CMYK48.44%42.97%0.00%
49.80%

Color #424980 in popluar number systems.

HEX424980
Decimal6673128
Binary1000010100100110000000
Octal102111200

Shades and tints

Shades of #424980

#424980
(66,73,128)
#3C4375
(60,67,117)
#363D6A
(54,61,106)
#30375F
(48,55,95)
#2A3154
(42,49,84)
#242B49
(36,43,73)
#1E253E
(30,37,62)
#181F33
(24,31,51)
#121928
(18,25,40)
#0C131D
(12,19,29)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #424980

#424980
(66,73,128)
#53598B
(83,89,139)
#646996
(100,105,150)
#7579A1
(117,121,161)
#8689AC
(134,137,172)
#9799B7
(151,153,183)
#A8A9C2
(168,169,194)
#B9B9CD
(185,185,205)
#CAC9D8
(202,201,216)
#DBD9E3
(219,217,227)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424980 color. Also use rgb(66,73,128) instead hex code.

Text Font Color

.myTextColor { color: #424980; }

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

This text font color is #424980.


Background Color

.myBgColor { background-color: #424980; }

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

This div background color is #424980.


Border color

.myBorderColor { border: 1px solid #424980; }

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

This div border color is #424980.


Opacity

.myOpacity80 { color: #424980; opacity: 0.8; }

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

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

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

This text has shadow with #424980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424980 on black background.


Color preview on white background

This text has color #424980 on white background.



Black color preview on #424980 background

This text has black color on #424980 background.


White color preview on #424980 background

This text has white color on #424980 background.