COLOR #444DEA

HEX: #444DEA
RGB: (68,77,234)

Color info

#444DEA contains mainly blue color. Web safe color of #444DEA is #3333FF (or #33F).

RGB color model

#444DEA color RGB value is (68,77,234).

  • red value is 68;
  • green value is 77;
  • blue value is 234.
RGB:
(68,77,234)
(27%,30%,92%)

RGB channels and saturation

R 68 of 255 = 27%
G 77 of 255 = 30%
B 234 of 255 = 92%

68
77
234

R + G + B ~ 50%. #444DEA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 77 + 234 = 379 (100%)
R 68 of 379 ~ 17.94%
G 77 of 379 ~ 20.32%
B 234 of 379 ~ 61.74%

%17.94
%20.32
%61.74

CMYK color model

#444DEA color CMYK value is (71,67,0,8).

  • cyan value is 70.94%
  • magenta value is 67.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(71,67,0,8)
C71M67Y0K8 
(71%,67%,0%,8%)
(0.71/0.67/0.00/0.08)	

CMYK percentages

%70.94
%67.09
%0
%8.24

Codes

Color #444DEA in popluar color models

444DEA
RGB6877234
HSL237°79.81%59.22%
HSB/HSV237°70.94%91.76%
CMYK70.94%67.09%0.00%
8.24%

Color #444DEA in popluar number systems.

HEX444DEA
Decimal6877234
Binary1000100100110111101010
Octal104115352

Shades and tints

Shades of #444DEA

#444DEA
(68,77,234)
#3E46D5
(62,70,213)
#383FC0
(56,63,192)
#3238AB
(50,56,171)
#2C3196
(44,49,150)
#262A81
(38,42,129)
#20236C
(32,35,108)
#1A1C57
(26,28,87)
#141542
(20,21,66)
#0E0E2D
(14,14,45)
#080718
(8,7,24)
#000000
(0,0,0)

Tints of #444DEA

#444DEA
(68,77,234)
#555DEB
(85,93,235)
#666DEC
(102,109,236)
#777DED
(119,125,237)
#888DEE
(136,141,238)
#999DEF
(153,157,239)
#AAADF0
(170,173,240)
#BBBDF1
(187,189,241)
#CCCDF2
(204,205,242)
#DDDDF3
(221,221,243)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444DEA color. Also use rgb(68,77,234) instead hex code.

Text Font Color

.myTextColor { color: #444DEA; }

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

This text font color is #444DEA.


Background Color

.myBgColor { background-color: #444DEA; }

<div style="background-color:#444DEA">Inner text</div>

This div background color is #444DEA.


Border color

.myBorderColor { border: 1px solid #444DEA; }

<div style="border:3px solid #444DEA">Div</div>

This div border color is #444DEA.


Opacity

.myOpacity80 { color: #444DEA; opacity: 0.8; }

<p style="color:#444DEA;opacity:0.8;">80%</p>

Text with #444DEA 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 #444DEA;}

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

This text has shadow with #444DEA color.

.textShadow {text-shadow: 3px 3px 1px #444DEA, 3px 3px 1px red;}

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

This text has shadow with #444DEA primary color and red secondary color.


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

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

This text has shadow with #444DEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444DEA on black background.


Color preview on white background

This text has color #444DEA on white background.



Black color preview on #444DEA background

This text has black color on #444DEA background.


White color preview on #444DEA background

This text has white color on #444DEA background.