COLOR #444978

HEX: #444978 RGB: (68,73,120)

Color info

#444978 contains red, green and blue colors in about the same proportion. Web safe color of #444978 is #333366 (or #336).

RGB color model

#444978 color RGB value is (68,73,120).

RGB: (68,73,120) (27%, 29%, 47%)

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 120 of 255 = 47%

68
73
120

R + G + B ~ 34%. #444978 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 73 + 120 = 261 (100%)
R 68 of 261 ~ 26.05%
G 73 of 261 ~ 27.97%
B 120 of 261 ~ 45.98'%

%26.05
%27.97
%45.98

CMYK color model

#444978 color CMYK value is (43,39,0,53).

  • cyan value is 43.33%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (43,39,0,53) C43M39Y0K53 (43%,39%,0%,53%) (0.43/0.39/0.00/0.53) 

CMYK percentages

%43.33
%39.17
%0
%52.94

Codes

Color #444978 in popluar color models

44 49 78
RGB 68 73 120
HSL 234° 27.66% 36.86%
HSB/HSV 234° 43.33% 47.06%
CMYK 43.33% 39.17% 0.00%
52.94%

Color #444978 in popluar number systems.

HEX 44 49 78
Decimal 68 73 120
Binary 1000100 1001001 1111000
Octal 104 111 170

Shades and tints

Shades of #444978

#444978
(68,73,120)
#3E436E
(62,67,110)
#383D64
(56,61,100)
#32375A
(50,55,90)
#2C3150
(44,49,80)
#262B46
(38,43,70)
#20253C
(32,37,60)
#1A1F32
(26,31,50)
#141928
(20,25,40)
#0E131E
(14,19,30)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #444978

#444978
(68,73,120)
#555984
(85,89,132)
#666990
(102,105,144)
#77799C
(119,121,156)
#8889A8
(136,137,168)
#9999B4
(153,153,180)
#AAA9C0
(170,169,192)
#BBB9CC
(187,185,204)
#CCC9D8
(204,201,216)
#DDD9E4
(221,217,228)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444978 color. Also use rgb(68,73,120) instead hex code.

Text Font Color

.myTextColor { color: #444978; }

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

This text font color is #444978.

Background Color

.myBgColor { background-color: #444978; }

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

This div background color is #444978.

Border color

.myBorderColor { border: 1px solid #444978; }

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

This div border color is #444978.

Opacity

.myOpacity80 { color: #444978; opacity: 0.8; }

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

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

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

This text has shadow with #444978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444978.

Preview

Color preview on black background

This text has color #444978 on black background.


Color preview on white background

This text has color #444978 on white background.


Black color preview on #444978 background

This text has black color on #444978 background.


White color preview on #444978 background

This text has white color on #444978 background.


Related colors

Complementary color

Complementary color for #hex is #BBB687.


I love getcolorcode.com

Triadic colors

1 #784449 and #497844 with #444978 are triadic colors.

2 #784944 and #494478 with #444978 are triadic colors.