COLOR #482C66

HEX: #482C66 RGB: (72,44,102)

Color info

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

RGB color model

#482C66 color RGB value is (72,44,102).

RGB: (72,44,102) (28%, 17%, 40%)

RGB channels and saturation

R 72 of 255 = 28%
G 44 of 255 = 17%
B 102 of 255 = 40%

72
44
102

R + G + B ~ 28%. #482C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 44 + 102 = 218 (100%)
R 72 of 218 ~ 33.03%
G 44 of 218 ~ 20.18%
B 102 of 218 ~ 46.79'%

%33.03
%20.18
%46.79

CMYK color model

#482C66 color CMYK value is (29,57,0,60).

  • cyan value is 29.41%
  • magenta value is 56.86%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (29,57,0,60)
C29M57Y0K60 (29%, 57%, 0%, 60%)
(0.29 / 0.57 / 0.00 / 0.60)

CMYK percentages

%29.41
%56.86
%0
%60

Codes

Color #482C66 in popluar color models

48 2C 66
RGB 72 44 102
HSL 269° 39.73% 28.63%
HSB/HSV 269° 56.86% 40.00%
CMYK 29.41% 56.86% 0.00%
60.00%

Color #482C66 in popluar number systems.

HEX 48 2C 66
Decimal 72 44 102
Binary 1001000 101100 1100110
Octal 110 54 146

Shades and tints

Shades of #482C66

#482C66
(72,44,102)
#42285D
(66,40,93)
#3C2454
(60,36,84)
#36204B
(54,32,75)
#301C42
(48,28,66)
#2A1839
(42,24,57)
#241430
(36,20,48)
#1E1027
(30,16,39)
#180C1E
(24,12,30)
#120815
(18,8,21)
#0C040C
(12,4,12)
#000000
(0,0,0)

Tints of #482C66

#482C66
(72,44,102)
#583F73
(88,63,115)
#685280
(104,82,128)
#78658D
(120,101,141)
#88789A
(136,120,154)
#988BA7
(152,139,167)
#A89EB4
(168,158,180)
#B8B1C1
(184,177,193)
#C8C4CE
(200,196,206)
#D8D7DB
(216,215,219)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482C66 color. Also use rgb(72,44,102) instead hex code.

Text Font Color

.myTextColor { color: #482C66; }

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

This text font color is #482C66.

Background Color

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

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

This div background color is #482C66.

Border color

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

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

This div border color is #482C66.

Opacity

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

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

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

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

This text has shadow with #482C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482C66.

Preview

Color preview on black background

This text has color #482C66 on black background.


Color preview on white background

This text has color #482C66 on white background.


Black color preview on #482C66 background

This text has black color on #482C66 background.


White color preview on #482C66 background

This text has white color on #482C66 background.


Related colors

Complementary color

Complementary color for #hex is #B7D399.


I love getcolorcode.com

Triadic colors

1 #66482C and #2C6648 with #482C66 are triadic colors.

2 #662C48 and #2C4866 with #482C66 are triadic colors.