COLOR #444FC5

HEX: #444FC5
RGB: (68,79,197)

Color info

#444FC5 contains mainly blue color. Web safe color of #444FC5 is #3366CC (or #36C).

RGB color model

#444FC5 color RGB value is (68,79,197).

  • red value is 68;
  • green value is 79;
  • blue value is 197.
RGB:
(68,79,197)
(27%,31%,77%)

RGB channels and saturation

R 68 of 255 = 27%
G 79 of 255 = 31%
B 197 of 255 = 77%

68
79
197

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

Portions of RGB colors in percentages

R + G + B =
68 + 79 + 197 = 344 (100%)
R 68 of 344 ~ 19.77%
G 79 of 344 ~ 22.97%
B 197 of 344 ~ 57.27%

%19.77
%22.97
%57.27

CMYK color model

#444FC5 color CMYK value is (65,60,0,23).

  • cyan value is 65.48%
  • magenta value is 59.90%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(65,60,0,23)
C65M60Y0K23 
(65%,60%,0%,23%)
(0.65/0.60/0.00/0.23)	

CMYK percentages

%65.48
%59.9
%0
%22.75

Codes

Color #444FC5 in popluar color models

444FC5
RGB6879197
HSL235°52.65%51.96%
HSB/HSV235°65.48%77.25%
CMYK65.48%59.90%0.00%
22.75%

Color #444FC5 in popluar number systems.

HEX444FC5
Decimal6879197
Binary1000100100111111000101
Octal104117305

Shades and tints

Shades of #444FC5

#444FC5
(68,79,197)
#3E48B4
(62,72,180)
#3841A3
(56,65,163)
#323A92
(50,58,146)
#2C3381
(44,51,129)
#262C70
(38,44,112)
#20255F
(32,37,95)
#1A1E4E
(26,30,78)
#14173D
(20,23,61)
#0E102C
(14,16,44)
#08091B
(8,9,27)
#000000
(0,0,0)

Tints of #444FC5

#444FC5
(68,79,197)
#555FCA
(85,95,202)
#666FCF
(102,111,207)
#777FD4
(119,127,212)
#888FD9
(136,143,217)
#999FDE
(153,159,222)
#AAAFE3
(170,175,227)
#BBBFE8
(187,191,232)
#CCCFED
(204,207,237)
#DDDFF2
(221,223,242)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444FC5 color. Also use rgb(68,79,197) instead hex code.

Text Font Color

.myTextColor { color: #444FC5; }

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

This text font color is #444FC5.


Background Color

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

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

This div background color is #444FC5.


Border color

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

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

This div border color is #444FC5.


Opacity

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

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

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

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

This text has shadow with #444FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444FC5 on black background.


Color preview on white background

This text has color #444FC5 on white background.



Black color preview on #444FC5 background

This text has black color on #444FC5 background.


White color preview on #444FC5 background

This text has white color on #444FC5 background.