COLOR #424E79

HEX: #424E79
RGB: (66,78,121)

Color info

#424E79 contains red, green and blue colors in about the same proportion. Web safe color of #424E79 is #336666 (or #366).

RGB color model

#424E79 color RGB value is (66,78,121).

  • red value is 66;
  • green value is 78;
  • blue value is 121.
RGB:
(66,78,121)
(26%,31%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 121 of 255 = 47%

66
78
121

R + G + B ~ 35%. #424E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 78 + 121 = 265 (100%)
R 66 of 265 ~ 24.91%
G 78 of 265 ~ 29.43%
B 121 of 265 ~ 45.66%

%24.91
%29.43
%45.66

CMYK color model

#424E79 color CMYK value is (45,36,0,53).

  • cyan value is 45.45%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(45,36,0,53)
C45M36Y0K53 
(45%,36%,0%,53%)
(0.45/0.36/0.00/0.53)	

CMYK percentages

%45.45
%35.54
%0
%52.55

Codes

Color #424E79 in popluar color models

424E79
RGB6678121
HSL227°29.41%36.67%
HSB/HSV227°45.45%47.45%
CMYK45.45%35.54%0.00%
52.55%

Color #424E79 in popluar number systems.

HEX424E79
Decimal6678121
Binary100001010011101111001
Octal102116171

Shades and tints

Shades of #424E79

#424E79
(66,78,121)
#3C476E
(60,71,110)
#364063
(54,64,99)
#303958
(48,57,88)
#2A324D
(42,50,77)
#242B42
(36,43,66)
#1E2437
(30,36,55)
#181D2C
(24,29,44)
#121621
(18,22,33)
#0C0F16
(12,15,22)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #424E79

#424E79
(66,78,121)
#535E85
(83,94,133)
#646E91
(100,110,145)
#757E9D
(117,126,157)
#868EA9
(134,142,169)
#979EB5
(151,158,181)
#A8AEC1
(168,174,193)
#B9BECD
(185,190,205)
#CACED9
(202,206,217)
#DBDEE5
(219,222,229)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424E79 color. Also use rgb(66,78,121) instead hex code.

Text Font Color

.myTextColor { color: #424E79; }

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

This text font color is #424E79.


Background Color

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

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

This div background color is #424E79.


Border color

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

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

This div border color is #424E79.


Opacity

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

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

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

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

This text has shadow with #424E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E79 on black background.


Color preview on white background

This text has color #424E79 on white background.



Black color preview on #424E79 background

This text has black color on #424E79 background.


White color preview on #424E79 background

This text has white color on #424E79 background.