COLOR #48095B

HEX: #48095B RGB: (72,9,91)

Color info

#48095B contains mainly red and blue colors. Web safe color of #48095B is #330066 (or #306).

RGB color model

#48095B color RGB value is (72,9,91).

RGB: (72,9,91) (28%, 4%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 9 of 255 = 4%
B 91 of 255 = 36%

72
9
91

R + G + B ~ 23%. #48095B is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 9 + 91 = 172 (100%)
R 72 of 172 ~ 41.86%
G 9 of 172 ~ 5.23%
B 91 of 172 ~ 52.91'%

%41.86
%52.91

CMYK color model

#48095B color CMYK value is (21,90,0,64).

  • cyan value is 20.88%
  • magenta value is 90.11%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (21,90,0,64) C21M90Y0K64 (21%,90%,0%,64%) (0.21/0.90/0.00/0.64) 

CMYK percentages

%20.88
%90.11
%0
%64.31

Codes

Color #48095B in popluar color models

48 09 5B
RGB 72 9 91
HSL 286° 82.00% 19.61%
HSB/HSV 286° 90.11% 35.69%
CMYK 20.88% 90.11% 0.00%
64.31%

Color #48095B in popluar number systems.

HEX 48 09 5B
Decimal 72 9 91
Binary 1001000 1001 1011011
Octal 110 11 133

Shades and tints

Shades of #48095B

#48095B
(72,9,91)
#420953
(66,9,83)
#3C094B
(60,9,75)
#360943
(54,9,67)
#30093B
(48,9,59)
#2A0933
(42,9,51)
#24092B
(36,9,43)
#1E0923
(30,9,35)
#18091B
(24,9,27)
#120913
(18,9,19)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #48095B

#48095B
(72,9,91)
#581F69
(88,31,105)
#683577
(104,53,119)
#784B85
(120,75,133)
#886193
(136,97,147)
#9877A1
(152,119,161)
#A88DAF
(168,141,175)
#B8A3BD
(184,163,189)
#C8B9CB
(200,185,203)
#D8CFD9
(216,207,217)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48095B color. Also use rgb(72,9,91) instead hex code.

Text Font Color

.myTextColor { color: #48095B; }

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

This text font color is #48095B.

Background Color

.myBgColor { background-color: #48095B; }

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

This div background color is #48095B.

Border color

.myBorderColor { border: 1px solid #48095B; }

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

This div border color is #48095B.

Opacity

.myOpacity80 { color: #48095B; opacity: 0.8; }

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

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

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

This text has shadow with #48095B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48095B.

Preview

Color preview on black background

This text has color #48095B on black background.


Color preview on white background

This text has color #48095B on white background.


Black color preview on #48095B background

This text has black color on #48095B background.


White color preview on #48095B background

This text has white color on #48095B background.


Related colors

Complementary color

Complementary color for #hex is #B7F6A4.


I love getcolorcode.com

Triadic colors

1 #5B4809 and #095B48 with #48095B are triadic colors.

2 #5B0948 and #09485B with #48095B are triadic colors.