COLOR #444459

HEX: #444459 RGB: (68,68,89)

Color info

#444459 contains red, green and blue colors in about the same proportion. Web safe color of #444459 is #333366 (or #336).

RGB color model

#444459 color RGB value is (68,68,89).

RGB: (68,68,89) (27%, 27%, 35%)

RGB channels and saturation

R 68 of 255 = 27%
G 68 of 255 = 27%
B 89 of 255 = 35%

68
68
89

R + G + B ~ 30%. #444459 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 68 + 89 = 225 (100%)
R 68 of 225 ~ 30.22%
G 68 of 225 ~ 30.22%
B 89 of 225 ~ 39.56'%

%30.22
%30.22
%39.56

CMYK color model

#444459 color CMYK value is (24,24,0,65).

  • cyan value is 23.60%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (24,24,0,65)
C24M24Y0K65 (24%, 24%, 0%, 65%)
(0.24 / 0.24 / 0.00 / 0.65)

CMYK percentages

%23.6
%23.6
%0
%65.1

Codes

Color #444459 in popluar color models

44 44 59
RGB 68 68 89
HSL 240° 13.38% 30.78%
HSB/HSV 240° 23.60% 34.90%
CMYK 23.60% 23.60% 0.00%
65.10%

Color #444459 in popluar number systems.

HEX 44 44 59
Decimal 68 68 89
Binary 1000100 1000100 1011001
Octal 104 104 131

Shades and tints

Shades of #444459

#444459
(68,68,89)
#3E3E51
(62,62,81)
#383849
(56,56,73)
#323241
(50,50,65)
#2C2C39
(44,44,57)
#262631
(38,38,49)
#202029
(32,32,41)
#1A1A21
(26,26,33)
#141419
(20,20,25)
#0E0E11
(14,14,17)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #444459

#444459
(68,68,89)
#555568
(85,85,104)
#666677
(102,102,119)
#777786
(119,119,134)
#888895
(136,136,149)
#9999A4
(153,153,164)
#AAAAB3
(170,170,179)
#BBBBC2
(187,187,194)
#CCCCD1
(204,204,209)
#DDDDE0
(221,221,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444459; }

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

This text font color is #444459.

Background Color

.myBgColor { background-color: #444459; }

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

This div background color is #444459.

Border color

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

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

This div border color is #444459.

Opacity

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

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

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

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

This text has shadow with #444459 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444459.

Preview

Color preview on black background

This text has color #444459 on black background.


Color preview on white background

This text has color #444459 on white background.


Black color preview on #444459 background

This text has black color on #444459 background.


White color preview on #444459 background

This text has white color on #444459 background.


Related colors

Complementary color

Complementary color for #hex is #BBBBA6.


I love getcolorcode.com