COLOR #444C8A

HEX: #444C8A RGB: (68,76,138)

Color info

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

RGB color model

#444C8A color RGB value is (68,76,138).

RGB: (68,76,138) (27%, 30%, 54%)

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 138 of 255 = 54%

68
76
138

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

Portions of RGB colors in percentages

R + G + B = 68 + 76 + 138 = 282 (100%)
R 68 of 282 ~ 24.11%
G 76 of 282 ~ 26.95%
B 138 of 282 ~ 48.94'%

%24.11
%26.95
%48.94

CMYK color model

#444C8A color CMYK value is (51,45,0,46).

  • cyan value is 50.72%
  • magenta value is 44.93%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (51,45,0,46)
C51M45Y0K46 (51%, 45%, 0%, 46%)
(0.51 / 0.45 / 0.00 / 0.46)

CMYK percentages

%50.72
%44.93
%0
%45.88

Codes

Color #444C8A in popluar color models

44 4C 8A
RGB 68 76 138
HSL 233° 33.98% 40.39%
HSB/HSV 233° 50.72% 54.12%
CMYK 50.72% 44.93% 0.00%
45.88%

Color #444C8A in popluar number systems.

HEX 44 4C 8A
Decimal 68 76 138
Binary 1000100 1001100 10001010
Octal 104 114 212

Shades and tints

Shades of #444C8A

#444C8A
(68,76,138)
#3E467E
(62,70,126)
#384072
(56,64,114)
#323A66
(50,58,102)
#2C345A
(44,52,90)
#262E4E
(38,46,78)
#202842
(32,40,66)
#1A2236
(26,34,54)
#141C2A
(20,28,42)
#0E161E
(14,22,30)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #444C8A

#444C8A
(68,76,138)
#555C94
(85,92,148)
#666C9E
(102,108,158)
#777CA8
(119,124,168)
#888CB2
(136,140,178)
#999CBC
(153,156,188)
#AAACC6
(170,172,198)
#BBBCD0
(187,188,208)
#CCCCDA
(204,204,218)
#DDDCE4
(221,220,228)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444C8A; }

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

This text font color is #444C8A.

Background Color

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

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

This div background color is #444C8A.

Border color

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

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

This div border color is #444C8A.

Opacity

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

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

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

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

This text has shadow with #444C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444C8A.

Preview

Color preview on black background

This text has color #444C8A on black background.


Color preview on white background

This text has color #444C8A on white background.


Black color preview on #444C8A background

This text has black color on #444C8A background.


White color preview on #444C8A background

This text has white color on #444C8A background.


Related colors

Complementary color

Complementary color for #hex is #BBB375.


I love getcolorcode.com

Triadic colors

1 #8A444C and #4C8A44 with #444C8A are triadic colors.

2 #8A4C44 and #4C448A with #444C8A are triadic colors.