COLOR #441469

HEX: #441469
RGB: (68,20,105)

Color info

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

RGB color model

#441469 color RGB value is (68,20,105).

  • red value is 68;
  • green value is 20;
  • blue value is 105.
RGB:
(68,20,105)
(27%,8%,41%)

RGB channels and saturation

R 68 of 255 = 27%
G 20 of 255 = 8%
B 105 of 255 = 41%

68
20
105

R + G + B ~ 25%. #441469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 20 + 105 = 193 (100%)
R 68 of 193 ~ 35.23%
G 20 of 193 ~ 10.36%
B 105 of 193 ~ 54.4%

%35.23
%10.36
%54.4

CMYK color model

#441469 color CMYK value is (35,81,0,59).

  • cyan value is 35.24%
  • magenta value is 80.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(35,81,0,59)
C35M81Y0K59 
(35%,81%,0%,59%)
(0.35/0.81/0.00/0.59)	

CMYK percentages

%35.24
%80.95
%0
%58.82

Codes

Color #441469 in popluar color models

441469
RGB6820105
HSL274°68.00%24.51%
HSB/HSV274°80.95%41.18%
CMYK35.24%80.95%0.00%
58.82%

Color #441469 in popluar number systems.

HEX441469
Decimal6820105
Binary1000100101001101001
Octal10424151

Shades and tints

Shades of #441469

#441469
(68,20,105)
#3E1360
(62,19,96)
#381257
(56,18,87)
#32114E
(50,17,78)
#2C1045
(44,16,69)
#260F3C
(38,15,60)
#200E33
(32,14,51)
#1A0D2A
(26,13,42)
#140C21
(20,12,33)
#0E0B18
(14,11,24)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #441469

#441469
(68,20,105)
#552976
(85,41,118)
#663E83
(102,62,131)
#775390
(119,83,144)
#88689D
(136,104,157)
#997DAA
(153,125,170)
#AA92B7
(170,146,183)
#BBA7C4
(187,167,196)
#CCBCD1
(204,188,209)
#DDD1DE
(221,209,222)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441469; }

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

This text font color is #441469.


Background Color

.myBgColor { background-color: #441469; }

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

This div background color is #441469.


Border color

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

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

This div border color is #441469.


Opacity

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

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

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

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

This text has shadow with #441469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441469 on black background.


Color preview on white background

This text has color #441469 on white background.



Black color preview on #441469 background

This text has black color on #441469 background.


White color preview on #441469 background

This text has white color on #441469 background.