COLOR #444B83

HEX: #444B83
RGB: (68,75,131)

Color info

#444B83 contains mainly green and blue colors. Web safe color of #444B83 is #333399 (or #339).

RGB color model

#444B83 color RGB value is (68,75,131).

  • red value is 68;
  • green value is 75;
  • blue value is 131.
RGB:
(68,75,131)
(27%,29%,51%)

RGB channels and saturation

R 68 of 255 = 27%
G 75 of 255 = 29%
B 131 of 255 = 51%

68
75
131

R + G + B ~ 36%. #444B83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 75 + 131 = 274 (100%)
R 68 of 274 ~ 24.82%
G 75 of 274 ~ 27.37%
B 131 of 274 ~ 47.81%

%24.82
%27.37
%47.81

CMYK color model

#444B83 color CMYK value is (48,43,0,49).

  • cyan value is 48.09%
  • magenta value is 42.75%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(48,43,0,49)
C48M43Y0K49 
(48%,43%,0%,49%)
(0.48/0.43/0.00/0.49)	

CMYK percentages

%48.09
%42.75
%0
%48.63

Codes

Color #444B83 in popluar color models

444B83
RGB6875131
HSL233°31.66%39.02%
HSB/HSV233°48.09%51.37%
CMYK48.09%42.75%0.00%
48.63%

Color #444B83 in popluar number systems.

HEX444B83
Decimal6875131
Binary1000100100101110000011
Octal104113203

Shades and tints

Shades of #444B83

#444B83
(68,75,131)
#3E4578
(62,69,120)
#383F6D
(56,63,109)
#323962
(50,57,98)
#2C3357
(44,51,87)
#262D4C
(38,45,76)
#202741
(32,39,65)
#1A2136
(26,33,54)
#141B2B
(20,27,43)
#0E1520
(14,21,32)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #444B83

#444B83
(68,75,131)
#555B8E
(85,91,142)
#666B99
(102,107,153)
#777BA4
(119,123,164)
#888BAF
(136,139,175)
#999BBA
(153,155,186)
#AAABC5
(170,171,197)
#BBBBD0
(187,187,208)
#CCCBDB
(204,203,219)
#DDDBE6
(221,219,230)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444B83 color. Also use rgb(68,75,131) instead hex code.

Text Font Color

.myTextColor { color: #444B83; }

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

This text font color is #444B83.


Background Color

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

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

This div background color is #444B83.


Border color

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

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

This div border color is #444B83.


Opacity

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

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

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

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

This text has shadow with #444B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444B83 on black background.


Color preview on white background

This text has color #444B83 on white background.



Black color preview on #444B83 background

This text has black color on #444B83 background.


White color preview on #444B83 background

This text has white color on #444B83 background.