COLOR #463F6A

HEX: #463F6A
RGB: (70,63,106)

Renk bilgisi

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

RGB renk modeli

#463F6A color RGB value is (70,63,106).

  • kırmız ton 70;
  • yeşil ton 63;
  • mavi ton 106.
RGB:
(70,63,106)
(27%,25%,42%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 63 of 255 = 25%
B 106 of 255 = 42%

70
63
106

R + G + B ~ 31%. #463F6A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 63 + 106 = 239 (100%)
R 70 of 239 ~ 29.29%
G 63 of 239 ~ 26.36%
B 106 of 239 ~ 44.35%

%29.29
%26.36
%44.35

CMYK RENK MODELİ

#463F6A rengi CMYK tonu (34,41,0,58).

  • camgöbeği tonu 33.96%
  • eflatun tonu 40.57%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(34,41,0,58)
C34M41Y0K58 
(34%,41%,0%,58%)
(0.34/0.41/0.00/0.58)	

CMYK yüzdeleri

%33.96
%40.57
%0
%58.43

Codes

Color #463F6A in popluar color models

463F6A
RGB7063106
HSL250°25.44%33.14%
HSB/HSV250°40.57%41.57%
CMYK33.96%40.57%0.00%
58.43%

Color #463F6A in popluar number systems.

HEX463F6A
Decimal7063106
Binary10001101111111101010
Octal10677152

Shades and tints

Shades of #463F6A

#463F6A
(70,63,106)
#403A61
(64,58,97)
#3A3558
(58,53,88)
#34304F
(52,48,79)
#2E2B46
(46,43,70)
#28263D
(40,38,61)
#222134
(34,33,52)
#1C1C2B
(28,28,43)
#161722
(22,23,34)
#101219
(16,18,25)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #463F6A

#463F6A
(70,63,106)
#565077
(86,80,119)
#666184
(102,97,132)
#767291
(118,114,145)
#86839E
(134,131,158)
#9694AB
(150,148,171)
#A6A5B8
(166,165,184)
#B6B6C5
(182,182,197)
#C6C7D2
(198,199,210)
#D6D8DF
(214,216,223)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463F6A color. Also use rgb(70,63,106) instead hex code.

Text Font Color

.myTextColor { color: #463F6A; }

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

This text font color is #463F6A.


Background Color

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

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

This div background color is #463F6A.


Border color

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

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

This div border color is #463F6A.


Opacity

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

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

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

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

This text has shadow with #463F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F6A on black background.


Color preview on white background

This text has color #463F6A on white background.



Black color preview on #463F6A background

This text has black color on #463F6A background.


White color preview on #463F6A background

This text has white color on #463F6A background.