COLOR #422DA8

HEX: #422DA8 RGB: (66,45,168)

Color info

#422DA8 contains mainly blue color. Web safe color of #422DA8 is #333399 (or #339).

RGB color model

#422DA8 color RGB value is (66,45,168).

RGB: (66,45,168) (26%, 18%, 66%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 168 of 255 = 66%

66
45
168

R + G + B ~ 37%. #422DA8 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 45 + 168 = 279 (100%)
R 66 of 279 ~ 23.66%
G 45 of 279 ~ 16.13%
B 168 of 279 ~ 60.22'%

%23.66
%16.13
%60.22

CMYK color model

#422DA8 color CMYK value is (61,73,0,34).

  • cyan value is 60.71%
  • magenta value is 73.21%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (61,73,0,34)
C61M73Y0K34 (61%, 73%, 0%, 34%)
(0.61 / 0.73 / 0.00 / 0.34)

CMYK percentages

%60.71
%73.21
%0
%34.12

Codes

Color #422DA8 in popluar color models

42 2D A8
RGB 66 45 168
HSL 250° 57.75% 41.76%
HSB/HSV 250° 73.21% 65.88%
CMYK 60.71% 73.21% 0.00%
34.12%

Color #422DA8 in popluar number systems.

HEX 42 2D A8
Decimal 66 45 168
Binary 1000010 101101 10101000
Octal 102 55 250

Shades and tints

Shades of #422DA8

#422DA8
(66,45,168)
#3C2999
(60,41,153)
#36258A
(54,37,138)
#30217B
(48,33,123)
#2A1D6C
(42,29,108)
#24195D
(36,25,93)
#1E154E
(30,21,78)
#18113F
(24,17,63)
#120D30
(18,13,48)
#0C0921
(12,9,33)
#060512
(6,5,18)
#000000
(0,0,0)

Tints of #422DA8

#422DA8
(66,45,168)
#5340AF
(83,64,175)
#6453B6
(100,83,182)
#7566BD
(117,102,189)
#8679C4
(134,121,196)
#978CCB
(151,140,203)
#A89FD2
(168,159,210)
#B9B2D9
(185,178,217)
#CAC5E0
(202,197,224)
#DBD8E7
(219,216,231)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422DA8 color. Also use rgb(66,45,168) instead hex code.

Text Font Color

.myTextColor { color: #422DA8; }

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

This text font color is #422DA8.

Background Color

.myBgColor { background-color: #422DA8; }

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

This div background color is #422DA8.

Border color

.myBorderColor { border: 1px solid #422DA8; }

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

This div border color is #422DA8.

Opacity

.myOpacity80 { color: #422DA8; opacity: 0.8; }

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

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

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

This text has shadow with #422DA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422DA8.

Preview

Color preview on black background

This text has color #422DA8 on black background.


Color preview on white background

This text has color #422DA8 on white background.


Black color preview on #422DA8 background

This text has black color on #422DA8 background.


White color preview on #422DA8 background

This text has white color on #422DA8 background.


Related colors

Complementary color

Complementary color for #hex is #BDD257.


I love getcolorcode.com

Triadic colors

1 #A8422D and #2DA842 with #422DA8 are triadic colors.

2 #A82D42 and #2D42A8 with #422DA8 are triadic colors.