COLOR #48416F

HEX: #48416F RGB: (72,65,111)

Color info

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

RGB color model

#48416F color RGB value is (72,65,111).

RGB: (72,65,111) (28%, 25%, 44%)

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 111 of 255 = 44%

72
65
111

R + G + B ~ 32%. #48416F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 65 + 111 = 248 (100%)
R 72 of 248 ~ 29.03%
G 65 of 248 ~ 26.21%
B 111 of 248 ~ 44.76'%

%29.03
%26.21
%44.76

CMYK color model

#48416F color CMYK value is (35,41,0,56).

  • cyan value is 35.14%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (35,41,0,56)
C35M41Y0K56 (35%, 41%, 0%, 56%)
(0.35 / 0.41 / 0.00 / 0.56)

CMYK percentages

%35.14
%41.44
%0
%56.47

Codes

Color #48416F in popluar color models

48 41 6F
RGB 72 65 111
HSL 249° 26.14% 34.51%
HSB/HSV 249° 41.44% 43.53%
CMYK 35.14% 41.44% 0.00%
56.47%

Color #48416F in popluar number systems.

HEX 48 41 6F
Decimal 72 65 111
Binary 1001000 1000001 1101111
Octal 110 101 157

Shades and tints

Shades of #48416F

#48416F
(72,65,111)
#423C65
(66,60,101)
#3C375B
(60,55,91)
#363251
(54,50,81)
#302D47
(48,45,71)
#2A283D
(42,40,61)
#242333
(36,35,51)
#1E1E29
(30,30,41)
#18191F
(24,25,31)
#121415
(18,20,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #48416F

#48416F
(72,65,111)
#58527C
(88,82,124)
#686389
(104,99,137)
#787496
(120,116,150)
#8885A3
(136,133,163)
#9896B0
(152,150,176)
#A8A7BD
(168,167,189)
#B8B8CA
(184,184,202)
#C8C9D7
(200,201,215)
#D8DAE4
(216,218,228)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48416F color. Also use rgb(72,65,111) instead hex code.

Text Font Color

.myTextColor { color: #48416F; }

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

This text font color is #48416F.

Background Color

.myBgColor { background-color: #48416F; }

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

This div background color is #48416F.

Border color

.myBorderColor { border: 1px solid #48416F; }

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

This div border color is #48416F.

Opacity

.myOpacity80 { color: #48416F; opacity: 0.8; }

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

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

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

This text has shadow with #48416F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48416F.

Preview

Color preview on black background

This text has color #48416F on black background.


Color preview on white background

This text has color #48416F on white background.


Black color preview on #48416F background

This text has black color on #48416F background.


White color preview on #48416F background

This text has white color on #48416F background.


Related colors

Complementary color

Complementary color for #hex is #B7BE90.


I love getcolorcode.com

Triadic colors

1 #6F4841 and #416F48 with #48416F are triadic colors.

2 #6F4148 and #41486F with #48416F are triadic colors.