COLOR #463687

HEX: #463687
RGB: (70,54,135)

Renk bilgisi

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

RGB renk modeli

#463687 color RGB value is (70,54,135).

  • kırmız ton 70;
  • yeşil ton 54;
  • mavi ton 135.
RGB:
(70,54,135)
(27%,21%,53%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 54 of 255 = 21%
B 135 of 255 = 53%

70
54
135

R + G + B ~ 34%. #463687 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 54 + 135 = 259 (100%)
R 70 of 259 ~ 27.03%
G 54 of 259 ~ 20.85%
B 135 of 259 ~ 52.12%

%27.03
%20.85
%52.12

CMYK RENK MODELİ

#463687 rengi CMYK tonu (48,60,0,47).

  • camgöbeği tonu 48.15%
  • eflatun tonu 60.00%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(48,60,0,47)
C48M60Y0K47 
(48%,60%,0%,47%)
(0.48/0.60/0.00/0.47)	

CMYK yüzdeleri

%48.15
%60
%0
%47.06

Codes

Color #463687 in popluar color models

463687
RGB7054135
HSL252°42.86%37.06%
HSB/HSV252°60.00%52.94%
CMYK48.15%60.00%0.00%
47.06%

Color #463687 in popluar number systems.

HEX463687
Decimal7054135
Binary100011011011010000111
Octal10666207

Shades and tints

Shades of #463687

#463687
(70,54,135)
#40327B
(64,50,123)
#3A2E6F
(58,46,111)
#342A63
(52,42,99)
#2E2657
(46,38,87)
#28224B
(40,34,75)
#221E3F
(34,30,63)
#1C1A33
(28,26,51)
#161627
(22,22,39)
#10121B
(16,18,27)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #463687

#463687
(70,54,135)
#564891
(86,72,145)
#665A9B
(102,90,155)
#766CA5
(118,108,165)
#867EAF
(134,126,175)
#9690B9
(150,144,185)
#A6A2C3
(166,162,195)
#B6B4CD
(182,180,205)
#C6C6D7
(198,198,215)
#D6D8E1
(214,216,225)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463687 color. Also use rgb(70,54,135) instead hex code.

Text Font Color

.myTextColor { color: #463687; }

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

This text font color is #463687.


Background Color

.myBgColor { background-color: #463687; }

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

This div background color is #463687.


Border color

.myBorderColor { border: 1px solid #463687; }

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

This div border color is #463687.


Opacity

.myOpacity80 { color: #463687; opacity: 0.8; }

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

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

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

This text has shadow with #463687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463687 on black background.


Color preview on white background

This text has color #463687 on white background.



Black color preview on #463687 background

This text has black color on #463687 background.


White color preview on #463687 background

This text has white color on #463687 background.