COLOR #424670

HEX: #424670
RGB: (66,70,112)

Color info

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

RGB color model

#424670 color RGB value is (66,70,112).

  • red value is 66;
  • green value is 70;
  • blue value is 112.
RGB:
(66,70,112)
(26%,27%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 112 of 255 = 44%

66
70
112

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

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 112 = 248 (100%)
R 66 of 248 ~ 26.61%
G 70 of 248 ~ 28.23%
B 112 of 248 ~ 45.16%

%26.61
%28.23
%45.16

CMYK color model

#424670 color CMYK value is (41,38,0,56).

  • cyan value is 41.07%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,38,0,56)
C41M38Y0K56 
(41%,38%,0%,56%)
(0.41/0.38/0.00/0.56)	

CMYK percentages

%41.07
%37.5
%0
%56.08

Codes

Color #424670 in popluar color models

424670
RGB6670112
HSL235°25.84%34.90%
HSB/HSV235°41.07%43.92%
CMYK41.07%37.50%0.00%
56.08%

Color #424670 in popluar number systems.

HEX424670
Decimal6670112
Binary100001010001101110000
Octal102106160

Shades and tints

Shades of #424670

#424670
(66,70,112)
#3C4066
(60,64,102)
#363A5C
(54,58,92)
#303452
(48,52,82)
#2A2E48
(42,46,72)
#24283E
(36,40,62)
#1E2234
(30,34,52)
#181C2A
(24,28,42)
#121620
(18,22,32)
#0C1016
(12,16,22)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #424670

#424670
(66,70,112)
#53567D
(83,86,125)
#64668A
(100,102,138)
#757697
(117,118,151)
#8686A4
(134,134,164)
#9796B1
(151,150,177)
#A8A6BE
(168,166,190)
#B9B6CB
(185,182,203)
#CAC6D8
(202,198,216)
#DBD6E5
(219,214,229)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424670 color. Also use rgb(66,70,112) instead hex code.

Text Font Color

.myTextColor { color: #424670; }

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

This text font color is #424670.


Background Color

.myBgColor { background-color: #424670; }

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

This div background color is #424670.


Border color

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

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

This div border color is #424670.


Opacity

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

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

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

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

This text has shadow with #424670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424670 on black background.


Color preview on white background

This text has color #424670 on white background.



Black color preview on #424670 background

This text has black color on #424670 background.


White color preview on #424670 background

This text has white color on #424670 background.