COLOR #424A69

HEX: #424A69
RGB: (66,74,105)

Color info

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

RGB color model

#424A69 color RGB value is (66,74,105).

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

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 105 of 255 = 41%

66
74
105

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

Portions of RGB colors in percentages

R + G + B =
66 + 74 + 105 = 245 (100%)
R 66 of 245 ~ 26.94%
G 74 of 245 ~ 30.2%
B 105 of 245 ~ 42.86%

%26.94
%30.2
%42.86

CMYK color model

#424A69 color CMYK value is (37,30,0,59).

  • cyan value is 37.14%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(37,30,0,59)
C37M30Y0K59 
(37%,30%,0%,59%)
(0.37/0.30/0.00/0.59)	

CMYK percentages

%37.14
%29.52
%0
%58.82

Codes

Color #424A69 in popluar color models

424A69
RGB6674105
HSL228°22.81%33.53%
HSB/HSV228°37.14%41.18%
CMYK37.14%29.52%0.00%
58.82%

Color #424A69 in popluar number systems.

HEX424A69
Decimal6674105
Binary100001010010101101001
Octal102112151

Shades and tints

Shades of #424A69

#424A69
(66,74,105)
#3C4460
(60,68,96)
#363E57
(54,62,87)
#30384E
(48,56,78)
#2A3245
(42,50,69)
#242C3C
(36,44,60)
#1E2633
(30,38,51)
#18202A
(24,32,42)
#121A21
(18,26,33)
#0C1418
(12,20,24)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #424A69

#424A69
(66,74,105)
#535A76
(83,90,118)
#646A83
(100,106,131)
#757A90
(117,122,144)
#868A9D
(134,138,157)
#979AAA
(151,154,170)
#A8AAB7
(168,170,183)
#B9BAC4
(185,186,196)
#CACAD1
(202,202,209)
#DBDADE
(219,218,222)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A69; }

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

This text font color is #424A69.


Background Color

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

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

This div background color is #424A69.


Border color

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

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

This div border color is #424A69.


Opacity

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

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

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

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

This text has shadow with #424A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A69 on black background.


Color preview on white background

This text has color #424A69 on white background.



Black color preview on #424A69 background

This text has black color on #424A69 background.


White color preview on #424A69 background

This text has white color on #424A69 background.