COLOR #4438AB

HEX: #4438AB RGB: (68,56,171)

Color info

#4438AB contains mainly blue color. Web safe color of #4438AB is #333399 (or #339).

RGB color model

#4438AB color RGB value is (68,56,171).

RGB: (68,56,171) (27%, 22%, 67%)

RGB channels and saturation

R 68 of 255 = 27%
G 56 of 255 = 22%
B 171 of 255 = 67%

68
56
171

R + G + B ~ 39%. #4438AB is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 56 + 171 = 295 (100%)
R 68 of 295 ~ 23.05%
G 56 of 295 ~ 18.98%
B 171 of 295 ~ 57.97'%

%23.05
%18.98
%57.97

CMYK color model

#4438AB color CMYK value is (60,67,0,33).

  • cyan value is 60.23%
  • magenta value is 67.25%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (60,67,0,33)
C60M67Y0K33 (60%, 67%, 0%, 33%)
(0.60 / 0.67 / 0.00 / 0.33)

CMYK percentages

%60.23
%67.25
%0
%32.94

Codes

Color #4438AB in popluar color models

44 38 AB
RGB 68 56 171
HSL 246° 50.66% 44.51%
HSB/HSV 246° 67.25% 67.06%
CMYK 60.23% 67.25% 0.00%
32.94%

Color #4438AB in popluar number systems.

HEX 44 38 AB
Decimal 68 56 171
Binary 1000100 111000 10101011
Octal 104 70 253

Shades and tints

Shades of #4438AB

#4438AB
(68,56,171)
#3E339C
(62,51,156)
#382E8D
(56,46,141)
#32297E
(50,41,126)
#2C246F
(44,36,111)
#261F60
(38,31,96)
#201A51
(32,26,81)
#1A1542
(26,21,66)
#141033
(20,16,51)
#0E0B24
(14,11,36)
#080615
(8,6,21)
#000000
(0,0,0)

Tints of #4438AB

#4438AB
(68,56,171)
#554AB2
(85,74,178)
#665CB9
(102,92,185)
#776EC0
(119,110,192)
#8880C7
(136,128,199)
#9992CE
(153,146,206)
#AAA4D5
(170,164,213)
#BBB6DC
(187,182,220)
#CCC8E3
(204,200,227)
#DDDAEA
(221,218,234)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4438AB color. Also use rgb(68,56,171) instead hex code.

Text Font Color

.myTextColor { color: #4438AB; }

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

This text font color is #4438AB.

Background Color

.myBgColor { background-color: #4438AB; }

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

This div background color is #4438AB.

Border color

.myBorderColor { border: 1px solid #4438AB; }

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

This div border color is #4438AB.

Opacity

.myOpacity80 { color: #4438AB; opacity: 0.8; }

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

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

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

This text has shadow with #4438AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4438AB.

Preview

Color preview on black background

This text has color #4438AB on black background.


Color preview on white background

This text has color #4438AB on white background.


Black color preview on #4438AB background

This text has black color on #4438AB background.


White color preview on #4438AB background

This text has white color on #4438AB background.


Related colors

Complementary color

Complementary color for #hex is #BBC754.


I love getcolorcode.com

Triadic colors

1 #AB4438 and #38AB44 with #4438AB are triadic colors.

2 #AB3844 and #3844AB with #4438AB are triadic colors.