COLOR #446894

HEX: #446894
RGB: (68,104,148)

Color info

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

RGB color model

#446894 color RGB value is (68,104,148).

  • red value is 68;
  • green value is 104;
  • blue value is 148.
RGB:
(68,104,148)
(27%,41%,58%)

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 148 of 255 = 58%

68
104
148

R + G + B ~ 42%. #446894 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 148 = 320 (100%)
R 68 of 320 ~ 21.25%
G 104 of 320 ~ 32.5%
B 148 of 320 ~ 46.25%

%21.25
%32.5
%46.25

CMYK color model

#446894 color CMYK value is (54,30,0,42).

  • cyan value is 54.05%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(54,30,0,42)
C54M30Y0K42 
(54%,30%,0%,42%)
(0.54/0.30/0.00/0.42)	

CMYK percentages

%54.05
%29.73
%0
%41.96

Codes

Color #446894 in popluar color models

446894
RGB68104148
HSL213°37.04%42.35%
HSB/HSV213°54.05%58.04%
CMYK54.05%29.73%0.00%
41.96%

Color #446894 in popluar number systems.

HEX446894
Decimal68104148
Binary1000100110100010010100
Octal104150224

Shades and tints

Shades of #446894

#446894
(68,104,148)
#3E5F87
(62,95,135)
#38567A
(56,86,122)
#324D6D
(50,77,109)
#2C4460
(44,68,96)
#263B53
(38,59,83)
#203246
(32,50,70)
#1A2939
(26,41,57)
#14202C
(20,32,44)
#0E171F
(14,23,31)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #446894

#446894
(68,104,148)
#55759D
(85,117,157)
#6682A6
(102,130,166)
#778FAF
(119,143,175)
#889CB8
(136,156,184)
#99A9C1
(153,169,193)
#AAB6CA
(170,182,202)
#BBC3D3
(187,195,211)
#CCD0DC
(204,208,220)
#DDDDE5
(221,221,229)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446894 color. Also use rgb(68,104,148) instead hex code.

Text Font Color

.myTextColor { color: #446894; }

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

This text font color is #446894.


Background Color

.myBgColor { background-color: #446894; }

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

This div background color is #446894.


Border color

.myBorderColor { border: 1px solid #446894; }

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

This div border color is #446894.


Opacity

.myOpacity80 { color: #446894; opacity: 0.8; }

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

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

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

This text has shadow with #446894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446894 on black background.


Color preview on white background

This text has color #446894 on white background.



Black color preview on #446894 background

This text has black color on #446894 background.


White color preview on #446894 background

This text has white color on #446894 background.