COLOR #463FB0

HEX: #463FB0
RGB: (70,63,176)

Renk bilgisi

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

RGB renk modeli

#463FB0 color RGB value is (70,63,176).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 63 of 255 = 25%
B 176 of 255 = 69%

70
63
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 63 + 176 = 309 (100%)
R 70 of 309 ~ 22.65%
G 63 of 309 ~ 20.39%
B 176 of 309 ~ 56.96%

%22.65
%20.39
%56.96

CMYK RENK MODELİ

#463FB0 rengi CMYK tonu (60,64,0,31).

  • camgöbeği tonu 60.23%
  • eflatun tonu 64.20%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(60,64,0,31)
C60M64Y0K31 
(60%,64%,0%,31%)
(0.60/0.64/0.00/0.31)	

CMYK yüzdeleri

%60.23
%64.2
%0
%30.98

Codes

Color #463FB0 in popluar color models

463FB0
RGB7063176
HSL244°47.28%46.86%
HSB/HSV244°64.20%69.02%
CMYK60.23%64.20%0.00%
30.98%

Color #463FB0 in popluar number systems.

HEX463FB0
Decimal7063176
Binary100011011111110110000
Octal10677260

Shades and tints

Shades of #463FB0

#463FB0
(70,63,176)
#403AA0
(64,58,160)
#3A3590
(58,53,144)
#343080
(52,48,128)
#2E2B70
(46,43,112)
#282660
(40,38,96)
#222150
(34,33,80)
#1C1C40
(28,28,64)
#161730
(22,23,48)
#101220
(16,18,32)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #463FB0

#463FB0
(70,63,176)
#5650B7
(86,80,183)
#6661BE
(102,97,190)
#7672C5
(118,114,197)
#8683CC
(134,131,204)
#9694D3
(150,148,211)
#A6A5DA
(166,165,218)
#B6B6E1
(182,182,225)
#C6C7E8
(198,199,232)
#D6D8EF
(214,216,239)
#E6E9F6
(230,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463FB0; }

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

This text font color is #463FB0.


Background Color

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

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

This div background color is #463FB0.


Border color

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

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

This div border color is #463FB0.


Opacity

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

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

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

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

This text has shadow with #463FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463FB0 on black background.


Color preview on white background

This text has color #463FB0 on white background.



Black color preview on #463FB0 background

This text has black color on #463FB0 background.


White color preview on #463FB0 background

This text has white color on #463FB0 background.