COLOR #446785

HEX: #446785
RGB: (68,103,133)

Color info

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

RGB color model

#446785 color RGB value is (68,103,133).

  • red value is 68;
  • green value is 103;
  • blue value is 133.
RGB:
(68,103,133)
(27%,40%,52%)

RGB channels and saturation

R 68 of 255 = 27%
G 103 of 255 = 40%
B 133 of 255 = 52%

68
103
133

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

Portions of RGB colors in percentages

R + G + B =
68 + 103 + 133 = 304 (100%)
R 68 of 304 ~ 22.37%
G 103 of 304 ~ 33.88%
B 133 of 304 ~ 43.75%

%22.37
%33.88
%43.75

CMYK color model

#446785 color CMYK value is (49,23,0,48).

  • cyan value is 48.87%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(49,23,0,48)
C49M23Y0K48 
(49%,23%,0%,48%)
(0.49/0.23/0.00/0.48)	

CMYK percentages

%48.87
%22.56
%0
%47.84

Codes

Color #446785 in popluar color models

446785
RGB68103133
HSL208°32.34%39.41%
HSB/HSV208°48.87%52.16%
CMYK48.87%22.56%0.00%
47.84%

Color #446785 in popluar number systems.

HEX446785
Decimal68103133
Binary1000100110011110000101
Octal104147205

Shades and tints

Shades of #446785

#446785
(68,103,133)
#3E5E79
(62,94,121)
#38556D
(56,85,109)
#324C61
(50,76,97)
#2C4355
(44,67,85)
#263A49
(38,58,73)
#20313D
(32,49,61)
#1A2831
(26,40,49)
#141F25
(20,31,37)
#0E1619
(14,22,25)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #446785

#446785
(68,103,133)
#557490
(85,116,144)
#66819B
(102,129,155)
#778EA6
(119,142,166)
#889BB1
(136,155,177)
#99A8BC
(153,168,188)
#AAB5C7
(170,181,199)
#BBC2D2
(187,194,210)
#CCCFDD
(204,207,221)
#DDDCE8
(221,220,232)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446785 color. Also use rgb(68,103,133) instead hex code.

Text Font Color

.myTextColor { color: #446785; }

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

This text font color is #446785.


Background Color

.myBgColor { background-color: #446785; }

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

This div background color is #446785.


Border color

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

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

This div border color is #446785.


Opacity

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

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

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

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

This text has shadow with #446785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446785 on black background.


Color preview on white background

This text has color #446785 on white background.



Black color preview on #446785 background

This text has black color on #446785 background.


White color preview on #446785 background

This text has white color on #446785 background.