COLOR #462A64

HEX: #462A64 RGB: (70,42,100)

Color info

#462A64 contains red, green and blue colors in about the same proportion. Web safe color of #462A64 is #333366 (or #336).

RGB color model

#462A64 color RGB value is (70,42,100).

RGB: (70,42,100) (27%, 16%, 39%)

RGB channels and saturation

R 70 of 255 = 27%
G 42 of 255 = 16%
B 100 of 255 = 39%

70
42
100

R + G + B ~ 27%. #462A64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 42 + 100 = 212 (100%)
R 70 of 212 ~ 33.02%
G 42 of 212 ~ 19.81%
B 100 of 212 ~ 47.17'%

%33.02
%19.81
%47.17

CMYK color model

#462A64 color CMYK value is (30,58,0,61).

  • cyan value is 30.00%
  • magenta value is 58.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (30,58,0,61)
C30M58Y0K61 (30%, 58%, 0%, 61%)
(0.30 / 0.58 / 0.00 / 0.61)

CMYK percentages

%30
%58
%0
%60.78

Codes

Color #462A64 in popluar color models

46 2A 64
RGB 70 42 100
HSL 269° 40.85% 27.84%
HSB/HSV 269° 58.00% 39.22%
CMYK 30.00% 58.00% 0.00%
60.78%

Color #462A64 in popluar number systems.

HEX 46 2A 64
Decimal 70 42 100
Binary 1000110 101010 1100100
Octal 106 52 144

Shades and tints

Shades of #462A64

#462A64
(70,42,100)
#40275B
(64,39,91)
#3A2452
(58,36,82)
#342149
(52,33,73)
#2E1E40
(46,30,64)
#281B37
(40,27,55)
#22182E
(34,24,46)
#1C1525
(28,21,37)
#16121C
(22,18,28)
#100F13
(16,15,19)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #462A64

#462A64
(70,42,100)
#563D72
(86,61,114)
#665080
(102,80,128)
#76638E
(118,99,142)
#86769C
(134,118,156)
#9689AA
(150,137,170)
#A69CB8
(166,156,184)
#B6AFC6
(182,175,198)
#C6C2D4
(198,194,212)
#D6D5E2
(214,213,226)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462A64 color. Also use rgb(70,42,100) instead hex code.

Text Font Color

.myTextColor { color: #462A64; }

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

This text font color is #462A64.

Background Color

.myBgColor { background-color: #462A64; }

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

This div background color is #462A64.

Border color

.myBorderColor { border: 1px solid #462A64; }

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

This div border color is #462A64.

Opacity

.myOpacity80 { color: #462A64; opacity: 0.8; }

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

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

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

This text has shadow with #462A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462A64.

Preview

Color preview on black background

This text has color #462A64 on black background.


Color preview on white background

This text has color #462A64 on white background.


Black color preview on #462A64 background

This text has black color on #462A64 background.


White color preview on #462A64 background

This text has white color on #462A64 background.


Related colors

Complementary color

Complementary color for #hex is #B9D59B.


I love getcolorcode.com

Triadic colors

1 #64462A and #2A6446 with #462A64 are triadic colors.

2 #642A46 and #2A4664 with #462A64 are triadic colors.