COLOR #424C69

HEX: #424C69
RGB: (66,76,105)

Color info

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

RGB color model

#424C69 color RGB value is (66,76,105).

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

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 105 of 255 = 41%

66
76
105

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 105 = 247 (100%)
R 66 of 247 ~ 26.72%
G 76 of 247 ~ 30.77%
B 105 of 247 ~ 42.51%

%26.72
%30.77
%42.51

CMYK color model

#424C69 color CMYK value is (37,28,0,59).

  • cyan value is 37.14%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(37,28,0,59)
C37M28Y0K59 
(37%,28%,0%,59%)
(0.37/0.28/0.00/0.59)	

CMYK percentages

%37.14
%27.62
%0
%58.82

Codes

Color #424C69 in popluar color models

424C69
RGB6676105
HSL225°22.81%33.53%
HSB/HSV225°37.14%41.18%
CMYK37.14%27.62%0.00%
58.82%

Color #424C69 in popluar number systems.

HEX424C69
Decimal6676105
Binary100001010011001101001
Octal102114151

Shades and tints

Shades of #424C69

#424C69
(66,76,105)
#3C4660
(60,70,96)
#364057
(54,64,87)
#303A4E
(48,58,78)
#2A3445
(42,52,69)
#242E3C
(36,46,60)
#1E2833
(30,40,51)
#18222A
(24,34,42)
#121C21
(18,28,33)
#0C1618
(12,22,24)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #424C69

#424C69
(66,76,105)
#535C76
(83,92,118)
#646C83
(100,108,131)
#757C90
(117,124,144)
#868C9D
(134,140,157)
#979CAA
(151,156,170)
#A8ACB7
(168,172,183)
#B9BCC4
(185,188,196)
#CACCD1
(202,204,209)
#DBDCDE
(219,220,222)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C69; }

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

This text font color is #424C69.


Background Color

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

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

This div background color is #424C69.


Border color

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

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

This div border color is #424C69.


Opacity

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

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

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

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

This text has shadow with #424C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C69 on black background.


Color preview on white background

This text has color #424C69 on white background.



Black color preview on #424C69 background

This text has black color on #424C69 background.


White color preview on #424C69 background

This text has white color on #424C69 background.