COLOR #463E77

HEX: #463E77
RGB: (70,62,119)

Renk bilgisi

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

RGB renk modeli

#463E77 color RGB value is (70,62,119).

  • kırmız ton 70;
  • yeşil ton 62;
  • mavi ton 119.
RGB:
(70,62,119)
(27%,24%,47%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 62 of 255 = 24%
B 119 of 255 = 47%

70
62
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 62 + 119 = 251 (100%)
R 70 of 251 ~ 27.89%
G 62 of 251 ~ 24.7%
B 119 of 251 ~ 47.41%

%27.89
%24.7
%47.41

CMYK RENK MODELİ

#463E77 rengi CMYK tonu (41,48,0,53).

  • camgöbeği tonu 41.18%
  • eflatun tonu 47.90%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(41,48,0,53)
C41M48Y0K53 
(41%,48%,0%,53%)
(0.41/0.48/0.00/0.53)	

CMYK yüzdeleri

%41.18
%47.9
%0
%53.33

Codes

Color #463E77 in popluar color models

463E77
RGB7062119
HSL248°31.49%35.49%
HSB/HSV248°47.90%46.67%
CMYK41.18%47.90%0.00%
53.33%

Color #463E77 in popluar number systems.

HEX463E77
Decimal7062119
Binary10001101111101110111
Octal10676167

Shades and tints

Shades of #463E77

#463E77
(70,62,119)
#40396D
(64,57,109)
#3A3463
(58,52,99)
#342F59
(52,47,89)
#2E2A4F
(46,42,79)
#282545
(40,37,69)
#22203B
(34,32,59)
#1C1B31
(28,27,49)
#161627
(22,22,39)
#10111D
(16,17,29)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #463E77

#463E77
(70,62,119)
#564F83
(86,79,131)
#66608F
(102,96,143)
#76719B
(118,113,155)
#8682A7
(134,130,167)
#9693B3
(150,147,179)
#A6A4BF
(166,164,191)
#B6B5CB
(182,181,203)
#C6C6D7
(198,198,215)
#D6D7E3
(214,215,227)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463E77 color. Also use rgb(70,62,119) instead hex code.

Text Font Color

.myTextColor { color: #463E77; }

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

This text font color is #463E77.


Background Color

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

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

This div background color is #463E77.


Border color

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

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

This div border color is #463E77.


Opacity

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

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

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

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

This text has shadow with #463E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E77 on black background.


Color preview on white background

This text has color #463E77 on white background.



Black color preview on #463E77 background

This text has black color on #463E77 background.


White color preview on #463E77 background

This text has white color on #463E77 background.