COLOR #424099

HEX: #424099
RGB: (66,64,153)

Color info

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

RGB color model

#424099 color RGB value is (66,64,153).

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

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 153 of 255 = 60%

66
64
153

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

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 153 = 283 (100%)
R 66 of 283 ~ 23.32%
G 64 of 283 ~ 22.61%
B 153 of 283 ~ 54.06%

%23.32
%22.61
%54.06

CMYK color model

#424099 color CMYK value is (57,58,0,40).

  • cyan value is 56.86%
  • magenta value is 58.17%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(57,58,0,40)
C57M58Y0K40 
(57%,58%,0%,40%)
(0.57/0.58/0.00/0.40)	

CMYK percentages

%56.86
%58.17
%0
%40

Codes

Color #424099 in popluar color models

424099
RGB6664153
HSL241°41.01%42.55%
HSB/HSV241°58.17%60.00%
CMYK56.86%58.17%0.00%
40.00%

Color #424099 in popluar number systems.

HEX424099
Decimal6664153
Binary1000010100000010011001
Octal102100231

Shades and tints

Shades of #424099

#424099
(66,64,153)
#3C3B8C
(60,59,140)
#36367F
(54,54,127)
#303172
(48,49,114)
#2A2C65
(42,44,101)
#242758
(36,39,88)
#1E224B
(30,34,75)
#181D3E
(24,29,62)
#121831
(18,24,49)
#0C1324
(12,19,36)
#060E17
(6,14,23)
#000000
(0,0,0)

Tints of #424099

#424099
(66,64,153)
#5351A2
(83,81,162)
#6462AB
(100,98,171)
#7573B4
(117,115,180)
#8684BD
(134,132,189)
#9795C6
(151,149,198)
#A8A6CF
(168,166,207)
#B9B7D8
(185,183,216)
#CAC8E1
(202,200,225)
#DBD9EA
(219,217,234)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424099; }

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

This text font color is #424099.


Background Color

.myBgColor { background-color: #424099; }

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

This div background color is #424099.


Border color

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

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

This div border color is #424099.


Opacity

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

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

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

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

This text has shadow with #424099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424099 on black background.


Color preview on white background

This text has color #424099 on white background.



Black color preview on #424099 background

This text has black color on #424099 background.


White color preview on #424099 background

This text has white color on #424099 background.