COLOR #424791

HEX: #424791
RGB: (66,71,145)

Color info

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

RGB color model

#424791 color RGB value is (66,71,145).

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

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 145 of 255 = 57%

66
71
145

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

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 145 = 282 (100%)
R 66 of 282 ~ 23.4%
G 71 of 282 ~ 25.18%
B 145 of 282 ~ 51.42%

%23.4
%25.18
%51.42

CMYK color model

#424791 color CMYK value is (54,51,0,43).

  • cyan value is 54.48%
  • magenta value is 51.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(54,51,0,43)
C54M51Y0K43 
(54%,51%,0%,43%)
(0.54/0.51/0.00/0.43)	

CMYK percentages

%54.48
%51.03
%0
%43.14

Codes

Color #424791 in popluar color models

424791
RGB6671145
HSL236°37.44%41.37%
HSB/HSV236°54.48%56.86%
CMYK54.48%51.03%0.00%
43.14%

Color #424791 in popluar number systems.

HEX424791
Decimal6671145
Binary1000010100011110010001
Octal102107221

Shades and tints

Shades of #424791

#424791
(66,71,145)
#3C4184
(60,65,132)
#363B77
(54,59,119)
#30356A
(48,53,106)
#2A2F5D
(42,47,93)
#242950
(36,41,80)
#1E2343
(30,35,67)
#181D36
(24,29,54)
#121729
(18,23,41)
#0C111C
(12,17,28)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #424791

#424791
(66,71,145)
#53579B
(83,87,155)
#6467A5
(100,103,165)
#7577AF
(117,119,175)
#8687B9
(134,135,185)
#9797C3
(151,151,195)
#A8A7CD
(168,167,205)
#B9B7D7
(185,183,215)
#CAC7E1
(202,199,225)
#DBD7EB
(219,215,235)
#ECE7F5
(236,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424791; }

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

This text font color is #424791.


Background Color

.myBgColor { background-color: #424791; }

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

This div background color is #424791.


Border color

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

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

This div border color is #424791.


Opacity

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

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

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

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

This text has shadow with #424791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424791 on black background.


Color preview on white background

This text has color #424791 on white background.



Black color preview on #424791 background

This text has black color on #424791 background.


White color preview on #424791 background

This text has white color on #424791 background.