COLOR #446288

HEX: #446288
RGB: (68,98,136)

Color info

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

RGB color model

#446288 color RGB value is (68,98,136).

  • red value is 68;
  • green value is 98;
  • blue value is 136.
RGB:
(68,98,136)
(27%,38%,53%)

RGB channels and saturation

R 68 of 255 = 27%
G 98 of 255 = 38%
B 136 of 255 = 53%

68
98
136

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

Portions of RGB colors in percentages

R + G + B =
68 + 98 + 136 = 302 (100%)
R 68 of 302 ~ 22.52%
G 98 of 302 ~ 32.45%
B 136 of 302 ~ 45.03%

%22.52
%32.45
%45.03

CMYK color model

#446288 color CMYK value is (50,28,0,47).

  • cyan value is 50.00%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(50,28,0,47)
C50M28Y0K47 
(50%,28%,0%,47%)
(0.50/0.28/0.00/0.47)	

CMYK percentages

%50
%27.94
%0
%46.67

Codes

Color #446288 in popluar color models

446288
RGB6898136
HSL214°33.33%40.00%
HSB/HSV214°50.00%53.33%
CMYK50.00%27.94%0.00%
46.67%

Color #446288 in popluar number systems.

HEX446288
Decimal6898136
Binary1000100110001010001000
Octal104142210

Shades and tints

Shades of #446288

#446288
(68,98,136)
#3E5A7C
(62,90,124)
#385270
(56,82,112)
#324A64
(50,74,100)
#2C4258
(44,66,88)
#263A4C
(38,58,76)
#203240
(32,50,64)
#1A2A34
(26,42,52)
#142228
(20,34,40)
#0E1A1C
(14,26,28)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #446288

#446288
(68,98,136)
#557092
(85,112,146)
#667E9C
(102,126,156)
#778CA6
(119,140,166)
#889AB0
(136,154,176)
#99A8BA
(153,168,186)
#AAB6C4
(170,182,196)
#BBC4CE
(187,196,206)
#CCD2D8
(204,210,216)
#DDE0E2
(221,224,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446288 color. Also use rgb(68,98,136) instead hex code.

Text Font Color

.myTextColor { color: #446288; }

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

This text font color is #446288.


Background Color

.myBgColor { background-color: #446288; }

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

This div background color is #446288.


Border color

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

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

This div border color is #446288.


Opacity

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

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

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

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

This text has shadow with #446288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446288 on black background.


Color preview on white background

This text has color #446288 on white background.



Black color preview on #446288 background

This text has black color on #446288 background.


White color preview on #446288 background

This text has white color on #446288 background.