COLOR #4229C4

HEX: #4229C4
RGB: (66,41,196)

Color info

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

RGB color model

#4229C4 color RGB value is (66,41,196).

  • red value is 66;
  • green value is 41;
  • blue value is 196.
RGB:
(66,41,196)
(26%,16%,77%)

RGB channels and saturation

R 66 of 255 = 26%
G 41 of 255 = 16%
B 196 of 255 = 77%

66
41
196

R + G + B ~ 40%. #4229C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 41 + 196 = 303 (100%)
R 66 of 303 ~ 21.78%
G 41 of 303 ~ 13.53%
B 196 of 303 ~ 64.69%

%21.78
%13.53
%64.69

CMYK color model

#4229C4 color CMYK value is (66,79,0,23).

  • cyan value is 66.33%
  • magenta value is 79.08%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(66,79,0,23)
C66M79Y0K23 
(66%,79%,0%,23%)
(0.66/0.79/0.00/0.23)	

CMYK percentages

%66.33
%79.08
%0
%23.14

Codes

Color #4229C4 in popluar color models

4229C4
RGB6641196
HSL250°65.40%46.47%
HSB/HSV250°79.08%76.86%
CMYK66.33%79.08%0.00%
23.14%

Color #4229C4 in popluar number systems.

HEX4229C4
Decimal6641196
Binary100001010100111000100
Octal10251304

Shades and tints

Shades of #4229C4

#4229C4
(66,41,196)
#3C26B3
(60,38,179)
#3623A2
(54,35,162)
#302091
(48,32,145)
#2A1D80
(42,29,128)
#241A6F
(36,26,111)
#1E175E
(30,23,94)
#18144D
(24,20,77)
#12113C
(18,17,60)
#0C0E2B
(12,14,43)
#060B1A
(6,11,26)
#000000
(0,0,0)

Tints of #4229C4

#4229C4
(66,41,196)
#533CC9
(83,60,201)
#644FCE
(100,79,206)
#7562D3
(117,98,211)
#8675D8
(134,117,216)
#9788DD
(151,136,221)
#A89BE2
(168,155,226)
#B9AEE7
(185,174,231)
#CAC1EC
(202,193,236)
#DBD4F1
(219,212,241)
#ECE7F6
(236,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4229C4 color. Also use rgb(66,41,196) instead hex code.

Text Font Color

.myTextColor { color: #4229C4; }

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

This text font color is #4229C4.


Background Color

.myBgColor { background-color: #4229C4; }

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

This div background color is #4229C4.


Border color

.myBorderColor { border: 1px solid #4229C4; }

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

This div border color is #4229C4.


Opacity

.myOpacity80 { color: #4229C4; opacity: 0.8; }

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

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

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

This text has shadow with #4229C4 color.

.textShadow {text-shadow: 3px 3px 1px #4229C4, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4229C4 on black background.


Color preview on white background

This text has color #4229C4 on white background.



Black color preview on #4229C4 background

This text has black color on #4229C4 background.


White color preview on #4229C4 background

This text has white color on #4229C4 background.