COLOR #444FB5

HEX: #444FB5
RGB: (68,79,181)

Color info

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

RGB color model

#444FB5 color RGB value is (68,79,181).

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

RGB channels and saturation

R 68 of 255 = 27%
G 79 of 255 = 31%
B 181 of 255 = 71%

68
79
181

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

Portions of RGB colors in percentages

R + G + B =
68 + 79 + 181 = 328 (100%)
R 68 of 328 ~ 20.73%
G 79 of 328 ~ 24.09%
B 181 of 328 ~ 55.18%

%20.73
%24.09
%55.18

CMYK color model

#444FB5 color CMYK value is (62,56,0,29).

  • cyan value is 62.43%
  • magenta value is 56.35%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(62,56,0,29)
C62M56Y0K29 
(62%,56%,0%,29%)
(0.62/0.56/0.00/0.29)	

CMYK percentages

%62.43
%56.35
%0
%29.02

Codes

Color #444FB5 in popluar color models

444FB5
RGB6879181
HSL234°45.38%48.82%
HSB/HSV234°62.43%70.98%
CMYK62.43%56.35%0.00%
29.02%

Color #444FB5 in popluar number systems.

HEX444FB5
Decimal6879181
Binary1000100100111110110101
Octal104117265

Shades and tints

Shades of #444FB5

#444FB5
(68,79,181)
#3E48A5
(62,72,165)
#384195
(56,65,149)
#323A85
(50,58,133)
#2C3375
(44,51,117)
#262C65
(38,44,101)
#202555
(32,37,85)
#1A1E45
(26,30,69)
#141735
(20,23,53)
#0E1025
(14,16,37)
#080915
(8,9,21)
#000000
(0,0,0)

Tints of #444FB5

#444FB5
(68,79,181)
#555FBB
(85,95,187)
#666FC1
(102,111,193)
#777FC7
(119,127,199)
#888FCD
(136,143,205)
#999FD3
(153,159,211)
#AAAFD9
(170,175,217)
#BBBFDF
(187,191,223)
#CCCFE5
(204,207,229)
#DDDFEB
(221,223,235)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444FB5; }

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

This text font color is #444FB5.


Background Color

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

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

This div background color is #444FB5.


Border color

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

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

This div border color is #444FB5.


Opacity

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

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

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

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

This text has shadow with #444FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444FB5 on black background.


Color preview on white background

This text has color #444FB5 on white background.



Black color preview on #444FB5 background

This text has black color on #444FB5 background.


White color preview on #444FB5 background

This text has white color on #444FB5 background.