COLOR #444A99

HEX: #444A99 RGB: (68,74,153)

Color info

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

RGB color model

#444A99 color RGB value is (68,74,153).

RGB: (68,74,153) (27%, 29%, 60%)

RGB channels and saturation

R 68 of 255 = 27%
G 74 of 255 = 29%
B 153 of 255 = 60%

68
74
153

R + G + B ~ 39%. #444A99 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 74 + 153 = 295 (100%)
R 68 of 295 ~ 23.05%
G 74 of 295 ~ 25.08%
B 153 of 295 ~ 51.86'%

%23.05
%25.08
%51.86

CMYK color model

#444A99 color CMYK value is (56,52,0,40).

  • cyan value is 55.56%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (56,52,0,40)
C56M52Y0K40 (56%, 52%, 0%, 40%)
(0.56 / 0.52 / 0.00 / 0.40)

CMYK percentages

%55.56
%51.63
%0
%40

Codes

Color #444A99 in popluar color models

44 4A 99
RGB 68 74 153
HSL 236° 38.46% 43.33%
HSB/HSV 236° 55.56% 60.00%
CMYK 55.56% 51.63% 0.00%
40.00%

Color #444A99 in popluar number systems.

HEX 44 4A 99
Decimal 68 74 153
Binary 1000100 1001010 10011001
Octal 104 112 231

Shades and tints

Shades of #444A99

#444A99
(68,74,153)
#3E448C
(62,68,140)
#383E7F
(56,62,127)
#323872
(50,56,114)
#2C3265
(44,50,101)
#262C58
(38,44,88)
#20264B
(32,38,75)
#1A203E
(26,32,62)
#141A31
(20,26,49)
#0E1424
(14,20,36)
#080E17
(8,14,23)
#000000
(0,0,0)

Tints of #444A99

#444A99
(68,74,153)
#555AA2
(85,90,162)
#666AAB
(102,106,171)
#777AB4
(119,122,180)
#888ABD
(136,138,189)
#999AC6
(153,154,198)
#AAAACF
(170,170,207)
#BBBAD8
(187,186,216)
#CCCAE1
(204,202,225)
#DDDAEA
(221,218,234)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444A99 color. Also use rgb(68,74,153) instead hex code.

Text Font Color

.myTextColor { color: #444A99; }

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

This text font color is #444A99.

Background Color

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

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

This div background color is #444A99.

Border color

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

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

This div border color is #444A99.

Opacity

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

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

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

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

This text has shadow with #444A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444A99.

Preview

Color preview on black background

This text has color #444A99 on black background.


Color preview on white background

This text has color #444A99 on white background.


Black color preview on #444A99 background

This text has black color on #444A99 background.


White color preview on #444A99 background

This text has white color on #444A99 background.


Related colors

Complementary color

Complementary color for #hex is #BBB566.


I love getcolorcode.com

Triadic colors

1 #99444A and #4A9944 with #444A99 are triadic colors.

2 #994A44 and #4A4499 with #444A99 are triadic colors.