COLOR #424799

HEX: #424799
RGB: (66,71,153)

Color info

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

RGB color model

#424799 color RGB value is (66,71,153).

  • red value is 66;
  • green value is 71;
  • blue value is 153.
RGB:
(66,71,153)
(26%,28%,60%)

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 153 of 255 = 60%

66
71
153

R + G + B ~ 38%. #424799 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 153 = 290 (100%)
R 66 of 290 ~ 22.76%
G 71 of 290 ~ 24.48%
B 153 of 290 ~ 52.76%

%22.76
%24.48
%52.76

CMYK color model

#424799 color CMYK value is (57,54,0,40).

  • cyan value is 56.86%
  • magenta value is 53.59%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(57,54,0,40)
C57M54Y0K40 
(57%,54%,0%,40%)
(0.57/0.54/0.00/0.40)	

CMYK percentages

%56.86
%53.59
%0
%40

Codes

Color #424799 in popluar color models

424799
RGB6671153
HSL237°39.73%42.94%
HSB/HSV237°56.86%60.00%
CMYK56.86%53.59%0.00%
40.00%

Color #424799 in popluar number systems.

HEX424799
Decimal6671153
Binary1000010100011110011001
Octal102107231

Shades and tints

Shades of #424799

#424799
(66,71,153)
#3C418C
(60,65,140)
#363B7F
(54,59,127)
#303572
(48,53,114)
#2A2F65
(42,47,101)
#242958
(36,41,88)
#1E234B
(30,35,75)
#181D3E
(24,29,62)
#121731
(18,23,49)
#0C1124
(12,17,36)
#060B17
(6,11,23)
#000000
(0,0,0)

Tints of #424799

#424799
(66,71,153)
#5357A2
(83,87,162)
#6467AB
(100,103,171)
#7577B4
(117,119,180)
#8687BD
(134,135,189)
#9797C6
(151,151,198)
#A8A7CF
(168,167,207)
#B9B7D8
(185,183,216)
#CAC7E1
(202,199,225)
#DBD7EA
(219,215,234)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424799; }

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

This text font color is #424799.


Background Color

.myBgColor { background-color: #424799; }

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

This div background color is #424799.


Border color

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

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

This div border color is #424799.


Opacity

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

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

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

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

This text has shadow with #424799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424799 on black background.


Color preview on white background

This text has color #424799 on white background.



Black color preview on #424799 background

This text has black color on #424799 background.


White color preview on #424799 background

This text has white color on #424799 background.