COLOR #463A5A

HEX: #463A5A
RGB: (70,58,90)

Renk bilgisi

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

RGB renk modeli

#463A5A color RGB value is (70,58,90).

  • kırmız ton 70;
  • yeşil ton 58;
  • mavi ton 90.
RGB:
(70,58,90)
(27%,23%,35%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 58 of 255 = 23%
B 90 of 255 = 35%

70
58
90

R + G + B ~ 28%. #463A5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 58 + 90 = 218 (100%)
R 70 of 218 ~ 32.11%
G 58 of 218 ~ 26.61%
B 90 of 218 ~ 41.28%

%32.11
%26.61
%41.28

CMYK RENK MODELİ

#463A5A rengi CMYK tonu (22,36,0,65).

  • camgöbeği tonu 22.22%
  • eflatun tonu 35.56%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(22,36,0,65)
C22M36Y0K65 
(22%,36%,0%,65%)
(0.22/0.36/0.00/0.65)	

CMYK yüzdeleri

%22.22
%35.56
%0
%64.71

Codes

Color #463A5A in popluar color models

463A5A
RGB705890
HSL263°21.62%29.02%
HSB/HSV263°35.56%35.29%
CMYK22.22%35.56%0.00%
64.71%

Color #463A5A in popluar number systems.

HEX463A5A
Decimal705890
Binary10001101110101011010
Octal10672132

Shades and tints

Shades of #463A5A

#463A5A
(70,58,90)
#403552
(64,53,82)
#3A304A
(58,48,74)
#342B42
(52,43,66)
#2E263A
(46,38,58)
#282132
(40,33,50)
#221C2A
(34,28,42)
#1C1722
(28,23,34)
#16121A
(22,18,26)
#100D12
(16,13,18)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #463A5A

#463A5A
(70,58,90)
#564B69
(86,75,105)
#665C78
(102,92,120)
#766D87
(118,109,135)
#867E96
(134,126,150)
#968FA5
(150,143,165)
#A6A0B4
(166,160,180)
#B6B1C3
(182,177,195)
#C6C2D2
(198,194,210)
#D6D3E1
(214,211,225)
#E6E4F0
(230,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463A5A color. Also use rgb(70,58,90) instead hex code.

Text Font Color

.myTextColor { color: #463A5A; }

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

This text font color is #463A5A.


Background Color

.myBgColor { background-color: #463A5A; }

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

This div background color is #463A5A.


Border color

.myBorderColor { border: 1px solid #463A5A; }

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

This div border color is #463A5A.


Opacity

.myOpacity80 { color: #463A5A; opacity: 0.8; }

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

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

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

This text has shadow with #463A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A5A on black background.


Color preview on white background

This text has color #463A5A on white background.



Black color preview on #463A5A background

This text has black color on #463A5A background.


White color preview on #463A5A background

This text has white color on #463A5A background.