COLOR #482F6A

HEX: #482F6A
RGB: (72,47,106)

Color info

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

RGB color model

#482F6A color RGB value is (72,47,106).

  • red value is 72;
  • green value is 47;
  • blue value is 106.
RGB:
(72,47,106)
(28%,18%,42%)

RGB channels and saturation

R 72 of 255 = 28%
G 47 of 255 = 18%
B 106 of 255 = 42%

72
47
106

R + G + B ~ 29%. #482F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 47 + 106 = 225 (100%)
R 72 of 225 ~ 32%
G 47 of 225 ~ 20.89%
B 106 of 225 ~ 47.11%

%32
%20.89
%47.11

CMYK color model

#482F6A color CMYK value is (32,56,0,58).

  • cyan value is 32.08%
  • magenta value is 55.66%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(32,56,0,58)
C32M56Y0K58 
(32%,56%,0%,58%)
(0.32/0.56/0.00/0.58)	

CMYK percentages

%32.08
%55.66
%0
%58.43

Codes

Color #482F6A in popluar color models

482F6A
RGB7247106
HSL265°38.56%30.00%
HSB/HSV265°55.66%41.57%
CMYK32.08%55.66%0.00%
58.43%

Color #482F6A in popluar number systems.

HEX482F6A
Decimal7247106
Binary10010001011111101010
Octal11057152

Shades and tints

Shades of #482F6A

#482F6A
(72,47,106)
#422B61
(66,43,97)
#3C2758
(60,39,88)
#36234F
(54,35,79)
#301F46
(48,31,70)
#2A1B3D
(42,27,61)
#241734
(36,23,52)
#1E132B
(30,19,43)
#180F22
(24,15,34)
#120B19
(18,11,25)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #482F6A

#482F6A
(72,47,106)
#584177
(88,65,119)
#685384
(104,83,132)
#786591
(120,101,145)
#88779E
(136,119,158)
#9889AB
(152,137,171)
#A89BB8
(168,155,184)
#B8ADC5
(184,173,197)
#C8BFD2
(200,191,210)
#D8D1DF
(216,209,223)
#E8E3EC
(232,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482F6A color. Also use rgb(72,47,106) instead hex code.

Text Font Color

.myTextColor { color: #482F6A; }

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

This text font color is #482F6A.


Background Color

.myBgColor { background-color: #482F6A; }

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

This div background color is #482F6A.


Border color

.myBorderColor { border: 1px solid #482F6A; }

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

This div border color is #482F6A.


Opacity

.myOpacity80 { color: #482F6A; opacity: 0.8; }

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

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

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

This text has shadow with #482F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482F6A on black background.


Color preview on white background

This text has color #482F6A on white background.



Black color preview on #482F6A background

This text has black color on #482F6A background.


White color preview on #482F6A background

This text has white color on #482F6A background.