COLOR #424769

HEX: #424769
RGB: (66,71,105)

Color info

#424769 contains red, green and blue colors in about the same proportion. Web safe color of #424769 is #333366 (or #336).

RGB color model

#424769 color RGB value is (66,71,105).

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

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 105 of 255 = 41%

66
71
105

R + G + B ~ 32%. #424769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 105 = 242 (100%)
R 66 of 242 ~ 27.27%
G 71 of 242 ~ 29.34%
B 105 of 242 ~ 43.39%

%27.27
%29.34
%43.39

CMYK color model

#424769 color CMYK value is (37,32,0,59).

  • cyan value is 37.14%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(37,32,0,59)
C37M32Y0K59 
(37%,32%,0%,59%)
(0.37/0.32/0.00/0.59)	

CMYK percentages

%37.14
%32.38
%0
%58.82

Codes

Color #424769 in popluar color models

424769
RGB6671105
HSL232°22.81%33.53%
HSB/HSV232°37.14%41.18%
CMYK37.14%32.38%0.00%
58.82%

Color #424769 in popluar number systems.

HEX424769
Decimal6671105
Binary100001010001111101001
Octal102107151

Shades and tints

Shades of #424769

#424769
(66,71,105)
#3C4160
(60,65,96)
#363B57
(54,59,87)
#30354E
(48,53,78)
#2A2F45
(42,47,69)
#24293C
(36,41,60)
#1E2333
(30,35,51)
#181D2A
(24,29,42)
#121721
(18,23,33)
#0C1118
(12,17,24)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #424769

#424769
(66,71,105)
#535776
(83,87,118)
#646783
(100,103,131)
#757790
(117,119,144)
#86879D
(134,135,157)
#9797AA
(151,151,170)
#A8A7B7
(168,167,183)
#B9B7C4
(185,183,196)
#CAC7D1
(202,199,209)
#DBD7DE
(219,215,222)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424769; }

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

This text font color is #424769.


Background Color

.myBgColor { background-color: #424769; }

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

This div background color is #424769.


Border color

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

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

This div border color is #424769.


Opacity

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

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

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

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

This text has shadow with #424769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424769 on black background.


Color preview on white background

This text has color #424769 on white background.



Black color preview on #424769 background

This text has black color on #424769 background.


White color preview on #424769 background

This text has white color on #424769 background.