COLOR #444FE5

HEX: #444FE5
RGB: (68,79,229)

Color info

#444FE5 contains mainly blue color. Web safe color of #444FE5 is #3366CC (or #36C).

RGB color model

#444FE5 color RGB value is (68,79,229).

  • red value is 68;
  • green value is 79;
  • blue value is 229.
RGB:
(68,79,229)
(27%,31%,90%)

RGB channels and saturation

R 68 of 255 = 27%
G 79 of 255 = 31%
B 229 of 255 = 90%

68
79
229

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

Portions of RGB colors in percentages

R + G + B =
68 + 79 + 229 = 376 (100%)
R 68 of 376 ~ 18.09%
G 79 of 376 ~ 21.01%
B 229 of 376 ~ 60.9%

%18.09
%21.01
%60.9

CMYK color model

#444FE5 color CMYK value is (70,66,0,10).

  • cyan value is 70.31%
  • magenta value is 65.50%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(70,66,0,10)
C70M66Y0K10 
(70%,66%,0%,10%)
(0.70/0.66/0.00/0.10)	

CMYK percentages

%70.31
%65.5
%0
%10.2

Codes

Color #444FE5 in popluar color models

444FE5
RGB6879229
HSL236°75.59%58.24%
HSB/HSV236°70.31%89.80%
CMYK70.31%65.50%0.00%
10.20%

Color #444FE5 in popluar number systems.

HEX444FE5
Decimal6879229
Binary1000100100111111100101
Octal104117345

Shades and tints

Shades of #444FE5

#444FE5
(68,79,229)
#3E48D1
(62,72,209)
#3841BD
(56,65,189)
#323AA9
(50,58,169)
#2C3395
(44,51,149)
#262C81
(38,44,129)
#20256D
(32,37,109)
#1A1E59
(26,30,89)
#141745
(20,23,69)
#0E1031
(14,16,49)
#08091D
(8,9,29)
#000000
(0,0,0)

Tints of #444FE5

#444FE5
(68,79,229)
#555FE7
(85,95,231)
#666FE9
(102,111,233)
#777FEB
(119,127,235)
#888FED
(136,143,237)
#999FEF
(153,159,239)
#AAAFF1
(170,175,241)
#BBBFF3
(187,191,243)
#CCCFF5
(204,207,245)
#DDDFF7
(221,223,247)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444FE5 color. Also use rgb(68,79,229) instead hex code.

Text Font Color

.myTextColor { color: #444FE5; }

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

This text font color is #444FE5.


Background Color

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

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

This div background color is #444FE5.


Border color

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

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

This div border color is #444FE5.


Opacity

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

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

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

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

This text has shadow with #444FE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444FE5 on black background.


Color preview on white background

This text has color #444FE5 on white background.



Black color preview on #444FE5 background

This text has black color on #444FE5 background.


White color preview on #444FE5 background

This text has white color on #444FE5 background.