COLOR #424684

HEX: #424684
RGB: (66,70,132)

Color info

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

RGB color model

#424684 color RGB value is (66,70,132).

  • red value is 66;
  • green value is 70;
  • blue value is 132.
RGB:
(66,70,132)
(26%,27%,52%)

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 132 of 255 = 52%

66
70
132

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

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 132 = 268 (100%)
R 66 of 268 ~ 24.63%
G 70 of 268 ~ 26.12%
B 132 of 268 ~ 49.25%

%24.63
%26.12
%49.25

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(50,47,0,48)
C50M47Y0K48 
(50%,47%,0%,48%)
(0.50/0.47/0.00/0.48)	

CMYK percentages

%50
%46.97
%0
%48.24

Codes

Color #424684 in popluar color models

424684
RGB6670132
HSL236°33.33%38.82%
HSB/HSV236°50.00%51.76%
CMYK50.00%46.97%0.00%
48.24%

Color #424684 in popluar number systems.

HEX424684
Decimal6670132
Binary1000010100011010000100
Octal102106204

Shades and tints

Shades of #424684

#424684
(66,70,132)
#3C4078
(60,64,120)
#363A6C
(54,58,108)
#303460
(48,52,96)
#2A2E54
(42,46,84)
#242848
(36,40,72)
#1E223C
(30,34,60)
#181C30
(24,28,48)
#121624
(18,22,36)
#0C1018
(12,16,24)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #424684

#424684
(66,70,132)
#53568F
(83,86,143)
#64669A
(100,102,154)
#7576A5
(117,118,165)
#8686B0
(134,134,176)
#9796BB
(151,150,187)
#A8A6C6
(168,166,198)
#B9B6D1
(185,182,209)
#CAC6DC
(202,198,220)
#DBD6E7
(219,214,231)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424684; }

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

This text font color is #424684.


Background Color

.myBgColor { background-color: #424684; }

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

This div background color is #424684.


Border color

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

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

This div border color is #424684.


Opacity

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

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

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

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

This text has shadow with #424684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424684 on black background.


Color preview on white background

This text has color #424684 on white background.



Black color preview on #424684 background

This text has black color on #424684 background.


White color preview on #424684 background

This text has white color on #424684 background.