COLOR #444CAC

HEX: #444CAC
RGB: (68,76,172)

Color info

#444CAC contains mainly blue color. Web safe color of #444CAC is #333399 (or #339).

RGB color model

#444CAC color RGB value is (68,76,172).

  • red value is 68;
  • green value is 76;
  • blue value is 172.
RGB:
(68,76,172)
(27%,30%,67%)

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 172 of 255 = 67%

68
76
172

R + G + B ~ 41%. #444CAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 76 + 172 = 316 (100%)
R 68 of 316 ~ 21.52%
G 76 of 316 ~ 24.05%
B 172 of 316 ~ 54.43%

%21.52
%24.05
%54.43

CMYK color model

#444CAC color CMYK value is (60,56,0,33).

  • cyan value is 60.47%
  • magenta value is 55.81%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(60,56,0,33)
C60M56Y0K33 
(60%,56%,0%,33%)
(0.60/0.56/0.00/0.33)	

CMYK percentages

%60.47
%55.81
%0
%32.55

Codes

Color #444CAC in popluar color models

444CAC
RGB6876172
HSL235°43.33%47.06%
HSB/HSV235°60.47%67.45%
CMYK60.47%55.81%0.00%
32.55%

Color #444CAC in popluar number systems.

HEX444CAC
Decimal6876172
Binary1000100100110010101100
Octal104114254

Shades and tints

Shades of #444CAC

#444CAC
(68,76,172)
#3E469D
(62,70,157)
#38408E
(56,64,142)
#323A7F
(50,58,127)
#2C3470
(44,52,112)
#262E61
(38,46,97)
#202852
(32,40,82)
#1A2243
(26,34,67)
#141C34
(20,28,52)
#0E1625
(14,22,37)
#081016
(8,16,22)
#000000
(0,0,0)

Tints of #444CAC

#444CAC
(68,76,172)
#555CB3
(85,92,179)
#666CBA
(102,108,186)
#777CC1
(119,124,193)
#888CC8
(136,140,200)
#999CCF
(153,156,207)
#AAACD6
(170,172,214)
#BBBCDD
(187,188,221)
#CCCCE4
(204,204,228)
#DDDCEB
(221,220,235)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444CAC color. Also use rgb(68,76,172) instead hex code.

Text Font Color

.myTextColor { color: #444CAC; }

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

This text font color is #444CAC.


Background Color

.myBgColor { background-color: #444CAC; }

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

This div background color is #444CAC.


Border color

.myBorderColor { border: 1px solid #444CAC; }

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

This div border color is #444CAC.


Opacity

.myOpacity80 { color: #444CAC; opacity: 0.8; }

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

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

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

This text has shadow with #444CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444CAC on black background.


Color preview on white background

This text has color #444CAC on white background.



Black color preview on #444CAC background

This text has black color on #444CAC background.


White color preview on #444CAC background

This text has white color on #444CAC background.