COLOR #444791

HEX: #444791 RGB: (68,71,145)

Color info

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

RGB color model

#444791 color RGB value is (68,71,145).

RGB: (68,71,145) (27%, 28%, 57%)

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 145 of 255 = 57%

68
71
145

R + G + B ~ 37%. #444791 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 71 + 145 = 284 (100%)
R 68 of 284 ~ 23.94%
G 71 of 284 ~ 25%
B 145 of 284 ~ 51.06'%

%23.94
%25
%51.06

CMYK color model

#444791 color CMYK value is (53,51,0,43).

  • cyan value is 53.10%
  • magenta value is 51.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (53,51,0,43) C53M51Y0K43 (53%,51%,0%,43%) (0.53/0.51/0.00/0.43) 

CMYK percentages

%53.1
%51.03
%0
%43.14

Codes

Color #444791 in popluar color models

44 47 91
RGB 68 71 145
HSL 238° 36.15% 41.76%
HSB/HSV 238° 53.10% 56.86%
CMYK 53.10% 51.03% 0.00%
43.14%

Color #444791 in popluar number systems.

HEX 44 47 91
Decimal 68 71 145
Binary 1000100 1000111 10010001
Octal 104 107 221

Shades and tints

Shades of #444791

#444791
(68,71,145)
#3E4184
(62,65,132)
#383B77
(56,59,119)
#32356A
(50,53,106)
#2C2F5D
(44,47,93)
#262950
(38,41,80)
#202343
(32,35,67)
#1A1D36
(26,29,54)
#141729
(20,23,41)
#0E111C
(14,17,28)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #444791

#444791
(68,71,145)
#55579B
(85,87,155)
#6667A5
(102,103,165)
#7777AF
(119,119,175)
#8887B9
(136,135,185)
#9997C3
(153,151,195)
#AAA7CD
(170,167,205)
#BBB7D7
(187,183,215)
#CCC7E1
(204,199,225)
#DDD7EB
(221,215,235)
#EEE7F5
(238,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444791; }

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

This text font color is #444791.

Background Color

.myBgColor { background-color: #444791; }

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

This div background color is #444791.

Border color

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

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

This div border color is #444791.

Opacity

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

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

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

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

This text has shadow with #444791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444791.

Preview

Color preview on black background

This text has color #444791 on black background.


Color preview on white background

This text has color #444791 on white background.


Black color preview on #444791 background

This text has black color on #444791 background.


White color preview on #444791 background

This text has white color on #444791 background.


Related colors

Complementary color

Complementary color for #hex is #BBB86E.


I love getcolorcode.com

Triadic colors

1 #914447 and #479144 with #444791 are triadic colors.

2 #914744 and #474491 with #444791 are triadic colors.