COLOR #4442DC

HEX: #4442DC
RGB: (68,66,220)

Color info

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

RGB color model

#4442DC color RGB value is (68,66,220).

  • red value is 68;
  • green value is 66;
  • blue value is 220.
RGB:
(68,66,220)
(27%,26%,86%)

RGB channels and saturation

R 68 of 255 = 27%
G 66 of 255 = 26%
B 220 of 255 = 86%

68
66
220

R + G + B ~ 46%. #4442DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 66 + 220 = 354 (100%)
R 68 of 354 ~ 19.21%
G 66 of 354 ~ 18.64%
B 220 of 354 ~ 62.15%

%19.21
%18.64
%62.15

CMYK color model

#4442DC color CMYK value is (69,70,0,14).

  • cyan value is 69.09%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(69,70,0,14)
C69M70Y0K14 
(69%,70%,0%,14%)
(0.69/0.70/0.00/0.14)	

CMYK percentages

%69.09
%70
%0
%13.73

Codes

Color #4442DC in popluar color models

4442DC
RGB6866220
HSL241°68.75%56.08%
HSB/HSV241°70.00%86.27%
CMYK69.09%70.00%0.00%
13.73%

Color #4442DC in popluar number systems.

HEX4442DC
Decimal6866220
Binary1000100100001011011100
Octal104102334

Shades and tints

Shades of #4442DC

#4442DC
(68,66,220)
#3E3CC8
(62,60,200)
#3836B4
(56,54,180)
#3230A0
(50,48,160)
#2C2A8C
(44,42,140)
#262478
(38,36,120)
#201E64
(32,30,100)
#1A1850
(26,24,80)
#14123C
(20,18,60)
#0E0C28
(14,12,40)
#080614
(8,6,20)
#000000
(0,0,0)

Tints of #4442DC

#4442DC
(68,66,220)
#5553DF
(85,83,223)
#6664E2
(102,100,226)
#7775E5
(119,117,229)
#8886E8
(136,134,232)
#9997EB
(153,151,235)
#AAA8EE
(170,168,238)
#BBB9F1
(187,185,241)
#CCCAF4
(204,202,244)
#DDDBF7
(221,219,247)
#EEECFA
(238,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4442DC color. Also use rgb(68,66,220) instead hex code.

Text Font Color

.myTextColor { color: #4442DC; }

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

This text font color is #4442DC.


Background Color

.myBgColor { background-color: #4442DC; }

<div style="background-color:#4442DC">Inner text</div>

This div background color is #4442DC.


Border color

.myBorderColor { border: 1px solid #4442DC; }

<div style="border:3px solid #4442DC">Div</div>

This div border color is #4442DC.


Opacity

.myOpacity80 { color: #4442DC; opacity: 0.8; }

<p style="color:#4442DC;opacity:0.8;">80%</p>

Text with #4442DC 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 #4442DC;}

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

This text has shadow with #4442DC color.

.textShadow {text-shadow: 3px 3px 1px #4442DC, 3px 3px 1px red;}

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

This text has shadow with #4442DC primary color and red secondary color.


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

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

This text has shadow with #4442DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4442DC on black background.


Color preview on white background

This text has color #4442DC on white background.



Black color preview on #4442DC background

This text has black color on #4442DC background.


White color preview on #4442DC background

This text has white color on #4442DC background.