COLOR #424096

HEX: #424096
RGB: (66,64,150)

Color info

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

RGB color model

#424096 color RGB value is (66,64,150).

  • red value is 66;
  • green value is 64;
  • blue value is 150.
RGB:
(66,64,150)
(26%,25%,59%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 150 of 255 = 59%

66
64
150

R + G + B ~ 37%. #424096 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 150 = 280 (100%)
R 66 of 280 ~ 23.57%
G 64 of 280 ~ 22.86%
B 150 of 280 ~ 53.57%

%23.57
%22.86
%53.57

CMYK color model

#424096 color CMYK value is (56,57,0,41).

  • cyan value is 56.00%
  • magenta value is 57.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(56,57,0,41)
C56M57Y0K41 
(56%,57%,0%,41%)
(0.56/0.57/0.00/0.41)	

CMYK percentages

%56
%57.33
%0
%41.18

Codes

Color #424096 in popluar color models

424096
RGB6664150
HSL241°40.19%41.96%
HSB/HSV241°57.33%58.82%
CMYK56.00%57.33%0.00%
41.18%

Color #424096 in popluar number systems.

HEX424096
Decimal6664150
Binary1000010100000010010110
Octal102100226

Shades and tints

Shades of #424096

#424096
(66,64,150)
#3C3B89
(60,59,137)
#36367C
(54,54,124)
#30316F
(48,49,111)
#2A2C62
(42,44,98)
#242755
(36,39,85)
#1E2248
(30,34,72)
#181D3B
(24,29,59)
#12182E
(18,24,46)
#0C1321
(12,19,33)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #424096

#424096
(66,64,150)
#53519F
(83,81,159)
#6462A8
(100,98,168)
#7573B1
(117,115,177)
#8684BA
(134,132,186)
#9795C3
(151,149,195)
#A8A6CC
(168,166,204)
#B9B7D5
(185,183,213)
#CAC8DE
(202,200,222)
#DBD9E7
(219,217,231)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424096; }

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

This text font color is #424096.


Background Color

.myBgColor { background-color: #424096; }

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

This div background color is #424096.


Border color

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

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

This div border color is #424096.


Opacity

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

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

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

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

This text has shadow with #424096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424096 on black background.


Color preview on white background

This text has color #424096 on white background.



Black color preview on #424096 background

This text has black color on #424096 background.


White color preview on #424096 background

This text has white color on #424096 background.