COLOR #424862

HEX: #424862
RGB: (66,72,98)

Color info

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

RGB color model

#424862 color RGB value is (66,72,98).

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

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 98 of 255 = 38%

66
72
98

R + G + B ~ 31%. #424862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 98 = 236 (100%)
R 66 of 236 ~ 27.97%
G 72 of 236 ~ 30.51%
B 98 of 236 ~ 41.53%

%27.97
%30.51
%41.53

CMYK color model

#424862 color CMYK value is (33,27,0,62).

  • cyan value is 32.65%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(33,27,0,62)
C33M27Y0K62 
(33%,27%,0%,62%)
(0.33/0.27/0.00/0.62)	

CMYK percentages

%32.65
%26.53
%0
%61.57

Codes

Color #424862 in popluar color models

424862
RGB667298
HSL229°19.51%32.16%
HSB/HSV229°32.65%38.43%
CMYK32.65%26.53%0.00%
61.57%

Color #424862 in popluar number systems.

HEX424862
Decimal667298
Binary100001010010001100010
Octal102110142

Shades and tints

Shades of #424862

#424862
(66,72,98)
#3C425A
(60,66,90)
#363C52
(54,60,82)
#30364A
(48,54,74)
#2A3042
(42,48,66)
#242A3A
(36,42,58)
#1E2432
(30,36,50)
#181E2A
(24,30,42)
#121822
(18,24,34)
#0C121A
(12,18,26)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #424862

#424862
(66,72,98)
#535870
(83,88,112)
#64687E
(100,104,126)
#75788C
(117,120,140)
#86889A
(134,136,154)
#9798A8
(151,152,168)
#A8A8B6
(168,168,182)
#B9B8C4
(185,184,196)
#CAC8D2
(202,200,210)
#DBD8E0
(219,216,224)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424862; }

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

This text font color is #424862.


Background Color

.myBgColor { background-color: #424862; }

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

This div background color is #424862.


Border color

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

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

This div border color is #424862.


Opacity

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

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

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

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

This text has shadow with #424862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424862 on black background.


Color preview on white background

This text has color #424862 on white background.



Black color preview on #424862 background

This text has black color on #424862 background.


White color preview on #424862 background

This text has white color on #424862 background.