COLOR #444772

HEX: #444772
RGB: (68,71,114)

Color info

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

RGB color model

#444772 color RGB value is (68,71,114).

  • red value is 68;
  • green value is 71;
  • blue value is 114.
RGB:
(68,71,114)
(27%,28%,45%)

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 114 of 255 = 45%

68
71
114

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

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 114 = 253 (100%)
R 68 of 253 ~ 26.88%
G 71 of 253 ~ 28.06%
B 114 of 253 ~ 45.06%

%26.88
%28.06
%45.06

CMYK color model

#444772 color CMYK value is (40,38,0,55).

  • cyan value is 40.35%
  • magenta value is 37.72%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(40,38,0,55)
C40M38Y0K55 
(40%,38%,0%,55%)
(0.40/0.38/0.00/0.55)	

CMYK percentages

%40.35
%37.72
%0
%55.29

Codes

Color #444772 in popluar color models

444772
RGB6871114
HSL236°25.27%35.69%
HSB/HSV236°40.35%44.71%
CMYK40.35%37.72%0.00%
55.29%

Color #444772 in popluar number systems.

HEX444772
Decimal6871114
Binary100010010001111110010
Octal104107162

Shades and tints

Shades of #444772

#444772
(68,71,114)
#3E4168
(62,65,104)
#383B5E
(56,59,94)
#323554
(50,53,84)
#2C2F4A
(44,47,74)
#262940
(38,41,64)
#202336
(32,35,54)
#1A1D2C
(26,29,44)
#141722
(20,23,34)
#0E1118
(14,17,24)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #444772

#444772
(68,71,114)
#55577E
(85,87,126)
#66678A
(102,103,138)
#777796
(119,119,150)
#8887A2
(136,135,162)
#9997AE
(153,151,174)
#AAA7BA
(170,167,186)
#BBB7C6
(187,183,198)
#CCC7D2
(204,199,210)
#DDD7DE
(221,215,222)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444772; }

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

This text font color is #444772.


Background Color

.myBgColor { background-color: #444772; }

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

This div background color is #444772.


Border color

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

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

This div border color is #444772.


Opacity

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

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

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

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

This text has shadow with #444772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444772 on black background.


Color preview on white background

This text has color #444772 on white background.



Black color preview on #444772 background

This text has black color on #444772 background.


White color preview on #444772 background

This text has white color on #444772 background.