COLOR #482650

HEX: #482650 RGB: (72,38,80)

Color info

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

RGB color model

#482650 color RGB value is (72,38,80).

RGB: (72,38,80) (28%, 15%, 31%)

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 80 of 255 = 31%

72
38
80

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

Portions of RGB colors in percentages

R + G + B = 72 + 38 + 80 = 190 (100%)
R 72 of 190 ~ 37.89%
G 38 of 190 ~ 20%
B 80 of 190 ~ 42.11'%

%37.89
%20
%42.11

CMYK color model

#482650 color CMYK value is (10,53,0,69).

  • cyan value is 10.00%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (10,53,0,69) C10M53Y0K69 (10%,53%,0%,69%) (0.10/0.53/0.00/0.69) 

CMYK percentages

%10
%52.5
%0
%68.63

Codes

Color #482650 in popluar color models

48 26 50
RGB 72 38 80
HSL 289° 35.59% 23.14%
HSB/HSV 289° 52.50% 31.37%
CMYK 10.00% 52.50% 0.00%
68.63%

Color #482650 in popluar number systems.

HEX 48 26 50
Decimal 72 38 80
Binary 1001000 100110 1010000
Octal 110 46 120

Shades and tints

Shades of #482650

#482650
(72,38,80)
#422349
(66,35,73)
#3C2042
(60,32,66)
#361D3B
(54,29,59)
#301A34
(48,26,52)
#2A172D
(42,23,45)
#241426
(36,20,38)
#1E111F
(30,17,31)
#180E18
(24,14,24)
#120B11
(18,11,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #482650

#482650
(72,38,80)
#58395F
(88,57,95)
#684C6E
(104,76,110)
#785F7D
(120,95,125)
#88728C
(136,114,140)
#98859B
(152,133,155)
#A898AA
(168,152,170)
#B8ABB9
(184,171,185)
#C8BEC8
(200,190,200)
#D8D1D7
(216,209,215)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482650 color. Also use rgb(72,38,80) instead hex code.

Text Font Color

.myTextColor { color: #482650; }

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

This text font color is #482650.

Background Color

.myBgColor { background-color: #482650; }

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

This div background color is #482650.

Border color

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

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

This div border color is #482650.

Opacity

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

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

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

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

This text has shadow with #482650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482650.

Preview

Color preview on black background

This text has color #482650 on black background.


Color preview on white background

This text has color #482650 on white background.


Black color preview on #482650 background

This text has black color on #482650 background.


White color preview on #482650 background

This text has white color on #482650 background.


Related colors

Complementary color

Complementary color for #hex is #B7D9AF.


I love getcolorcode.com

Triadic colors

1 #504826 and #265048 with #482650 are triadic colors.

2 #502648 and #264850 with #482650 are triadic colors.