COLOR #444F83

HEX: #444F83 RGB: (68,79,131)

Color info

#444F83 contains mainly green and blue colors. Web safe color of #444F83 is #336699 (or #369).

RGB color model

#444F83 color RGB value is (68,79,131).

RGB: (68,79,131) (27%, 31%, 51%)

RGB channels and saturation

R 68 of 255 = 27%
G 79 of 255 = 31%
B 131 of 255 = 51%

68
79
131

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

Portions of RGB colors in percentages

R + G + B = 68 + 79 + 131 = 278 (100%)
R 68 of 278 ~ 24.46%
G 79 of 278 ~ 28.42%
B 131 of 278 ~ 47.12'%

%24.46
%28.42
%47.12

CMYK color model

#444F83 color CMYK value is (48,40,0,49).

  • cyan value is 48.09%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (48,40,0,49)
C48M40Y0K49 (48%, 40%, 0%, 49%)
(0.48 / 0.40 / 0.00 / 0.49)

CMYK percentages

%48.09
%39.69
%0
%48.63

Codes

Color #444F83 in popluar color models

44 4F 83
RGB 68 79 131
HSL 230° 31.66% 39.02%
HSB/HSV 230° 48.09% 51.37%
CMYK 48.09% 39.69% 0.00%
48.63%

Color #444F83 in popluar number systems.

HEX 44 4F 83
Decimal 68 79 131
Binary 1000100 1001111 10000011
Octal 104 117 203

Shades and tints

Shades of #444F83

#444F83
(68,79,131)
#3E4878
(62,72,120)
#38416D
(56,65,109)
#323A62
(50,58,98)
#2C3357
(44,51,87)
#262C4C
(38,44,76)
#202541
(32,37,65)
#1A1E36
(26,30,54)
#14172B
(20,23,43)
#0E1020
(14,16,32)
#080915
(8,9,21)
#000000
(0,0,0)

Tints of #444F83

#444F83
(68,79,131)
#555F8E
(85,95,142)
#666F99
(102,111,153)
#777FA4
(119,127,164)
#888FAF
(136,143,175)
#999FBA
(153,159,186)
#AAAFC5
(170,175,197)
#BBBFD0
(187,191,208)
#CCCFDB
(204,207,219)
#DDDFE6
(221,223,230)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444F83; }

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

This text font color is #444F83.

Background Color

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

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

This div background color is #444F83.

Border color

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

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

This div border color is #444F83.

Opacity

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

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

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

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

This text has shadow with #444F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444F83.

Preview

Color preview on black background

This text has color #444F83 on black background.


Color preview on white background

This text has color #444F83 on white background.


Black color preview on #444F83 background

This text has black color on #444F83 background.


White color preview on #444F83 background

This text has white color on #444F83 background.


Related colors

Complementary color

Complementary color for #hex is #BBB07C.


I love getcolorcode.com

Triadic colors

1 #83444F and #4F8344 with #444F83 are triadic colors.

2 #834F44 and #4F4483 with #444F83 are triadic colors.