COLOR #422EAE

HEX: #422EAE
RGB: (66,46,174)

Color info

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

RGB color model

#422EAE color RGB value is (66,46,174).

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

RGB channels and saturation

R 66 of 255 = 26%
G 46 of 255 = 18%
B 174 of 255 = 68%

66
46
174

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

Portions of RGB colors in percentages

R + G + B =
66 + 46 + 174 = 286 (100%)
R 66 of 286 ~ 23.08%
G 46 of 286 ~ 16.08%
B 174 of 286 ~ 60.84%

%23.08
%16.08
%60.84

CMYK color model

#422EAE color CMYK value is (62,74,0,32).

  • cyan value is 62.07%
  • magenta value is 73.56%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(62,74,0,32)
C62M74Y0K32 
(62%,74%,0%,32%)
(0.62/0.74/0.00/0.32)	

CMYK percentages

%62.07
%73.56
%0
%31.76

Codes

Color #422EAE in popluar color models

422EAE
RGB6646174
HSL249°58.18%43.14%
HSB/HSV249°73.56%68.24%
CMYK62.07%73.56%0.00%
31.76%

Color #422EAE in popluar number systems.

HEX422EAE
Decimal6646174
Binary100001010111010101110
Octal10256256

Shades and tints

Shades of #422EAE

#422EAE
(66,46,174)
#3C2A9F
(60,42,159)
#362690
(54,38,144)
#302281
(48,34,129)
#2A1E72
(42,30,114)
#241A63
(36,26,99)
#1E1654
(30,22,84)
#181245
(24,18,69)
#120E36
(18,14,54)
#0C0A27
(12,10,39)
#060618
(6,6,24)
#000000
(0,0,0)

Tints of #422EAE

#422EAE
(66,46,174)
#5341B5
(83,65,181)
#6454BC
(100,84,188)
#7567C3
(117,103,195)
#867ACA
(134,122,202)
#978DD1
(151,141,209)
#A8A0D8
(168,160,216)
#B9B3DF
(185,179,223)
#CAC6E6
(202,198,230)
#DBD9ED
(219,217,237)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422EAE; }

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

This text font color is #422EAE.


Background Color

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

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

This div background color is #422EAE.


Border color

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

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

This div border color is #422EAE.


Opacity

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

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

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

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

This text has shadow with #422EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422EAE on black background.


Color preview on white background

This text has color #422EAE on white background.



Black color preview on #422EAE background

This text has black color on #422EAE background.


White color preview on #422EAE background

This text has white color on #422EAE background.