COLOR #463F78

HEX: #463F78
RGB: (70,63,120)

Renk bilgisi

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

RGB renk modeli

#463F78 color RGB value is (70,63,120).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 63 of 255 = 25%
B 120 of 255 = 47%

70
63
120

R + G + B ~ 33%. #463F78 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 63 + 120 = 253 (100%)
R 70 of 253 ~ 27.67%
G 63 of 253 ~ 24.9%
B 120 of 253 ~ 47.43%

%27.67
%24.9
%47.43

CMYK RENK MODELİ

#463F78 rengi CMYK tonu (42,48,0,53).

  • camgöbeği tonu 41.67%
  • eflatun tonu 47.50%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(42,48,0,53)
C42M48Y0K53 
(42%,48%,0%,53%)
(0.42/0.48/0.00/0.53)	

CMYK yüzdeleri

%41.67
%47.5
%0
%52.94

Codes

Color #463F78 in popluar color models

463F78
RGB7063120
HSL247°31.15%35.88%
HSB/HSV247°47.50%47.06%
CMYK41.67%47.50%0.00%
52.94%

Color #463F78 in popluar number systems.

HEX463F78
Decimal7063120
Binary10001101111111111000
Octal10677170

Shades and tints

Shades of #463F78

#463F78
(70,63,120)
#403A6E
(64,58,110)
#3A3564
(58,53,100)
#34305A
(52,48,90)
#2E2B50
(46,43,80)
#282646
(40,38,70)
#22213C
(34,33,60)
#1C1C32
(28,28,50)
#161728
(22,23,40)
#10121E
(16,18,30)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #463F78

#463F78
(70,63,120)
#565084
(86,80,132)
#666190
(102,97,144)
#76729C
(118,114,156)
#8683A8
(134,131,168)
#9694B4
(150,148,180)
#A6A5C0
(166,165,192)
#B6B6CC
(182,182,204)
#C6C7D8
(198,199,216)
#D6D8E4
(214,216,228)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F78; }

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

This text font color is #463F78.


Background Color

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

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

This div background color is #463F78.


Border color

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

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

This div border color is #463F78.


Opacity

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

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

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

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

This text has shadow with #463F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F78 on black background.


Color preview on white background

This text has color #463F78 on white background.



Black color preview on #463F78 background

This text has black color on #463F78 background.


White color preview on #463F78 background

This text has white color on #463F78 background.