COLOR #4432DD

HEX: #4432DD RGB: (68,50,221)

Color info

#4432DD contains mainly blue color. Web safe color of #4432DD is #3333CC (or #33C).

RGB color model

#4432DD color RGB value is (68,50,221).

RGB: (68,50,221) (27%, 20%, 87%)

RGB channels and saturation

R 68 of 255 = 27%
G 50 of 255 = 20%
B 221 of 255 = 87%

68
50
221

R + G + B ~ 45%. #4432DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 50 + 221 = 339 (100%)
R 68 of 339 ~ 20.06%
G 50 of 339 ~ 14.75%
B 221 of 339 ~ 65.19'%

%20.06
%14.75
%65.19

CMYK color model

#4432DD color CMYK value is (69,77,0,13).

  • cyan value is 69.23%
  • magenta value is 77.38%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (69,77,0,13)
C69M77Y0K13 (69%, 77%, 0%, 13%)
(0.69 / 0.77 / 0.00 / 0.13)

CMYK percentages

%69.23
%77.38
%0
%13.33

Codes

Color #4432DD in popluar color models

44 32 DD
RGB 68 50 221
HSL 246° 71.55% 53.14%
HSB/HSV 246° 77.38% 86.67%
CMYK 69.23% 77.38% 0.00%
13.33%

Color #4432DD in popluar number systems.

HEX 44 32 DD
Decimal 68 50 221
Binary 1000100 110010 11011101
Octal 104 62 335

Shades and tints

Shades of #4432DD

#4432DD
(68,50,221)
#3E2EC9
(62,46,201)
#382AB5
(56,42,181)
#3226A1
(50,38,161)
#2C228D
(44,34,141)
#261E79
(38,30,121)
#201A65
(32,26,101)
#1A1651
(26,22,81)
#14123D
(20,18,61)
#0E0E29
(14,14,41)
#080A15
(8,10,21)
#000000
(0,0,0)

Tints of #4432DD

#4432DD
(68,50,221)
#5544E0
(85,68,224)
#6656E3
(102,86,227)
#7768E6
(119,104,230)
#887AE9
(136,122,233)
#998CEC
(153,140,236)
#AA9EEF
(170,158,239)
#BBB0F2
(187,176,242)
#CCC2F5
(204,194,245)
#DDD4F8
(221,212,248)
#EEE6FB
(238,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4432DD; }

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

This text font color is #4432DD.

Background Color

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

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

This div background color is #4432DD.

Border color

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

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

This div border color is #4432DD.

Opacity

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

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

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

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

This text has shadow with #4432DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4432DD.

Preview

Color preview on black background

This text has color #4432DD on black background.


Color preview on white background

This text has color #4432DD on white background.


Black color preview on #4432DD background

This text has black color on #4432DD background.


White color preview on #4432DD background

This text has white color on #4432DD background.


Related colors

Complementary color

Complementary color for #4432DD is #BBCD22.


I love getcolorcode.com

Triadic colors

1 #DD4432 and #32DD44 with #4432DD are triadic colors.

2 #DD3244 and #3244DD with #4432DD are triadic colors.