COLOR #424280

HEX: #424280
RGB: (66,66,128)

Color info

#424280 contains mainly blue color. Web safe color of #424280 is #333366 (or #336).

RGB color model

#424280 color RGB value is (66,66,128).

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

RGB channels and saturation

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

66
66
128

R + G + B ~ 34%. #424280 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 128 = 260 (100%)
R 66 of 260 ~ 25.38%
G 66 of 260 ~ 25.38%
B 128 of 260 ~ 49.23%

%25.38
%25.38
%49.23

CMYK color model

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

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

CMYK percentages

%48.44
%48.44
%0
%49.8

Codes

Color #424280 in popluar color models

424280
RGB6666128
HSL240°31.96%38.04%
HSB/HSV240°48.44%50.20%
CMYK48.44%48.44%0.00%
49.80%

Color #424280 in popluar number systems.

HEX424280
Decimal6666128
Binary1000010100001010000000
Octal102102200

Shades and tints

Shades of #424280

#424280
(66,66,128)
#3C3C75
(60,60,117)
#36366A
(54,54,106)
#30305F
(48,48,95)
#2A2A54
(42,42,84)
#242449
(36,36,73)
#1E1E3E
(30,30,62)
#181833
(24,24,51)
#121228
(18,18,40)
#0C0C1D
(12,12,29)
#060612
(6,6,18)
#000000
(0,0,0)

Tints of #424280

#424280
(66,66,128)
#53538B
(83,83,139)
#646496
(100,100,150)
#7575A1
(117,117,161)
#8686AC
(134,134,172)
#9797B7
(151,151,183)
#A8A8C2
(168,168,194)
#B9B9CD
(185,185,205)
#CACAD8
(202,202,216)
#DBDBE3
(219,219,227)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424280; }

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

This text font color is #424280.


Background Color

.myBgColor { background-color: #424280; }

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

This div background color is #424280.


Border color

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

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

This div border color is #424280.


Opacity

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

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

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

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

This text has shadow with #424280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424280 on black background.


Color preview on white background

This text has color #424280 on white background.



Black color preview on #424280 background

This text has black color on #424280 background.


White color preview on #424280 background

This text has white color on #424280 background.