COLOR #482658

HEX: #482658
RGB: (72,38,88)

Color info

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

RGB color model

#482658 color RGB value is (72,38,88).

  • red value is 72;
  • green value is 38;
  • blue value is 88.
RGB:
(72,38,88)
(28%,15%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 88 of 255 = 35%

72
38
88

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

Portions of RGB colors in percentages

R + G + B =
72 + 38 + 88 = 198 (100%)
R 72 of 198 ~ 36.36%
G 38 of 198 ~ 19.19%
B 88 of 198 ~ 44.44%

%36.36
%19.19
%44.44

CMYK color model

#482658 color CMYK value is (18,57,0,65).

  • cyan value is 18.18%
  • magenta value is 56.82%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(18,57,0,65)
C18M57Y0K65 
(18%,57%,0%,65%)
(0.18/0.57/0.00/0.65)	

CMYK percentages

%18.18
%56.82
%0
%65.49

Codes

Color #482658 in popluar color models

482658
RGB723888
HSL281°39.68%24.71%
HSB/HSV281°56.82%34.51%
CMYK18.18%56.82%0.00%
65.49%

Color #482658 in popluar number systems.

HEX482658
Decimal723888
Binary10010001001101011000
Octal11046130

Shades and tints

Shades of #482658

#482658
(72,38,88)
#422350
(66,35,80)
#3C2048
(60,32,72)
#361D40
(54,29,64)
#301A38
(48,26,56)
#2A1730
(42,23,48)
#241428
(36,20,40)
#1E1120
(30,17,32)
#180E18
(24,14,24)
#120B10
(18,11,16)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #482658

#482658
(72,38,88)
#583967
(88,57,103)
#684C76
(104,76,118)
#785F85
(120,95,133)
#887294
(136,114,148)
#9885A3
(152,133,163)
#A898B2
(168,152,178)
#B8ABC1
(184,171,193)
#C8BED0
(200,190,208)
#D8D1DF
(216,209,223)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482658; }

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

This text font color is #482658.


Background Color

.myBgColor { background-color: #482658; }

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

This div background color is #482658.


Border color

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

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

This div border color is #482658.


Opacity

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

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

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

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

This text has shadow with #482658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482658 on black background.


Color preview on white background

This text has color #482658 on white background.



Black color preview on #482658 background

This text has black color on #482658 background.


White color preview on #482658 background

This text has white color on #482658 background.