COLOR #463CF7

HEX: #463CF7
RGB: (70,60,247)

Renk bilgisi

#463CF7 contains mainly blue color. #463CF7 ‘ nin web güvenlik rengi #3333FF (ya da #33F) dir.

RGB renk modeli

#463CF7 color RGB value is (70,60,247).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 60 of 255 = 24%
B 247 of 255 = 97%

70
60
247

R + G + B ~ 49%. #463CF7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 60 + 247 = 377 (100%)
R 70 of 377 ~ 18.57%
G 60 of 377 ~ 15.92%
B 247 of 377 ~ 65.52%

%18.57
%15.92
%65.52

CMYK RENK MODELİ

#463CF7 rengi CMYK tonu (72,76,0,3).

  • camgöbeği tonu 71.66%
  • eflatun tonu 75.71%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(72,76,0,3)
C72M76Y0K3 
(72%,76%,0%,3%)
(0.72/0.76/0.00/0.03)	

CMYK yüzdeleri

%71.66
%75.71
%0
%3.14

Codes

Color #463CF7 in popluar color models

463CF7
RGB7060247
HSL243°92.12%60.20%
HSB/HSV243°75.71%96.86%
CMYK71.66%75.71%0.00%
3.14%

Color #463CF7 in popluar number systems.

HEX463CF7
Decimal7060247
Binary100011011110011110111
Octal10674367

Shades and tints

Shades of #463CF7

#463CF7
(70,60,247)
#4037E1
(64,55,225)
#3A32CB
(58,50,203)
#342DB5
(52,45,181)
#2E289F
(46,40,159)
#282389
(40,35,137)
#221E73
(34,30,115)
#1C195D
(28,25,93)
#161447
(22,20,71)
#100F31
(16,15,49)
#0A0A1B
(10,10,27)
#000000
(0,0,0)

Tints of #463CF7

#463CF7
(70,60,247)
#564DF7
(86,77,247)
#665EF7
(102,94,247)
#766FF7
(118,111,247)
#8680F7
(134,128,247)
#9691F7
(150,145,247)
#A6A2F7
(166,162,247)
#B6B3F7
(182,179,247)
#C6C4F7
(198,196,247)
#D6D5F7
(214,213,247)
#E6E6F7
(230,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463CF7; }

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

This text font color is #463CF7.


Background Color

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

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

This div background color is #463CF7.


Border color

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

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

This div border color is #463CF7.


Opacity

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

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

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

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

This text has shadow with #463CF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463CF7 on black background.


Color preview on white background

This text has color #463CF7 on white background.



Black color preview on #463CF7 background

This text has black color on #463CF7 background.


White color preview on #463CF7 background

This text has white color on #463CF7 background.