COLOR #44487D

HEX: #44487D
RGB: (68,72,125)

Color info

#44487D contains red, green and blue colors in about the same proportion. Web safe color of #44487D is #333366 (or #336).

RGB color model

#44487D color RGB value is (68,72,125).

  • red value is 68;
  • green value is 72;
  • blue value is 125.
RGB:
(68,72,125)
(27%,28%,49%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 125 of 255 = 49%

68
72
125

R + G + B ~ 35%. #44487D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 72 + 125 = 265 (100%)
R 68 of 265 ~ 25.66%
G 72 of 265 ~ 27.17%
B 125 of 265 ~ 47.17%

%25.66
%27.17
%47.17

CMYK color model

#44487D color CMYK value is (46,42,0,51).

  • cyan value is 45.60%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(46,42,0,51)
C46M42Y0K51 
(46%,42%,0%,51%)
(0.46/0.42/0.00/0.51)	

CMYK percentages

%45.6
%42.4
%0
%50.98

Codes

Color #44487D in popluar color models

44487D
RGB6872125
HSL236°29.53%37.84%
HSB/HSV236°45.60%49.02%
CMYK45.60%42.40%0.00%
50.98%

Color #44487D in popluar number systems.

HEX44487D
Decimal6872125
Binary100010010010001111101
Octal104110175

Shades and tints

Shades of #44487D

#44487D
(68,72,125)
#3E4272
(62,66,114)
#383C67
(56,60,103)
#32365C
(50,54,92)
#2C3051
(44,48,81)
#262A46
(38,42,70)
#20243B
(32,36,59)
#1A1E30
(26,30,48)
#141825
(20,24,37)
#0E121A
(14,18,26)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #44487D

#44487D
(68,72,125)
#555888
(85,88,136)
#666893
(102,104,147)
#77789E
(119,120,158)
#8888A9
(136,136,169)
#9998B4
(153,152,180)
#AAA8BF
(170,168,191)
#BBB8CA
(187,184,202)
#CCC8D5
(204,200,213)
#DDD8E0
(221,216,224)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44487D color. Also use rgb(68,72,125) instead hex code.

Text Font Color

.myTextColor { color: #44487D; }

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

This text font color is #44487D.


Background Color

.myBgColor { background-color: #44487D; }

<div style="background-color:#44487D">Inner text</div>

This div background color is #44487D.


Border color

.myBorderColor { border: 1px solid #44487D; }

<div style="border:3px solid #44487D">Div</div>

This div border color is #44487D.


Opacity

.myOpacity80 { color: #44487D; opacity: 0.8; }

<p style="color:#44487D;opacity:0.8;">80%</p>

Text with #44487D 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 #44487D;}

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

This text has shadow with #44487D color.

.textShadow {text-shadow: 3px 3px 1px #44487D, 3px 3px 1px red;}

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

This text has shadow with #44487D primary color and red secondary color.


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

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

This text has shadow with #44487D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44487D on black background.


Color preview on white background

This text has color #44487D on white background.



Black color preview on #44487D background

This text has black color on #44487D background.


White color preview on #44487D background

This text has white color on #44487D background.