COLOR #462852

HEX: #462852 RGB: (70,40,82)

Color info

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

RGB color model

#462852 color RGB value is (70,40,82).

RGB: (70,40,82) (27%, 16%, 32%)

RGB channels and saturation

R 70 of 255 = 27%
G 40 of 255 = 16%
B 82 of 255 = 32%

70
40
82

R + G + B ~ 25%. #462852 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 40 + 82 = 192 (100%)
R 70 of 192 ~ 36.46%
G 40 of 192 ~ 20.83%
B 82 of 192 ~ 42.71'%

%36.46
%20.83
%42.71

CMYK color model

#462852 color CMYK value is (15,51,0,68).

  • cyan value is 14.63%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (15,51,0,68)
C15M51Y0K68 (15%, 51%, 0%, 68%)
(0.15 / 0.51 / 0.00 / 0.68)

CMYK percentages

%14.63
%51.22
%0
%67.84

Codes

Color #462852 in popluar color models

46 28 52
RGB 70 40 82
HSL 283° 34.43% 23.92%
HSB/HSV 283° 51.22% 32.16%
CMYK 14.63% 51.22% 0.00%
67.84%

Color #462852 in popluar number systems.

HEX 46 28 52
Decimal 70 40 82
Binary 1000110 101000 1010010
Octal 106 50 122

Shades and tints

Shades of #462852

#462852
(70,40,82)
#40254B
(64,37,75)
#3A2244
(58,34,68)
#341F3D
(52,31,61)
#2E1C36
(46,28,54)
#28192F
(40,25,47)
#221628
(34,22,40)
#1C1321
(28,19,33)
#16101A
(22,16,26)
#100D13
(16,13,19)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #462852

#462852
(70,40,82)
#563B61
(86,59,97)
#664E70
(102,78,112)
#76617F
(118,97,127)
#86748E
(134,116,142)
#96879D
(150,135,157)
#A69AAC
(166,154,172)
#B6ADBB
(182,173,187)
#C6C0CA
(198,192,202)
#D6D3D9
(214,211,217)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462852 color. Also use rgb(70,40,82) instead hex code.

Text Font Color

.myTextColor { color: #462852; }

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

This text font color is #462852.

Background Color

.myBgColor { background-color: #462852; }

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

This div background color is #462852.

Border color

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

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

This div border color is #462852.

Opacity

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

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

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

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

This text has shadow with #462852 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462852.

Preview

Color preview on black background

This text has color #462852 on black background.


Color preview on white background

This text has color #462852 on white background.


Black color preview on #462852 background

This text has black color on #462852 background.


White color preview on #462852 background

This text has white color on #462852 background.


Related colors

Complementary color

Complementary color for #hex is #B9D7AD.


I love getcolorcode.com

Triadic colors

1 #524628 and #285246 with #462852 are triadic colors.

2 #522846 and #284652 with #462852 are triadic colors.