COLOR #424879

HEX: #424879
RGB: (66,72,121)

Color info

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

RGB color model

#424879 color RGB value is (66,72,121).

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

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 121 of 255 = 47%

66
72
121

R + G + B ~ 34%. #424879 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 121 = 259 (100%)
R 66 of 259 ~ 25.48%
G 72 of 259 ~ 27.8%
B 121 of 259 ~ 46.72%

%25.48
%27.8
%46.72

CMYK color model

#424879 color CMYK value is (45,40,0,53).

  • cyan value is 45.45%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(45,40,0,53)
C45M40Y0K53 
(45%,40%,0%,53%)
(0.45/0.40/0.00/0.53)	

CMYK percentages

%45.45
%40.5
%0
%52.55

Codes

Color #424879 in popluar color models

424879
RGB6672121
HSL233°29.41%36.67%
HSB/HSV233°45.45%47.45%
CMYK45.45%40.50%0.00%
52.55%

Color #424879 in popluar number systems.

HEX424879
Decimal6672121
Binary100001010010001111001
Octal102110171

Shades and tints

Shades of #424879

#424879
(66,72,121)
#3C426E
(60,66,110)
#363C63
(54,60,99)
#303658
(48,54,88)
#2A304D
(42,48,77)
#242A42
(36,42,66)
#1E2437
(30,36,55)
#181E2C
(24,30,44)
#121821
(18,24,33)
#0C1216
(12,18,22)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #424879

#424879
(66,72,121)
#535885
(83,88,133)
#646891
(100,104,145)
#75789D
(117,120,157)
#8688A9
(134,136,169)
#9798B5
(151,152,181)
#A8A8C1
(168,168,193)
#B9B8CD
(185,184,205)
#CAC8D9
(202,200,217)
#DBD8E5
(219,216,229)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424879; }

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

This text font color is #424879.


Background Color

.myBgColor { background-color: #424879; }

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

This div background color is #424879.


Border color

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

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

This div border color is #424879.


Opacity

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

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

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

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

This text has shadow with #424879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424879 on black background.


Color preview on white background

This text has color #424879 on white background.



Black color preview on #424879 background

This text has black color on #424879 background.


White color preview on #424879 background

This text has white color on #424879 background.