COLOR #446480

HEX: #446480
RGB: (68,100,128)

Color info

#446480 contains mainly green and blue colors. Web safe color of #446480 is #336666 (or #366).

RGB color model

#446480 color RGB value is (68,100,128).

  • red value is 68;
  • green value is 100;
  • blue value is 128.
RGB:
(68,100,128)
(27%,39%,50%)

RGB channels and saturation

R 68 of 255 = 27%
G 100 of 255 = 39%
B 128 of 255 = 50%

68
100
128

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

Portions of RGB colors in percentages

R + G + B =
68 + 100 + 128 = 296 (100%)
R 68 of 296 ~ 22.97%
G 100 of 296 ~ 33.78%
B 128 of 296 ~ 43.24%

%22.97
%33.78
%43.24

CMYK color model

#446480 color CMYK value is (47,22,0,50).

  • cyan value is 46.88%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(47,22,0,50)
C47M22Y0K50 
(47%,22%,0%,50%)
(0.47/0.22/0.00/0.50)	

CMYK percentages

%46.88
%21.88
%0
%49.8

Codes

Color #446480 in popluar color models

446480
RGB68100128
HSL208°30.61%38.43%
HSB/HSV208°46.88%50.20%
CMYK46.88%21.88%0.00%
49.80%

Color #446480 in popluar number systems.

HEX446480
Decimal68100128
Binary1000100110010010000000
Octal104144200

Shades and tints

Shades of #446480

#446480
(68,100,128)
#3E5B75
(62,91,117)
#38526A
(56,82,106)
#32495F
(50,73,95)
#2C4054
(44,64,84)
#263749
(38,55,73)
#202E3E
(32,46,62)
#1A2533
(26,37,51)
#141C28
(20,28,40)
#0E131D
(14,19,29)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #446480

#446480
(68,100,128)
#55728B
(85,114,139)
#668096
(102,128,150)
#778EA1
(119,142,161)
#889CAC
(136,156,172)
#99AAB7
(153,170,183)
#AAB8C2
(170,184,194)
#BBC6CD
(187,198,205)
#CCD4D8
(204,212,216)
#DDE2E3
(221,226,227)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446480 color. Also use rgb(68,100,128) instead hex code.

Text Font Color

.myTextColor { color: #446480; }

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

This text font color is #446480.


Background Color

.myBgColor { background-color: #446480; }

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

This div background color is #446480.


Border color

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

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

This div border color is #446480.


Opacity

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

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

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

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

This text has shadow with #446480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446480 on black background.


Color preview on white background

This text has color #446480 on white background.



Black color preview on #446480 background

This text has black color on #446480 background.


White color preview on #446480 background

This text has white color on #446480 background.