COLOR #446478

HEX: #446478
RGB: (68,100,120)

Color info

#446478 contains red, green and blue colors in about the same proportion. Web safe color of #446478 is #336666 (or #366).

RGB color model

#446478 color RGB value is (68,100,120).

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

RGB channels and saturation

R 68 of 255 = 27%
G 100 of 255 = 39%
B 120 of 255 = 47%

68
100
120

R + G + B ~ 38%. #446478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 100 + 120 = 288 (100%)
R 68 of 288 ~ 23.61%
G 100 of 288 ~ 34.72%
B 120 of 288 ~ 41.67%

%23.61
%34.72
%41.67

CMYK color model

#446478 color CMYK value is (43,17,0,53).

  • cyan value is 43.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(43,17,0,53)
C43M17Y0K53 
(43%,17%,0%,53%)
(0.43/0.17/0.00/0.53)	

CMYK percentages

%43.33
%16.67
%0
%52.94

Codes

Color #446478 in popluar color models

446478
RGB68100120
HSL203°27.66%36.86%
HSB/HSV203°43.33%47.06%
CMYK43.33%16.67%0.00%
52.94%

Color #446478 in popluar number systems.

HEX446478
Decimal68100120
Binary100010011001001111000
Octal104144170

Shades and tints

Shades of #446478

#446478
(68,100,120)
#3E5B6E
(62,91,110)
#385264
(56,82,100)
#32495A
(50,73,90)
#2C4050
(44,64,80)
#263746
(38,55,70)
#202E3C
(32,46,60)
#1A2532
(26,37,50)
#141C28
(20,28,40)
#0E131E
(14,19,30)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #446478

#446478
(68,100,120)
#557284
(85,114,132)
#668090
(102,128,144)
#778E9C
(119,142,156)
#889CA8
(136,156,168)
#99AAB4
(153,170,180)
#AAB8C0
(170,184,192)
#BBC6CC
(187,198,204)
#CCD4D8
(204,212,216)
#DDE2E4
(221,226,228)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446478; }

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

This text font color is #446478.


Background Color

.myBgColor { background-color: #446478; }

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

This div background color is #446478.


Border color

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

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

This div border color is #446478.


Opacity

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

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

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

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

This text has shadow with #446478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446478 on black background.


Color preview on white background

This text has color #446478 on white background.



Black color preview on #446478 background

This text has black color on #446478 background.


White color preview on #446478 background

This text has white color on #446478 background.