COLOR #440056

HEX: #440056
RGB: (68,0,86)

Color info

#440056 contains only red and blue colors. Web safe color of #440056 is #330066 (or #306).

RGB color model

#440056 color RGB value is (68,0,86).

  • red value is 68;
  • green value is 0;
  • blue value is 86.
RGB:
(68,0,86)
(27%,0%,34%)

RGB channels and saturation

R 68 of 255 = 27%
G 0 of 255 = 0%
B 86 of 255 = 34%

68
0
86

R + G + B ~ 20%. #440056 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 0 + 86 = 154 (100%)
R 68 of 154 ~ 44.16%
G 0 of 154 ~ 0%
B 86 of 154 ~ 55.84%

%44.16
%55.84

CMYK color model

#440056 color CMYK value is (21,100,0,66).

  • cyan value is 20.93%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(21,100,0,66)
C21M100Y0K66 
(21%,100%,0%,66%)
(0.21/1.00/0.00/0.66)	

CMYK percentages

%20.93
%100
%0
%66.27

Codes

Color #440056 in popluar color models

440056
RGB68086
HSL287°100.00%16.86%
HSB/HSV287°100.00%33.73%
CMYK20.93%100.00%0.00%
66.27%

Color #440056 in popluar number systems.

HEX440056
Decimal68086
Binary100010001010110
Octal1040126

Shades and tints

Shades of #440056

#440056
(68,0,86)
#3E004F
(62,0,79)
#380048
(56,0,72)
#320041
(50,0,65)
#2C003A
(44,0,58)
#260033
(38,0,51)
#20002C
(32,0,44)
#1A0025
(26,0,37)
#14001E
(20,0,30)
#0E0017
(14,0,23)
#080010
(8,0,16)
#000000
(0,0,0)

Tints of #440056

#440056
(68,0,86)
#551765
(85,23,101)
#662E74
(102,46,116)
#774583
(119,69,131)
#885C92
(136,92,146)
#9973A1
(153,115,161)
#AA8AB0
(170,138,176)
#BBA1BF
(187,161,191)
#CCB8CE
(204,184,206)
#DDCFDD
(221,207,221)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440056; }

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

This text font color is #440056.


Background Color

.myBgColor { background-color: #440056; }

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

This div background color is #440056.


Border color

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

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

This div border color is #440056.


Opacity

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

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

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

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

This text has shadow with #440056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440056 on black background.


Color preview on white background

This text has color #440056 on white background.



Black color preview on #440056 background

This text has black color on #440056 background.


White color preview on #440056 background

This text has white color on #440056 background.