COLOR #461C64

HEX: #461C64
RGB: (70,28,100)

Color info

#461C64 contains mainly red and blue colors. Web safe color of #461C64 is #333366 (or #336).

RGB color model

#461C64 color RGB value is (70,28,100).

  • red value is 70;
  • green value is 28;
  • blue value is 100.
RGB:
(70,28,100)
(27%,11%,39%)

RGB channels and saturation

R 70 of 255 = 27%
G 28 of 255 = 11%
B 100 of 255 = 39%

70
28
100

R + G + B ~ 26%. #461C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 28 + 100 = 198 (100%)
R 70 of 198 ~ 35.35%
G 28 of 198 ~ 14.14%
B 100 of 198 ~ 50.51%

%35.35
%14.14
%50.51

CMYK color model

#461C64 color CMYK value is (30,72,0,61).

  • cyan value is 30.00%
  • magenta value is 72.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(30,72,0,61)
C30M72Y0K61 
(30%,72%,0%,61%)
(0.30/0.72/0.00/0.61)	

CMYK percentages

%30
%72
%0
%60.78

Codes

Color #461C64 in popluar color models

461C64
RGB7028100
HSL275°56.25%25.10%
HSB/HSV275°72.00%39.22%
CMYK30.00%72.00%0.00%
60.78%

Color #461C64 in popluar number systems.

HEX461C64
Decimal7028100
Binary1000110111001100100
Octal10634144

Shades and tints

Shades of #461C64

#461C64
(70,28,100)
#401A5B
(64,26,91)
#3A1852
(58,24,82)
#341649
(52,22,73)
#2E1440
(46,20,64)
#281237
(40,18,55)
#22102E
(34,16,46)
#1C0E25
(28,14,37)
#160C1C
(22,12,28)
#100A13
(16,10,19)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #461C64

#461C64
(70,28,100)
#563072
(86,48,114)
#664480
(102,68,128)
#76588E
(118,88,142)
#866C9C
(134,108,156)
#9680AA
(150,128,170)
#A694B8
(166,148,184)
#B6A8C6
(182,168,198)
#C6BCD4
(198,188,212)
#D6D0E2
(214,208,226)
#E6E4F0
(230,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461C64 color. Also use rgb(70,28,100) instead hex code.

Text Font Color

.myTextColor { color: #461C64; }

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

This text font color is #461C64.


Background Color

.myBgColor { background-color: #461C64; }

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

This div background color is #461C64.


Border color

.myBorderColor { border: 1px solid #461C64; }

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

This div border color is #461C64.


Opacity

.myOpacity80 { color: #461C64; opacity: 0.8; }

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

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

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

This text has shadow with #461C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461C64 on black background.


Color preview on white background

This text has color #461C64 on white background.



Black color preview on #461C64 background

This text has black color on #461C64 background.


White color preview on #461C64 background

This text has white color on #461C64 background.