COLOR #424E93

HEX: #424E93
RGB: (66,78,147)

Color info

#424E93 contains mainly blue color. Web safe color of #424E93 is #336699 (or #369).

RGB color model

#424E93 color RGB value is (66,78,147).

  • red value is 66;
  • green value is 78;
  • blue value is 147.
RGB:
(66,78,147)
(26%,31%,58%)

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 147 of 255 = 58%

66
78
147

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

Portions of RGB colors in percentages

R + G + B =
66 + 78 + 147 = 291 (100%)
R 66 of 291 ~ 22.68%
G 78 of 291 ~ 26.8%
B 147 of 291 ~ 50.52%

%22.68
%26.8
%50.52

CMYK color model

#424E93 color CMYK value is (55,47,0,42).

  • cyan value is 55.10%
  • magenta value is 46.94%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(55,47,0,42)
C55M47Y0K42 
(55%,47%,0%,42%)
(0.55/0.47/0.00/0.42)	

CMYK percentages

%55.1
%46.94
%0
%42.35

Codes

Color #424E93 in popluar color models

424E93
RGB6678147
HSL231°38.03%41.76%
HSB/HSV231°55.10%57.65%
CMYK55.10%46.94%0.00%
42.35%

Color #424E93 in popluar number systems.

HEX424E93
Decimal6678147
Binary1000010100111010010011
Octal102116223

Shades and tints

Shades of #424E93

#424E93
(66,78,147)
#3C4786
(60,71,134)
#364079
(54,64,121)
#30396C
(48,57,108)
#2A325F
(42,50,95)
#242B52
(36,43,82)
#1E2445
(30,36,69)
#181D38
(24,29,56)
#12162B
(18,22,43)
#0C0F1E
(12,15,30)
#060811
(6,8,17)
#000000
(0,0,0)

Tints of #424E93

#424E93
(66,78,147)
#535E9C
(83,94,156)
#646EA5
(100,110,165)
#757EAE
(117,126,174)
#868EB7
(134,142,183)
#979EC0
(151,158,192)
#A8AEC9
(168,174,201)
#B9BED2
(185,190,210)
#CACEDB
(202,206,219)
#DBDEE4
(219,222,228)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424E93 color. Also use rgb(66,78,147) instead hex code.

Text Font Color

.myTextColor { color: #424E93; }

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

This text font color is #424E93.


Background Color

.myBgColor { background-color: #424E93; }

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

This div background color is #424E93.


Border color

.myBorderColor { border: 1px solid #424E93; }

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

This div border color is #424E93.


Opacity

.myOpacity80 { color: #424E93; opacity: 0.8; }

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

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

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

This text has shadow with #424E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E93 on black background.


Color preview on white background

This text has color #424E93 on white background.



Black color preview on #424E93 background

This text has black color on #424E93 background.


White color preview on #424E93 background

This text has white color on #424E93 background.