COLOR #44467B

HEX: #44467B
RGB: (68,70,123)

Color info

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

RGB color model

#44467B color RGB value is (68,70,123).

  • red value is 68;
  • green value is 70;
  • blue value is 123.
RGB:
(68,70,123)
(27%,27%,48%)

RGB channels and saturation

R 68 of 255 = 27%
G 70 of 255 = 27%
B 123 of 255 = 48%

68
70
123

R + G + B ~ 34%. #44467B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 70 + 123 = 261 (100%)
R 68 of 261 ~ 26.05%
G 70 of 261 ~ 26.82%
B 123 of 261 ~ 47.13%

%26.05
%26.82
%47.13

CMYK color model

#44467B color CMYK value is (45,43,0,52).

  • cyan value is 44.72%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(45,43,0,52)
C45M43Y0K52 
(45%,43%,0%,52%)
(0.45/0.43/0.00/0.52)	

CMYK percentages

%44.72
%43.09
%0
%51.76

Codes

Color #44467B in popluar color models

44467B
RGB6870123
HSL238°28.80%37.45%
HSB/HSV238°44.72%48.24%
CMYK44.72%43.09%0.00%
51.76%

Color #44467B in popluar number systems.

HEX44467B
Decimal6870123
Binary100010010001101111011
Octal104106173

Shades and tints

Shades of #44467B

#44467B
(68,70,123)
#3E4070
(62,64,112)
#383A65
(56,58,101)
#32345A
(50,52,90)
#2C2E4F
(44,46,79)
#262844
(38,40,68)
#202239
(32,34,57)
#1A1C2E
(26,28,46)
#141623
(20,22,35)
#0E1018
(14,16,24)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #44467B

#44467B
(68,70,123)
#555687
(85,86,135)
#666693
(102,102,147)
#77769F
(119,118,159)
#8886AB
(136,134,171)
#9996B7
(153,150,183)
#AAA6C3
(170,166,195)
#BBB6CF
(187,182,207)
#CCC6DB
(204,198,219)
#DDD6E7
(221,214,231)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44467B color. Also use rgb(68,70,123) instead hex code.

Text Font Color

.myTextColor { color: #44467B; }

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

This text font color is #44467B.


Background Color

.myBgColor { background-color: #44467B; }

<div style="background-color:#44467B">Inner text</div>

This div background color is #44467B.


Border color

.myBorderColor { border: 1px solid #44467B; }

<div style="border:3px solid #44467B">Div</div>

This div border color is #44467B.


Opacity

.myOpacity80 { color: #44467B; opacity: 0.8; }

<p style="color:#44467B;opacity:0.8;">80%</p>

Text with #44467B 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 #44467B;}

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

This text has shadow with #44467B color.

.textShadow {text-shadow: 3px 3px 1px #44467B, 3px 3px 1px red;}

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

This text has shadow with #44467B primary color and red secondary color.


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

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

This text has shadow with #44467B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44467B on black background.


Color preview on white background

This text has color #44467B on white background.



Black color preview on #44467B background

This text has black color on #44467B background.


White color preview on #44467B background

This text has white color on #44467B background.