COLOR #424866

HEX: #424866 RGB: (66,72,102)

Color info

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

RGB color model

#424866 color RGB value is (66,72,102).

RGB: (66,72,102) (26%, 28%, 40%)

RGB channels and saturation

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

66
72
102

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

Portions of RGB colors in percentages

R + G + B = 66 + 72 + 102 = 240 (100%)
R 66 of 240 ~ 27.5%
G 72 of 240 ~ 30%
B 102 of 240 ~ 42.5'%

%27.5
%30
%42.5

CMYK color model

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

  • cyan value is 35.29%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (35,29,0,60)
C35M29Y0K60 (35%, 29%, 0%, 60%)
(0.35 / 0.29 / 0.00 / 0.60)

CMYK percentages

%35.29
%29.41
%0
%60

Codes

Color #424866 in popluar color models

42 48 66
RGB 66 72 102
HSL 230° 21.43% 32.94%
HSB/HSV 230° 35.29% 40.00%
CMYK 35.29% 29.41% 0.00%
60.00%

Color #424866 in popluar number systems.

HEX 42 48 66
Decimal 66 72 102
Binary 1000010 1001000 1100110
Octal 102 110 146

Shades and tints

Shades of #424866

#424866
(66,72,102)
#3C425D
(60,66,93)
#363C54
(54,60,84)
#30364B
(48,54,75)
#2A3042
(42,48,66)
#242A39
(36,42,57)
#1E2430
(30,36,48)
#181E27
(24,30,39)
#12181E
(18,24,30)
#0C1215
(12,18,21)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #424866

#424866
(66,72,102)
#535873
(83,88,115)
#646880
(100,104,128)
#75788D
(117,120,141)
#86889A
(134,136,154)
#9798A7
(151,152,167)
#A8A8B4
(168,168,180)
#B9B8C1
(185,184,193)
#CAC8CE
(202,200,206)
#DBD8DB
(219,216,219)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424866; }

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

This text font color is #424866.

Background Color

.myBgColor { background-color: #424866; }

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

This div background color is #424866.

Border color

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

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

This div border color is #424866.

Opacity

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

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

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

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

This text has shadow with #424866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424866.

Preview

Color preview on black background

This text has color #424866 on black background.


Color preview on white background

This text has color #424866 on white background.


Black color preview on #424866 background

This text has black color on #424866 background.


White color preview on #424866 background

This text has white color on #424866 background.


Related colors

Complementary color

Complementary color for #hex is #BDB799.


I love getcolorcode.com

Triadic colors

1 #664248 and #486642 with #424866 are triadic colors.

2 #664842 and #484266 with #424866 are triadic colors.