COLOR #463C87

HEX: #463C87 RGB: (70,60,135)

Color info

#463C87 contains mainly blue color. Web safe color of #463C87 is #333399 (or #339).

RGB color model

#463C87 color RGB value is (70,60,135).

RGB: (70,60,135) (27%, 24%, 53%)

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 135 of 255 = 53%

70
60
135

R + G + B ~ 35%. #463C87 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 60 + 135 = 265 (100%)
R 70 of 265 ~ 26.42%
G 60 of 265 ~ 22.64%
B 135 of 265 ~ 50.94'%

%26.42
%22.64
%50.94

CMYK color model

#463C87 color CMYK value is (48,56,0,47).

  • cyan value is 48.15%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (48,56,0,47)
C48M56Y0K47 (48%, 56%, 0%, 47%)
(0.48 / 0.56 / 0.00 / 0.47)

CMYK percentages

%48.15
%55.56
%0
%47.06

Codes

Color #463C87 in popluar color models

46 3C 87
RGB 70 60 135
HSL 248° 38.46% 38.24%
HSB/HSV 248° 55.56% 52.94%
CMYK 48.15% 55.56% 0.00%
47.06%

Color #463C87 in popluar number systems.

HEX 46 3C 87
Decimal 70 60 135
Binary 1000110 111100 10000111
Octal 106 74 207

Shades and tints

Shades of #463C87

#463C87
(70,60,135)
#40377B
(64,55,123)
#3A326F
(58,50,111)
#342D63
(52,45,99)
#2E2857
(46,40,87)
#28234B
(40,35,75)
#221E3F
(34,30,63)
#1C1933
(28,25,51)
#161427
(22,20,39)
#100F1B
(16,15,27)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #463C87

#463C87
(70,60,135)
#564D91
(86,77,145)
#665E9B
(102,94,155)
#766FA5
(118,111,165)
#8680AF
(134,128,175)
#9691B9
(150,145,185)
#A6A2C3
(166,162,195)
#B6B3CD
(182,179,205)
#C6C4D7
(198,196,215)
#D6D5E1
(214,213,225)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C87; }

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

This text font color is #463C87.

Background Color

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

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

This div background color is #463C87.

Border color

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

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

This div border color is #463C87.

Opacity

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

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

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

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

This text has shadow with #463C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463C87.

Preview

Color preview on black background

This text has color #463C87 on black background.


Color preview on white background

This text has color #463C87 on white background.


Black color preview on #463C87 background

This text has black color on #463C87 background.


White color preview on #463C87 background

This text has white color on #463C87 background.


Related colors

Complementary color

Complementary color for #hex is #B9C378.


I love getcolorcode.com

Triadic colors

1 #87463C and #3C8746 with #463C87 are triadic colors.

2 #873C46 and #3C4687 with #463C87 are triadic colors.