COLOR #463259

HEX: #463259
RGB: (70,50,89)

Renk bilgisi

#463259 contains red, green and blue colors in about the same proportion. #463259 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#463259 color RGB value is (70,50,89).

  • kırmız ton 70;
  • yeşil ton 50;
  • mavi ton 89.
RGB:
(70,50,89)
(27%,20%,35%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 50 of 255 = 20%
B 89 of 255 = 35%

70
50
89

R + G + B ~ 27%. #463259 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 50 + 89 = 209 (100%)
R 70 of 209 ~ 33.49%
G 50 of 209 ~ 23.92%
B 89 of 209 ~ 42.58%

%33.49
%23.92
%42.58

CMYK RENK MODELİ

#463259 rengi CMYK tonu (21,44,0,65).

  • camgöbeği tonu 21.35%
  • eflatun tonu 43.82%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(21,44,0,65)
C21M44Y0K65 
(21%,44%,0%,65%)
(0.21/0.44/0.00/0.65)	

CMYK yüzdeleri

%21.35
%43.82
%0
%65.1

Codes

Color #463259 in popluar color models

463259
RGB705089
HSL271°28.06%27.25%
HSB/HSV271°43.82%34.90%
CMYK21.35%43.82%0.00%
65.10%

Color #463259 in popluar number systems.

HEX463259
Decimal705089
Binary10001101100101011001
Octal10662131

Shades and tints

Shades of #463259

#463259
(70,50,89)
#402E51
(64,46,81)
#3A2A49
(58,42,73)
#342641
(52,38,65)
#2E2239
(46,34,57)
#281E31
(40,30,49)
#221A29
(34,26,41)
#1C1621
(28,22,33)
#161219
(22,18,25)
#100E11
(16,14,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #463259

#463259
(70,50,89)
#564468
(86,68,104)
#665677
(102,86,119)
#766886
(118,104,134)
#867A95
(134,122,149)
#968CA4
(150,140,164)
#A69EB3
(166,158,179)
#B6B0C2
(182,176,194)
#C6C2D1
(198,194,209)
#D6D4E0
(214,212,224)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463259 color. Also use rgb(70,50,89) instead hex code.

Text Font Color

.myTextColor { color: #463259; }

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

This text font color is #463259.


Background Color

.myBgColor { background-color: #463259; }

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

This div background color is #463259.


Border color

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

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

This div border color is #463259.


Opacity

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

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

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

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

This text has shadow with #463259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463259 on black background.


Color preview on white background

This text has color #463259 on white background.



Black color preview on #463259 background

This text has black color on #463259 background.


White color preview on #463259 background

This text has white color on #463259 background.