COLOR #444A8B

HEX: #444A8B RGB: (68,74,139)

Color info

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

RGB color model

#444A8B color RGB value is (68,74,139).

RGB: (68,74,139) (27%, 29%, 55%)

RGB channels and saturation

R 68 of 255 = 27%
G 74 of 255 = 29%
B 139 of 255 = 55%

68
74
139

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

Portions of RGB colors in percentages

R + G + B = 68 + 74 + 139 = 281 (100%)
R 68 of 281 ~ 24.2%
G 74 of 281 ~ 26.33%
B 139 of 281 ~ 49.47'%

%24.2
%26.33
%49.47

CMYK color model

#444A8B color CMYK value is (51,47,0,45).

  • cyan value is 51.08%
  • magenta value is 46.76%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (51,47,0,45)
C51M47Y0K45 (51%, 47%, 0%, 45%)
(0.51 / 0.47 / 0.00 / 0.45)

CMYK percentages

%51.08
%46.76
%0
%45.49

Codes

Color #444A8B in popluar color models

44 4A 8B
RGB 68 74 139
HSL 235° 34.30% 40.59%
HSB/HSV 235° 51.08% 54.51%
CMYK 51.08% 46.76% 0.00%
45.49%

Color #444A8B in popluar number systems.

HEX 44 4A 8B
Decimal 68 74 139
Binary 1000100 1001010 10001011
Octal 104 112 213

Shades and tints

Shades of #444A8B

#444A8B
(68,74,139)
#3E447F
(62,68,127)
#383E73
(56,62,115)
#323867
(50,56,103)
#2C325B
(44,50,91)
#262C4F
(38,44,79)
#202643
(32,38,67)
#1A2037
(26,32,55)
#141A2B
(20,26,43)
#0E141F
(14,20,31)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #444A8B

#444A8B
(68,74,139)
#555A95
(85,90,149)
#666A9F
(102,106,159)
#777AA9
(119,122,169)
#888AB3
(136,138,179)
#999ABD
(153,154,189)
#AAAAC7
(170,170,199)
#BBBAD1
(187,186,209)
#CCCADB
(204,202,219)
#DDDAE5
(221,218,229)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444A8B; }

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

This text font color is #444A8B.

Background Color

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

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

This div background color is #444A8B.

Border color

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

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

This div border color is #444A8B.

Opacity

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

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

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

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

This text has shadow with #444A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444A8B.

Preview

Color preview on black background

This text has color #444A8B on black background.


Color preview on white background

This text has color #444A8B on white background.


Black color preview on #444A8B background

This text has black color on #444A8B background.


White color preview on #444A8B background

This text has white color on #444A8B background.


Related colors

Complementary color

Complementary color for #hex is #BBB574.


I love getcolorcode.com

Triadic colors

1 #8B444A and #4A8B44 with #444A8B are triadic colors.

2 #8B4A44 and #4A448B with #444A8B are triadic colors.