COLOR #444781

HEX: #444781
RGB: (68,71,129)

Color info

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

RGB color model

#444781 color RGB value is (68,71,129).

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

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 129 of 255 = 51%

68
71
129

R + G + B ~ 35%. #444781 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 129 = 268 (100%)
R 68 of 268 ~ 25.37%
G 71 of 268 ~ 26.49%
B 129 of 268 ~ 48.13%

%25.37
%26.49
%48.13

CMYK color model

#444781 color CMYK value is (47,45,0,49).

  • cyan value is 47.29%
  • magenta value is 44.96%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(47,45,0,49)
C47M45Y0K49 
(47%,45%,0%,49%)
(0.47/0.45/0.00/0.49)	

CMYK percentages

%47.29
%44.96
%0
%49.41

Codes

Color #444781 in popluar color models

444781
RGB6871129
HSL237°30.96%38.63%
HSB/HSV237°47.29%50.59%
CMYK47.29%44.96%0.00%
49.41%

Color #444781 in popluar number systems.

HEX444781
Decimal6871129
Binary1000100100011110000001
Octal104107201

Shades and tints

Shades of #444781

#444781
(68,71,129)
#3E4176
(62,65,118)
#383B6B
(56,59,107)
#323560
(50,53,96)
#2C2F55
(44,47,85)
#26294A
(38,41,74)
#20233F
(32,35,63)
#1A1D34
(26,29,52)
#141729
(20,23,41)
#0E111E
(14,17,30)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #444781

#444781
(68,71,129)
#55578C
(85,87,140)
#666797
(102,103,151)
#7777A2
(119,119,162)
#8887AD
(136,135,173)
#9997B8
(153,151,184)
#AAA7C3
(170,167,195)
#BBB7CE
(187,183,206)
#CCC7D9
(204,199,217)
#DDD7E4
(221,215,228)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444781; }

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

This text font color is #444781.


Background Color

.myBgColor { background-color: #444781; }

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

This div background color is #444781.


Border color

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

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

This div border color is #444781.


Opacity

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

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

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

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

This text has shadow with #444781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444781 on black background.


Color preview on white background

This text has color #444781 on white background.



Black color preview on #444781 background

This text has black color on #444781 background.


White color preview on #444781 background

This text has white color on #444781 background.