COLOR #422EB9

HEX: #422EB9
RGB: (66,46,185)

Color info

#422EB9 contains mainly blue color. Web safe color of #422EB9 is #3333CC (or #33C).

RGB color model

#422EB9 color RGB value is (66,46,185).

  • red value is 66;
  • green value is 46;
  • blue value is 185.
RGB:
(66,46,185)
(26%,18%,73%)

RGB channels and saturation

R 66 of 255 = 26%
G 46 of 255 = 18%
B 185 of 255 = 73%

66
46
185

R + G + B ~ 39%. #422EB9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 46 + 185 = 297 (100%)
R 66 of 297 ~ 22.22%
G 46 of 297 ~ 15.49%
B 185 of 297 ~ 62.29%

%22.22
%15.49
%62.29

CMYK color model

#422EB9 color CMYK value is (64,75,0,27).

  • cyan value is 64.32%
  • magenta value is 75.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(64,75,0,27)
C64M75Y0K27 
(64%,75%,0%,27%)
(0.64/0.75/0.00/0.27)	

CMYK percentages

%64.32
%75.14
%0
%27.45

Codes

Color #422EB9 in popluar color models

422EB9
RGB6646185
HSL249°60.17%45.29%
HSB/HSV249°75.14%72.55%
CMYK64.32%75.14%0.00%
27.45%

Color #422EB9 in popluar number systems.

HEX422EB9
Decimal6646185
Binary100001010111010111001
Octal10256271

Shades and tints

Shades of #422EB9

#422EB9
(66,46,185)
#3C2AA9
(60,42,169)
#362699
(54,38,153)
#302289
(48,34,137)
#2A1E79
(42,30,121)
#241A69
(36,26,105)
#1E1659
(30,22,89)
#181249
(24,18,73)
#120E39
(18,14,57)
#0C0A29
(12,10,41)
#060619
(6,6,25)
#000000
(0,0,0)

Tints of #422EB9

#422EB9
(66,46,185)
#5341BF
(83,65,191)
#6454C5
(100,84,197)
#7567CB
(117,103,203)
#867AD1
(134,122,209)
#978DD7
(151,141,215)
#A8A0DD
(168,160,221)
#B9B3E3
(185,179,227)
#CAC6E9
(202,198,233)
#DBD9EF
(219,217,239)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422EB9 color. Also use rgb(66,46,185) instead hex code.

Text Font Color

.myTextColor { color: #422EB9; }

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

This text font color is #422EB9.


Background Color

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

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

This div background color is #422EB9.


Border color

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

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

This div border color is #422EB9.


Opacity

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

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

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

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

This text has shadow with #422EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422EB9 on black background.


Color preview on white background

This text has color #422EB9 on white background.



Black color preview on #422EB9 background

This text has black color on #422EB9 background.


White color preview on #422EB9 background

This text has white color on #422EB9 background.