COLOR #4432AA

HEX: #4432AA RGB: (68,50,170)

Color info

#4432AA contains mainly blue color. Web safe color of #4432AA is #333399 (or #339).

RGB color model

#4432AA color RGB value is (68,50,170).

RGB: (68,50,170) (27%, 20%, 67%)

RGB channels and saturation

R 68 of 255 = 27%
G 50 of 255 = 20%
B 170 of 255 = 67%

68
50
170

R + G + B ~ 38%. #4432AA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 50 + 170 = 288 (100%)
R 68 of 288 ~ 23.61%
G 50 of 288 ~ 17.36%
B 170 of 288 ~ 59.03'%

%23.61
%17.36
%59.03

CMYK color model

#4432AA color CMYK value is (60,71,0,33).

  • cyan value is 60.00%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (60,71,0,33)
C60M71Y0K33 (60%, 71%, 0%, 33%)
(0.60 / 0.71 / 0.00 / 0.33)

CMYK percentages

%60
%70.59
%0
%33.33

Codes

Color #4432AA in popluar color models

44 32 AA
RGB 68 50 170
HSL 249° 54.55% 43.14%
HSB/HSV 249° 70.59% 66.67%
CMYK 60.00% 70.59% 0.00%
33.33%

Color #4432AA in popluar number systems.

HEX 44 32 AA
Decimal 68 50 170
Binary 1000100 110010 10101010
Octal 104 62 252

Shades and tints

Shades of #4432AA

#4432AA
(68,50,170)
#3E2E9B
(62,46,155)
#382A8C
(56,42,140)
#32267D
(50,38,125)
#2C226E
(44,34,110)
#261E5F
(38,30,95)
#201A50
(32,26,80)
#1A1641
(26,22,65)
#141232
(20,18,50)
#0E0E23
(14,14,35)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #4432AA

#4432AA
(68,50,170)
#5544B1
(85,68,177)
#6656B8
(102,86,184)
#7768BF
(119,104,191)
#887AC6
(136,122,198)
#998CCD
(153,140,205)
#AA9ED4
(170,158,212)
#BBB0DB
(187,176,219)
#CCC2E2
(204,194,226)
#DDD4E9
(221,212,233)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4432AA color. Also use rgb(68,50,170) instead hex code.

Text Font Color

.myTextColor { color: #4432AA; }

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

This text font color is #4432AA.

Background Color

.myBgColor { background-color: #4432AA; }

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

This div background color is #4432AA.

Border color

.myBorderColor { border: 1px solid #4432AA; }

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

This div border color is #4432AA.

Opacity

.myOpacity80 { color: #4432AA; opacity: 0.8; }

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

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

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

This text has shadow with #4432AA color.


.textShadow {text-shadow: 3px 3px 1px #4432AA', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4432AA; -webkit-box-shadow: 1px 1px 3px 2px #4432AA; box-shadow:1px 1px 3px 2px #4432AA;">
Div content here
</div>

This div box has shadow with color #4432AA.

Preview

Color preview on black background

This text has color #4432AA on black background.


Color preview on white background

This text has color #4432AA on white background.


Black color preview on #4432AA background

This text has black color on #4432AA background.


White color preview on #4432AA background

This text has white color on #4432AA background.


Related colors

Complementary color

Complementary color for #hex is #BBCD55.


I love getcolorcode.com

Triadic colors

1 #AA4432 and #32AA44 with #4432AA are triadic colors.

2 #AA3244 and #3244AA with #4432AA are triadic colors.