COLOR #446682

HEX: #446682 RGB: (68,102,130)

Color info

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

RGB color model

#446682 color RGB value is (68,102,130).

RGB: (68,102,130) (27%, 40%, 51%)

RGB channels and saturation

R 68 of 255 = 27%
G 102 of 255 = 40%
B 130 of 255 = 51%

68
102
130

R + G + B ~ 39%. #446682 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 102 + 130 = 300 (100%)
R 68 of 300 ~ 22.67%
G 102 of 300 ~ 34%
B 130 of 300 ~ 43.33'%

%22.67
%34
%43.33

CMYK color model

#446682 color CMYK value is (48,22,0,49).

  • cyan value is 47.69%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (48,22,0,49)
C48M22Y0K49 (48%, 22%, 0%, 49%)
(0.48 / 0.22 / 0.00 / 0.49)

CMYK percentages

%47.69
%21.54
%0
%49.02

Codes

Color #446682 in popluar color models

44 66 82
RGB 68 102 130
HSL 207° 31.31% 38.82%
HSB/HSV 207° 47.69% 50.98%
CMYK 47.69% 21.54% 0.00%
49.02%

Color #446682 in popluar number systems.

HEX 44 66 82
Decimal 68 102 130
Binary 1000100 1100110 10000010
Octal 104 146 202

Shades and tints

Shades of #446682

#446682
(68,102,130)
#3E5D77
(62,93,119)
#38546C
(56,84,108)
#324B61
(50,75,97)
#2C4256
(44,66,86)
#26394B
(38,57,75)
#203040
(32,48,64)
#1A2735
(26,39,53)
#141E2A
(20,30,42)
#0E151F
(14,21,31)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #446682

#446682
(68,102,130)
#55738D
(85,115,141)
#668098
(102,128,152)
#778DA3
(119,141,163)
#889AAE
(136,154,174)
#99A7B9
(153,167,185)
#AAB4C4
(170,180,196)
#BBC1CF
(187,193,207)
#CCCEDA
(204,206,218)
#DDDBE5
(221,219,229)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446682 color. Also use rgb(68,102,130) instead hex code.

Text Font Color

.myTextColor { color: #446682; }

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

This text font color is #446682.

Background Color

.myBgColor { background-color: #446682; }

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

This div background color is #446682.

Border color

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

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

This div border color is #446682.

Opacity

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

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

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

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

This text has shadow with #446682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #446682.

Preview

Color preview on black background

This text has color #446682 on black background.


Color preview on white background

This text has color #446682 on white background.


Black color preview on #446682 background

This text has black color on #446682 background.


White color preview on #446682 background

This text has white color on #446682 background.


Related colors

Complementary color

Complementary color for #hex is #BB997D.


I love getcolorcode.com

Triadic colors

1 #824466 and #668244 with #446682 are triadic colors.

2 #826644 and #664482 with #446682 are triadic colors.