COLOR #463CA3

HEX: #463CA3
RGB: (70,60,163)

Renk bilgisi

#463CA3 contains mainly blue color. #463CA3 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#463CA3 color RGB value is (70,60,163).

  • kırmız ton 70;
  • yeşil ton 60;
  • mavi ton 163.
RGB:
(70,60,163)
(27%,24%,64%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 60 of 255 = 24%
B 163 of 255 = 64%

70
60
163

R + G + B ~ 38%. #463CA3 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 60 + 163 = 293 (100%)
R 70 of 293 ~ 23.89%
G 60 of 293 ~ 20.48%
B 163 of 293 ~ 55.63%

%23.89
%20.48
%55.63

CMYK RENK MODELİ

#463CA3 rengi CMYK tonu (57,63,0,36).

  • camgöbeği tonu 57.06%
  • eflatun tonu 63.19%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(57,63,0,36)
C57M63Y0K36 
(57%,63%,0%,36%)
(0.57/0.63/0.00/0.36)	

CMYK yüzdeleri

%57.06
%63.19
%0
%36.08

Codes

Color #463CA3 in popluar color models

463CA3
RGB7060163
HSL246°46.19%43.73%
HSB/HSV246°63.19%63.92%
CMYK57.06%63.19%0.00%
36.08%

Color #463CA3 in popluar number systems.

HEX463CA3
Decimal7060163
Binary100011011110010100011
Octal10674243

Shades and tints

Shades of #463CA3

#463CA3
(70,60,163)
#403795
(64,55,149)
#3A3287
(58,50,135)
#342D79
(52,45,121)
#2E286B
(46,40,107)
#28235D
(40,35,93)
#221E4F
(34,30,79)
#1C1941
(28,25,65)
#161433
(22,20,51)
#100F25
(16,15,37)
#0A0A17
(10,10,23)
#000000
(0,0,0)

Tints of #463CA3

#463CA3
(70,60,163)
#564DAB
(86,77,171)
#665EB3
(102,94,179)
#766FBB
(118,111,187)
#8680C3
(134,128,195)
#9691CB
(150,145,203)
#A6A2D3
(166,162,211)
#B6B3DB
(182,179,219)
#C6C4E3
(198,196,227)
#D6D5EB
(214,213,235)
#E6E6F3
(230,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463CA3 color. Also use rgb(70,60,163) instead hex code.

Text Font Color

.myTextColor { color: #463CA3; }

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

This text font color is #463CA3.


Background Color

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

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

This div background color is #463CA3.


Border color

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

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

This div border color is #463CA3.


Opacity

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

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

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

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

This text has shadow with #463CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463CA3 on black background.


Color preview on white background

This text has color #463CA3 on white background.



Black color preview on #463CA3 background

This text has black color on #463CA3 background.


White color preview on #463CA3 background

This text has white color on #463CA3 background.