COLOR #4219A2

HEX: #4219A2
RGB: (66,25,162)

Color info

#4219A2 contains mainly blue color. Web safe color of #4219A2 is #330099 (or #309).

RGB color model

#4219A2 color RGB value is (66,25,162).

  • red value is 66;
  • green value is 25;
  • blue value is 162.
RGB:
(66,25,162)
(26%,10%,64%)

RGB channels and saturation

R 66 of 255 = 26%
G 25 of 255 = 10%
B 162 of 255 = 64%

66
25
162

R + G + B ~ 33%. #4219A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 25 + 162 = 253 (100%)
R 66 of 253 ~ 26.09%
G 25 of 253 ~ 9.88%
B 162 of 253 ~ 64.03%

%26.09
%9.88
%64.03

CMYK color model

#4219A2 color CMYK value is (59,85,0,36).

  • cyan value is 59.26%
  • magenta value is 84.57%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(59,85,0,36)
C59M85Y0K36 
(59%,85%,0%,36%)
(0.59/0.85/0.00/0.36)	

CMYK percentages

%59.26
%84.57
%0
%36.47

Codes

Color #4219A2 in popluar color models

4219A2
RGB6625162
HSL258°73.26%36.67%
HSB/HSV258°84.57%63.53%
CMYK59.26%84.57%0.00%
36.47%

Color #4219A2 in popluar number systems.

HEX4219A2
Decimal6625162
Binary10000101100110100010
Octal10231242

Shades and tints

Shades of #4219A2

#4219A2
(66,25,162)
#3C1794
(60,23,148)
#361586
(54,21,134)
#301378
(48,19,120)
#2A116A
(42,17,106)
#240F5C
(36,15,92)
#1E0D4E
(30,13,78)
#180B40
(24,11,64)
#120932
(18,9,50)
#0C0724
(12,7,36)
#060516
(6,5,22)
#000000
(0,0,0)

Tints of #4219A2

#4219A2
(66,25,162)
#532DAA
(83,45,170)
#6441B2
(100,65,178)
#7555BA
(117,85,186)
#8669C2
(134,105,194)
#977DCA
(151,125,202)
#A891D2
(168,145,210)
#B9A5DA
(185,165,218)
#CAB9E2
(202,185,226)
#DBCDEA
(219,205,234)
#ECE1F2
(236,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4219A2 color. Also use rgb(66,25,162) instead hex code.

Text Font Color

.myTextColor { color: #4219A2; }

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

This text font color is #4219A2.


Background Color

.myBgColor { background-color: #4219A2; }

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

This div background color is #4219A2.


Border color

.myBorderColor { border: 1px solid #4219A2; }

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

This div border color is #4219A2.


Opacity

.myOpacity80 { color: #4219A2; opacity: 0.8; }

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

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

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

This text has shadow with #4219A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4219A2 on black background.


Color preview on white background

This text has color #4219A2 on white background.



Black color preview on #4219A2 background

This text has black color on #4219A2 background.


White color preview on #4219A2 background

This text has white color on #4219A2 background.