COLOR #444470

HEX: #444470
RGB: (68,68,112)

Color info

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

RGB color model

#444470 color RGB value is (68,68,112).

  • red value is 68;
  • green value is 68;
  • blue value is 112.
RGB:
(68,68,112)
(27%,27%,44%)

RGB channels and saturation

R 68 of 255 = 27%
G 68 of 255 = 27%
B 112 of 255 = 44%

68
68
112

R + G + B ~ 33%. #444470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 68 + 112 = 248 (100%)
R 68 of 248 ~ 27.42%
G 68 of 248 ~ 27.42%
B 112 of 248 ~ 45.16%

%27.42
%27.42
%45.16

CMYK color model

#444470 color CMYK value is (39,39,0,56).

  • cyan value is 39.29%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(39,39,0,56)
C39M39Y0K56 
(39%,39%,0%,56%)
(0.39/0.39/0.00/0.56)	

CMYK percentages

%39.29
%39.29
%0
%56.08

Codes

Color #444470 in popluar color models

444470
RGB6868112
HSL240°24.44%35.29%
HSB/HSV240°39.29%43.92%
CMYK39.29%39.29%0.00%
56.08%

Color #444470 in popluar number systems.

HEX444470
Decimal6868112
Binary100010010001001110000
Octal104104160

Shades and tints

Shades of #444470

#444470
(68,68,112)
#3E3E66
(62,62,102)
#38385C
(56,56,92)
#323252
(50,50,82)
#2C2C48
(44,44,72)
#26263E
(38,38,62)
#202034
(32,32,52)
#1A1A2A
(26,26,42)
#141420
(20,20,32)
#0E0E16
(14,14,22)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #444470

#444470
(68,68,112)
#55557D
(85,85,125)
#66668A
(102,102,138)
#777797
(119,119,151)
#8888A4
(136,136,164)
#9999B1
(153,153,177)
#AAAABE
(170,170,190)
#BBBBCB
(187,187,203)
#CCCCD8
(204,204,216)
#DDDDE5
(221,221,229)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444470; }

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

This text font color is #444470.


Background Color

.myBgColor { background-color: #444470; }

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

This div background color is #444470.


Border color

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

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

This div border color is #444470.


Opacity

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

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

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

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

This text has shadow with #444470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444470 on black background.


Color preview on white background

This text has color #444470 on white background.



Black color preview on #444470 background

This text has black color on #444470 background.


White color preview on #444470 background

This text has white color on #444470 background.