COLOR #4425BB

HEX: #4425BB RGB: (68,37,187)

Color info

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

RGB color model

#4425BB color RGB value is (68,37,187).

RGB: (68,37,187) (27%, 15%, 73%)

RGB channels and saturation

R 68 of 255 = 27%
G 37 of 255 = 15%
B 187 of 255 = 73%

68
37
187

R + G + B ~ 38%. #4425BB is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 37 + 187 = 292 (100%)
R 68 of 292 ~ 23.29%
G 37 of 292 ~ 12.67%
B 187 of 292 ~ 64.04'%

%23.29
%12.67
%64.04

CMYK color model

#4425BB color CMYK value is (64,80,0,27).

  • cyan value is 63.64%
  • magenta value is 80.21%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (64,80,0,27) C64M80Y0K27 (64%,80%,0%,27%) (0.64/0.80/0.00/0.27) 

CMYK percentages

%63.64
%80.21
%0
%26.67

Codes

Color #4425BB in popluar color models

44 25 BB
RGB 68 37 187
HSL 252° 66.96% 43.92%
HSB/HSV 252° 80.21% 73.33%
CMYK 63.64% 80.21% 0.00%
26.67%

Color #4425BB in popluar number systems.

HEX 44 25 BB
Decimal 68 37 187
Binary 1000100 100101 10111011
Octal 104 45 273

Shades and tints

Shades of #4425BB

#4425BB
(68,37,187)
#3E22AA
(62,34,170)
#381F99
(56,31,153)
#321C88
(50,28,136)
#2C1977
(44,25,119)
#261666
(38,22,102)
#201355
(32,19,85)
#1A1044
(26,16,68)
#140D33
(20,13,51)
#0E0A22
(14,10,34)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #4425BB

#4425BB
(68,37,187)
#5538C1
(85,56,193)
#664BC7
(102,75,199)
#775ECD
(119,94,205)
#8871D3
(136,113,211)
#9984D9
(153,132,217)
#AA97DF
(170,151,223)
#BBAAE5
(187,170,229)
#CCBDEB
(204,189,235)
#DDD0F1
(221,208,241)
#EEE3F7
(238,227,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4425BB color. Also use rgb(68,37,187) instead hex code.

Text Font Color

.myTextColor { color: #4425BB; }

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

This text font color is #4425BB.

Background Color

.myBgColor { background-color: #4425BB; }

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

This div background color is #4425BB.

Border color

.myBorderColor { border: 1px solid #4425BB; }

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

This div border color is #4425BB.

Opacity

.myOpacity80 { color: #4425BB; opacity: 0.8; }

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

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

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

This text has shadow with #4425BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4425BB.

Preview

Color preview on black background

This text has color #4425BB on black background.


Color preview on white background

This text has color #4425BB on white background.


Black color preview on #4425BB background

This text has black color on #4425BB background.


White color preview on #4425BB background

This text has white color on #4425BB background.


Related colors

Complementary color

Complementary color for #hex is #BBDA44.


I love getcolorcode.com

Triadic colors

1 #BB4425 and #25BB44 with #4425BB are triadic colors.

2 #BB2544 and #2544BB with #4425BB are triadic colors.