COLOR #446389

HEX: #446389
RGB: (68,99,137)

Renk bilgisi

#446389 contains mainly green and blue colors. #446389 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#446389 color RGB value is (68,99,137).

  • kırmız ton 68;
  • yeşil ton 99;
  • mavi ton 137.
RGB:
(68,99,137)
(27%,39%,54%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 99 of 255 = 39%
B 137 of 255 = 54%

68
99
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 99 + 137 = 304 (100%)
R 68 of 304 ~ 22.37%
G 99 of 304 ~ 32.57%
B 137 of 304 ~ 45.07%

%22.37
%32.57
%45.07

CMYK RENK MODELİ

#446389 rengi CMYK tonu (50,28,0,46).

  • camgöbeği tonu 50.36%
  • eflatun tonu 27.74%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(50,28,0,46)
C50M28Y0K46 
(50%,28%,0%,46%)
(0.50/0.28/0.00/0.46)	

CMYK yüzdeleri

%50.36
%27.74
%0
%46.27

Codes

Color #446389 in popluar color models

446389
RGB6899137
HSL213°33.66%40.20%
HSB/HSV213°50.36%53.73%
CMYK50.36%27.74%0.00%
46.27%

Color #446389 in popluar number systems.

HEX446389
Decimal6899137
Binary1000100110001110001001
Octal104143211

Shades and tints

Shades of #446389

#446389
(68,99,137)
#3E5A7D
(62,90,125)
#385171
(56,81,113)
#324865
(50,72,101)
#2C3F59
(44,63,89)
#26364D
(38,54,77)
#202D41
(32,45,65)
#1A2435
(26,36,53)
#141B29
(20,27,41)
#0E121D
(14,18,29)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #446389

#446389
(68,99,137)
#557193
(85,113,147)
#667F9D
(102,127,157)
#778DA7
(119,141,167)
#889BB1
(136,155,177)
#99A9BB
(153,169,187)
#AAB7C5
(170,183,197)
#BBC5CF
(187,197,207)
#CCD3D9
(204,211,217)
#DDE1E3
(221,225,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446389 color. Also use rgb(68,99,137) instead hex code.

Text Font Color

.myTextColor { color: #446389; }

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

This text font color is #446389.


Background Color

.myBgColor { background-color: #446389; }

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

This div background color is #446389.


Border color

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

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

This div border color is #446389.


Opacity

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

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

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

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

This text has shadow with #446389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446389 on black background.


Color preview on white background

This text has color #446389 on white background.



Black color preview on #446389 background

This text has black color on #446389 background.


White color preview on #446389 background

This text has white color on #446389 background.