COLOR #444864

HEX: #444864 RGB: (68,72,100)

Color info

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

RGB color model

#444864 color RGB value is (68,72,100).

RGB: (68,72,100) (27%, 28%, 39%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 100 of 255 = 39%

68
72
100

R + G + B ~ 31%. #444864 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 72 + 100 = 240 (100%)
R 68 of 240 ~ 28.33%
G 72 of 240 ~ 30%
B 100 of 240 ~ 41.67'%

%28.33
%30
%41.67

CMYK color model

#444864 color CMYK value is (32,28,0,61).

  • cyan value is 32.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (32,28,0,61)
C32M28Y0K61 (32%, 28%, 0%, 61%)
(0.32 / 0.28 / 0.00 / 0.61)

CMYK percentages

%32
%28
%0
%60.78

Codes

Color #444864 in popluar color models

44 48 64
RGB 68 72 100
HSL 233° 19.05% 32.94%
HSB/HSV 233° 32.00% 39.22%
CMYK 32.00% 28.00% 0.00%
60.78%

Color #444864 in popluar number systems.

HEX 44 48 64
Decimal 68 72 100
Binary 1000100 1001000 1100100
Octal 104 110 144

Shades and tints

Shades of #444864

#444864
(68,72,100)
#3E425B
(62,66,91)
#383C52
(56,60,82)
#323649
(50,54,73)
#2C3040
(44,48,64)
#262A37
(38,42,55)
#20242E
(32,36,46)
#1A1E25
(26,30,37)
#14181C
(20,24,28)
#0E1213
(14,18,19)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #444864

#444864
(68,72,100)
#555872
(85,88,114)
#666880
(102,104,128)
#77788E
(119,120,142)
#88889C
(136,136,156)
#9998AA
(153,152,170)
#AAA8B8
(170,168,184)
#BBB8C6
(187,184,198)
#CCC8D4
(204,200,212)
#DDD8E2
(221,216,226)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444864 color. Also use rgb(68,72,100) instead hex code.

Text Font Color

.myTextColor { color: #444864; }

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

This text font color is #444864.

Background Color

.myBgColor { background-color: #444864; }

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

This div background color is #444864.

Border color

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

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

This div border color is #444864.

Opacity

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

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

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

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

This text has shadow with #444864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444864.

Preview

Color preview on black background

This text has color #444864 on black background.


Color preview on white background

This text has color #444864 on white background.


Black color preview on #444864 background

This text has black color on #444864 background.


White color preview on #444864 background

This text has white color on #444864 background.


Related colors

Complementary color

Complementary color for #hex is #BBB79B.


I love getcolorcode.com

Triadic colors

1 #644448 and #486444 with #444864 are triadic colors.

2 #644844 and #484464 with #444864 are triadic colors.