COLOR #446C9D

HEX: #446C9D
RGB: (68,108,157)

Color info

#446C9D contains mainly green and blue colors. Web safe color of #446C9D is #336699 (or #369).

RGB color model

#446C9D color RGB value is (68,108,157).

  • red value is 68;
  • green value is 108;
  • blue value is 157.
RGB:
(68,108,157)
(27%,42%,62%)

RGB channels and saturation

R 68 of 255 = 27%
G 108 of 255 = 42%
B 157 of 255 = 62%

68
108
157

R + G + B ~ 44%. #446C9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 108 + 157 = 333 (100%)
R 68 of 333 ~ 20.42%
G 108 of 333 ~ 32.43%
B 157 of 333 ~ 47.15%

%20.42
%32.43
%47.15

CMYK color model

#446C9D color CMYK value is (57,31,0,38).

  • cyan value is 56.69%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(57,31,0,38)
C57M31Y0K38 
(57%,31%,0%,38%)
(0.57/0.31/0.00/0.38)	

CMYK percentages

%56.69
%31.21
%0
%38.43

Codes

Color #446C9D in popluar color models

446C9D
RGB68108157
HSL213°39.56%44.12%
HSB/HSV213°56.69%61.57%
CMYK56.69%31.21%0.00%
38.43%

Color #446C9D in popluar number systems.

HEX446C9D
Decimal68108157
Binary1000100110110010011101
Octal104154235

Shades and tints

Shades of #446C9D

#446C9D
(68,108,157)
#3E638F
(62,99,143)
#385A81
(56,90,129)
#325173
(50,81,115)
#2C4865
(44,72,101)
#263F57
(38,63,87)
#203649
(32,54,73)
#1A2D3B
(26,45,59)
#14242D
(20,36,45)
#0E1B1F
(14,27,31)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #446C9D

#446C9D
(68,108,157)
#5579A5
(85,121,165)
#6686AD
(102,134,173)
#7793B5
(119,147,181)
#88A0BD
(136,160,189)
#99ADC5
(153,173,197)
#AABACD
(170,186,205)
#BBC7D5
(187,199,213)
#CCD4DD
(204,212,221)
#DDE1E5
(221,225,229)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446C9D color. Also use rgb(68,108,157) instead hex code.

Text Font Color

.myTextColor { color: #446C9D; }

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

This text font color is #446C9D.


Background Color

.myBgColor { background-color: #446C9D; }

<div style="background-color:#446C9D">Inner text</div>

This div background color is #446C9D.


Border color

.myBorderColor { border: 1px solid #446C9D; }

<div style="border:3px solid #446C9D">Div</div>

This div border color is #446C9D.


Opacity

.myOpacity80 { color: #446C9D; opacity: 0.8; }

<p style="color:#446C9D;opacity:0.8;">80%</p>

Text with #446C9D 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 #446C9D;}

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

This text has shadow with #446C9D color.

.textShadow {text-shadow: 3px 3px 1px #446C9D, 3px 3px 1px red;}

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

This text has shadow with #446C9D primary color and red secondary color.


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

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

This text has shadow with #446C9D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446C9D on black background.


Color preview on white background

This text has color #446C9D on white background.



Black color preview on #446C9D background

This text has black color on #446C9D background.


White color preview on #446C9D background

This text has white color on #446C9D background.