COLOR #4439E4

HEX: #4439E4
RGB: (68,57,228)

Color info

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

RGB color model

#4439E4 color RGB value is (68,57,228).

  • red value is 68;
  • green value is 57;
  • blue value is 228.
RGB:
(68,57,228)
(27%,22%,89%)

RGB channels and saturation

R 68 of 255 = 27%
G 57 of 255 = 22%
B 228 of 255 = 89%

68
57
228

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

Portions of RGB colors in percentages

R + G + B =
68 + 57 + 228 = 353 (100%)
R 68 of 353 ~ 19.26%
G 57 of 353 ~ 16.15%
B 228 of 353 ~ 64.59%

%19.26
%16.15
%64.59

CMYK color model

#4439E4 color CMYK value is (70,75,0,11).

  • cyan value is 70.18%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(70,75,0,11)
C70M75Y0K11 
(70%,75%,0%,11%)
(0.70/0.75/0.00/0.11)	

CMYK percentages

%70.18
%75
%0
%10.59

Codes

Color #4439E4 in popluar color models

4439E4
RGB6857228
HSL244°76.00%55.88%
HSB/HSV244°75.00%89.41%
CMYK70.18%75.00%0.00%
10.59%

Color #4439E4 in popluar number systems.

HEX4439E4
Decimal6857228
Binary100010011100111100100
Octal10471344

Shades and tints

Shades of #4439E4

#4439E4
(68,57,228)
#3E34D0
(62,52,208)
#382FBC
(56,47,188)
#322AA8
(50,42,168)
#2C2594
(44,37,148)
#262080
(38,32,128)
#201B6C
(32,27,108)
#1A1658
(26,22,88)
#141144
(20,17,68)
#0E0C30
(14,12,48)
#08071C
(8,7,28)
#000000
(0,0,0)

Tints of #4439E4

#4439E4
(68,57,228)
#554BE6
(85,75,230)
#665DE8
(102,93,232)
#776FEA
(119,111,234)
#8881EC
(136,129,236)
#9993EE
(153,147,238)
#AAA5F0
(170,165,240)
#BBB7F2
(187,183,242)
#CCC9F4
(204,201,244)
#DDDBF6
(221,219,246)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4439E4 color. Also use rgb(68,57,228) instead hex code.

Text Font Color

.myTextColor { color: #4439E4; }

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

This text font color is #4439E4.


Background Color

.myBgColor { background-color: #4439E4; }

<div style="background-color:#4439E4">Inner text</div>

This div background color is #4439E4.


Border color

.myBorderColor { border: 1px solid #4439E4; }

<div style="border:3px solid #4439E4">Div</div>

This div border color is #4439E4.


Opacity

.myOpacity80 { color: #4439E4; opacity: 0.8; }

<p style="color:#4439E4;opacity:0.8;">80%</p>

Text with #4439E4 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 #4439E4;}

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

This text has shadow with #4439E4 color.

.textShadow {text-shadow: 3px 3px 1px #4439E4, 3px 3px 1px red;}

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

This text has shadow with #4439E4 primary color and red secondary color.


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

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

This text has shadow with #4439E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4439E4 on black background.


Color preview on white background

This text has color #4439E4 on white background.



Black color preview on #4439E4 background

This text has black color on #4439E4 background.


White color preview on #4439E4 background

This text has white color on #4439E4 background.