COLOR #446096

HEX: #446096
RGB: (68,96,150)

Color info

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

RGB color model

#446096 color RGB value is (68,96,150).

  • red value is 68;
  • green value is 96;
  • blue value is 150.
RGB:
(68,96,150)
(27%,38%,59%)

RGB channels and saturation

R 68 of 255 = 27%
G 96 of 255 = 38%
B 150 of 255 = 59%

68
96
150

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

Portions of RGB colors in percentages

R + G + B =
68 + 96 + 150 = 314 (100%)
R 68 of 314 ~ 21.66%
G 96 of 314 ~ 30.57%
B 150 of 314 ~ 47.77%

%21.66
%30.57
%47.77

CMYK color model

#446096 color CMYK value is (55,36,0,41).

  • cyan value is 54.67%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(55,36,0,41)
C55M36Y0K41 
(55%,36%,0%,41%)
(0.55/0.36/0.00/0.41)	

CMYK percentages

%54.67
%36
%0
%41.18

Codes

Color #446096 in popluar color models

446096
RGB6896150
HSL220°37.61%42.75%
HSB/HSV220°54.67%58.82%
CMYK54.67%36.00%0.00%
41.18%

Color #446096 in popluar number systems.

HEX446096
Decimal6896150
Binary1000100110000010010110
Octal104140226

Shades and tints

Shades of #446096

#446096
(68,96,150)
#3E5889
(62,88,137)
#38507C
(56,80,124)
#32486F
(50,72,111)
#2C4062
(44,64,98)
#263855
(38,56,85)
#203048
(32,48,72)
#1A283B
(26,40,59)
#14202E
(20,32,46)
#0E1821
(14,24,33)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #446096

#446096
(68,96,150)
#556E9F
(85,110,159)
#667CA8
(102,124,168)
#778AB1
(119,138,177)
#8898BA
(136,152,186)
#99A6C3
(153,166,195)
#AAB4CC
(170,180,204)
#BBC2D5
(187,194,213)
#CCD0DE
(204,208,222)
#DDDEE7
(221,222,231)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446096 color. Also use rgb(68,96,150) instead hex code.

Text Font Color

.myTextColor { color: #446096; }

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

This text font color is #446096.


Background Color

.myBgColor { background-color: #446096; }

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

This div background color is #446096.


Border color

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

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

This div border color is #446096.


Opacity

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

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

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

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

This text has shadow with #446096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446096 on black background.


Color preview on white background

This text has color #446096 on white background.



Black color preview on #446096 background

This text has black color on #446096 background.


White color preview on #446096 background

This text has white color on #446096 background.