COLOR #444982

HEX: #444982
RGB: (68,73,130)

Color info

#444982 contains mainly green and blue colors. Web safe color of #444982 is #333399 (or #339).

RGB color model

#444982 color RGB value is (68,73,130).

  • red value is 68;
  • green value is 73;
  • blue value is 130.
RGB:
(68,73,130)
(27%,29%,51%)

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 130 of 255 = 51%

68
73
130

R + G + B ~ 36%. #444982 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 130 = 271 (100%)
R 68 of 271 ~ 25.09%
G 73 of 271 ~ 26.94%
B 130 of 271 ~ 47.97%

%25.09
%26.94
%47.97

CMYK color model

#444982 color CMYK value is (48,44,0,49).

  • cyan value is 47.69%
  • magenta value is 43.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(48,44,0,49)
C48M44Y0K49 
(48%,44%,0%,49%)
(0.48/0.44/0.00/0.49)	

CMYK percentages

%47.69
%43.85
%0
%49.02

Codes

Color #444982 in popluar color models

444982
RGB6873130
HSL235°31.31%38.82%
HSB/HSV235°47.69%50.98%
CMYK47.69%43.85%0.00%
49.02%

Color #444982 in popluar number systems.

HEX444982
Decimal6873130
Binary1000100100100110000010
Octal104111202

Shades and tints

Shades of #444982

#444982
(68,73,130)
#3E4377
(62,67,119)
#383D6C
(56,61,108)
#323761
(50,55,97)
#2C3156
(44,49,86)
#262B4B
(38,43,75)
#202540
(32,37,64)
#1A1F35
(26,31,53)
#14192A
(20,25,42)
#0E131F
(14,19,31)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #444982

#444982
(68,73,130)
#55598D
(85,89,141)
#666998
(102,105,152)
#7779A3
(119,121,163)
#8889AE
(136,137,174)
#9999B9
(153,153,185)
#AAA9C4
(170,169,196)
#BBB9CF
(187,185,207)
#CCC9DA
(204,201,218)
#DDD9E5
(221,217,229)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444982; }

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

This text font color is #444982.


Background Color

.myBgColor { background-color: #444982; }

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

This div background color is #444982.


Border color

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

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

This div border color is #444982.


Opacity

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

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

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

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

This text has shadow with #444982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444982 on black background.


Color preview on white background

This text has color #444982 on white background.



Black color preview on #444982 background

This text has black color on #444982 background.


White color preview on #444982 background

This text has white color on #444982 background.