COLOR #424865

HEX: #424865
RGB: (66,72,101)

Color info

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

RGB color model

#424865 color RGB value is (66,72,101).

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

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 101 of 255 = 40%

66
72
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 101 = 239 (100%)
R 66 of 239 ~ 27.62%
G 72 of 239 ~ 30.13%
B 101 of 239 ~ 42.26%

%27.62
%30.13
%42.26

CMYK color model

#424865 color CMYK value is (35,29,0,60).

  • cyan value is 34.65%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(35,29,0,60)
C35M29Y0K60 
(35%,29%,0%,60%)
(0.35/0.29/0.00/0.60)	

CMYK percentages

%34.65
%28.71
%0
%60.39

Codes

Color #424865 in popluar color models

424865
RGB6672101
HSL230°20.96%32.75%
HSB/HSV230°34.65%39.61%
CMYK34.65%28.71%0.00%
60.39%

Color #424865 in popluar number systems.

HEX424865
Decimal6672101
Binary100001010010001100101
Octal102110145

Shades and tints

Shades of #424865

#424865
(66,72,101)
#3C425C
(60,66,92)
#363C53
(54,60,83)
#30364A
(48,54,74)
#2A3041
(42,48,65)
#242A38
(36,42,56)
#1E242F
(30,36,47)
#181E26
(24,30,38)
#12181D
(18,24,29)
#0C1214
(12,18,20)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #424865

#424865
(66,72,101)
#535873
(83,88,115)
#646881
(100,104,129)
#75788F
(117,120,143)
#86889D
(134,136,157)
#9798AB
(151,152,171)
#A8A8B9
(168,168,185)
#B9B8C7
(185,184,199)
#CAC8D5
(202,200,213)
#DBD8E3
(219,216,227)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424865; }

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

This text font color is #424865.


Background Color

.myBgColor { background-color: #424865; }

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

This div background color is #424865.


Border color

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

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

This div border color is #424865.


Opacity

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

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

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

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

This text has shadow with #424865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424865 on black background.


Color preview on white background

This text has color #424865 on white background.



Black color preview on #424865 background

This text has black color on #424865 background.


White color preview on #424865 background

This text has white color on #424865 background.