COLOR #424282

HEX: #424282
RGB: (66,66,130)

Color info

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

RGB color model

#424282 color RGB value is (66,66,130).

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

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 130 of 255 = 51%

66
66
130

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

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 130 = 262 (100%)
R 66 of 262 ~ 25.19%
G 66 of 262 ~ 25.19%
B 130 of 262 ~ 49.62%

%25.19
%25.19
%49.62

CMYK color model

#424282 color CMYK value is (49,49,0,49).

  • cyan value is 49.23%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(49,49,0,49)
C49M49Y0K49 
(49%,49%,0%,49%)
(0.49/0.49/0.00/0.49)	

CMYK percentages

%49.23
%49.23
%0
%49.02

Codes

Color #424282 in popluar color models

424282
RGB6666130
HSL240°32.65%38.43%
HSB/HSV240°49.23%50.98%
CMYK49.23%49.23%0.00%
49.02%

Color #424282 in popluar number systems.

HEX424282
Decimal6666130
Binary1000010100001010000010
Octal102102202

Shades and tints

Shades of #424282

#424282
(66,66,130)
#3C3C77
(60,60,119)
#36366C
(54,54,108)
#303061
(48,48,97)
#2A2A56
(42,42,86)
#24244B
(36,36,75)
#1E1E40
(30,30,64)
#181835
(24,24,53)
#12122A
(18,18,42)
#0C0C1F
(12,12,31)
#060614
(6,6,20)
#000000
(0,0,0)

Tints of #424282

#424282
(66,66,130)
#53538D
(83,83,141)
#646498
(100,100,152)
#7575A3
(117,117,163)
#8686AE
(134,134,174)
#9797B9
(151,151,185)
#A8A8C4
(168,168,196)
#B9B9CF
(185,185,207)
#CACADA
(202,202,218)
#DBDBE5
(219,219,229)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424282; }

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

This text font color is #424282.


Background Color

.myBgColor { background-color: #424282; }

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

This div background color is #424282.


Border color

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

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

This div border color is #424282.


Opacity

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

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

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

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

This text has shadow with #424282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424282 on black background.


Color preview on white background

This text has color #424282 on white background.



Black color preview on #424282 background

This text has black color on #424282 background.


White color preview on #424282 background

This text has white color on #424282 background.