COLOR #444787

HEX: #444787 RGB: (68,71,135)

Color info

#444787 contains mainly blue color. Web safe color of #444787 is #333399 (or #339).

RGB color model

#444787 color RGB value is (68,71,135).

RGB: (68,71,135) (27%, 28%, 53%)

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 135 of 255 = 53%

68
71
135

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

Portions of RGB colors in percentages

R + G + B = 68 + 71 + 135 = 274 (100%)
R 68 of 274 ~ 24.82%
G 71 of 274 ~ 25.91%
B 135 of 274 ~ 49.27'%

%24.82
%25.91
%49.27

CMYK color model

#444787 color CMYK value is (50,47,0,47).

  • cyan value is 49.63%
  • magenta value is 47.41%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (50,47,0,47)
C50M47Y0K47 (50%, 47%, 0%, 47%)
(0.50 / 0.47 / 0.00 / 0.47)

CMYK percentages

%49.63
%47.41
%0
%47.06

Codes

Color #444787 in popluar color models

44 47 87
RGB 68 71 135
HSL 237° 33.00% 39.80%
HSB/HSV 237° 49.63% 52.94%
CMYK 49.63% 47.41% 0.00%
47.06%

Color #444787 in popluar number systems.

HEX 44 47 87
Decimal 68 71 135
Binary 1000100 1000111 10000111
Octal 104 107 207

Shades and tints

Shades of #444787

#444787
(68,71,135)
#3E417B
(62,65,123)
#383B6F
(56,59,111)
#323563
(50,53,99)
#2C2F57
(44,47,87)
#26294B
(38,41,75)
#20233F
(32,35,63)
#1A1D33
(26,29,51)
#141727
(20,23,39)
#0E111B
(14,17,27)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #444787

#444787
(68,71,135)
#555791
(85,87,145)
#66679B
(102,103,155)
#7777A5
(119,119,165)
#8887AF
(136,135,175)
#9997B9
(153,151,185)
#AAA7C3
(170,167,195)
#BBB7CD
(187,183,205)
#CCC7D7
(204,199,215)
#DDD7E1
(221,215,225)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444787 color. Also use rgb(68,71,135) instead hex code.

Text Font Color

.myTextColor { color: #444787; }

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

This text font color is #444787.

Background Color

.myBgColor { background-color: #444787; }

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

This div background color is #444787.

Border color

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

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

This div border color is #444787.

Opacity

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

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

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

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

This text has shadow with #444787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444787.

Preview

Color preview on black background

This text has color #444787 on black background.


Color preview on white background

This text has color #444787 on white background.


Black color preview on #444787 background

This text has black color on #444787 background.


White color preview on #444787 background

This text has white color on #444787 background.


Related colors

Complementary color

Complementary color for #hex is #BBB878.


I love getcolorcode.com

Triadic colors

1 #874447 and #478744 with #444787 are triadic colors.

2 #874744 and #474487 with #444787 are triadic colors.