COLOR #424778

HEX: #424778
RGB: (66,71,120)

Color info

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

RGB color model

#424778 color RGB value is (66,71,120).

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

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 120 of 255 = 47%

66
71
120

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

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 120 = 257 (100%)
R 66 of 257 ~ 25.68%
G 71 of 257 ~ 27.63%
B 120 of 257 ~ 46.69%

%25.68
%27.63
%46.69

CMYK color model

#424778 color CMYK value is (45,41,0,53).

  • cyan value is 45.00%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(45,41,0,53)
C45M41Y0K53 
(45%,41%,0%,53%)
(0.45/0.41/0.00/0.53)	

CMYK percentages

%45
%40.83
%0
%52.94

Codes

Color #424778 in popluar color models

424778
RGB6671120
HSL234°29.03%36.47%
HSB/HSV234°45.00%47.06%
CMYK45.00%40.83%0.00%
52.94%

Color #424778 in popluar number systems.

HEX424778
Decimal6671120
Binary100001010001111111000
Octal102107170

Shades and tints

Shades of #424778

#424778
(66,71,120)
#3C416E
(60,65,110)
#363B64
(54,59,100)
#30355A
(48,53,90)
#2A2F50
(42,47,80)
#242946
(36,41,70)
#1E233C
(30,35,60)
#181D32
(24,29,50)
#121728
(18,23,40)
#0C111E
(12,17,30)
#060B14
(6,11,20)
#000000
(0,0,0)

Tints of #424778

#424778
(66,71,120)
#535784
(83,87,132)
#646790
(100,103,144)
#75779C
(117,119,156)
#8687A8
(134,135,168)
#9797B4
(151,151,180)
#A8A7C0
(168,167,192)
#B9B7CC
(185,183,204)
#CAC7D8
(202,199,216)
#DBD7E4
(219,215,228)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424778; }

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

This text font color is #424778.


Background Color

.myBgColor { background-color: #424778; }

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

This div background color is #424778.


Border color

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

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

This div border color is #424778.


Opacity

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

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

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

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

This text has shadow with #424778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424778 on black background.


Color preview on white background

This text has color #424778 on white background.



Black color preview on #424778 background

This text has black color on #424778 background.


White color preview on #424778 background

This text has white color on #424778 background.