COLOR #444C7E

HEX: #444C7E RGB: (68,76,126)

Color info

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

RGB color model

#444C7E color RGB value is (68,76,126).

RGB: (68,76,126) (27%, 30%, 49%)

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 126 of 255 = 49%

68
76
126

R + G + B ~ 35%. #444C7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 76 + 126 = 270 (100%)
R 68 of 270 ~ 25.19%
G 76 of 270 ~ 28.15%
B 126 of 270 ~ 46.67'%

%25.19
%28.15
%46.67

CMYK color model

#444C7E color CMYK value is (46,40,0,51).

  • cyan value is 46.03%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (46,40,0,51)
C46M40Y0K51 (46%, 40%, 0%, 51%)
(0.46 / 0.40 / 0.00 / 0.51)

CMYK percentages

%46.03
%39.68
%0
%50.59

Codes

Color #444C7E in popluar color models

44 4C 7E
RGB 68 76 126
HSL 232° 29.90% 38.04%
HSB/HSV 232° 46.03% 49.41%
CMYK 46.03% 39.68% 0.00%
50.59%

Color #444C7E in popluar number systems.

HEX 44 4C 7E
Decimal 68 76 126
Binary 1000100 1001100 1111110
Octal 104 114 176

Shades and tints

Shades of #444C7E

#444C7E
(68,76,126)
#3E4673
(62,70,115)
#384068
(56,64,104)
#323A5D
(50,58,93)
#2C3452
(44,52,82)
#262E47
(38,46,71)
#20283C
(32,40,60)
#1A2231
(26,34,49)
#141C26
(20,28,38)
#0E161B
(14,22,27)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #444C7E

#444C7E
(68,76,126)
#555C89
(85,92,137)
#666C94
(102,108,148)
#777C9F
(119,124,159)
#888CAA
(136,140,170)
#999CB5
(153,156,181)
#AAACC0
(170,172,192)
#BBBCCB
(187,188,203)
#CCCCD6
(204,204,214)
#DDDCE1
(221,220,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444C7E color. Also use rgb(68,76,126) instead hex code.

Text Font Color

.myTextColor { color: #444C7E; }

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

This text font color is #444C7E.

Background Color

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

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

This div background color is #444C7E.

Border color

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

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

This div border color is #444C7E.

Opacity

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

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

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

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

This text has shadow with #444C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444C7E.

Preview

Color preview on black background

This text has color #444C7E on black background.


Color preview on white background

This text has color #444C7E on white background.


Black color preview on #444C7E background

This text has black color on #444C7E background.


White color preview on #444C7E background

This text has white color on #444C7E background.


Related colors

Complementary color

Complementary color for #hex is #BBB381.


I love getcolorcode.com

Triadic colors

1 #7E444C and #4C7E44 with #444C7E are triadic colors.

2 #7E4C44 and #4C447E with #444C7E are triadic colors.