COLOR #48095A

HEX: #48095A RGB: (72,9,90)

Color info

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

RGB color model

#48095A color RGB value is (72,9,90).

RGB: (72,9,90) (28%, 4%, 35%)

RGB channels and saturation

R 72 of 255 = 28%
G 9 of 255 = 4%
B 90 of 255 = 35%

72
9
90

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

Portions of RGB colors in percentages

R + G + B = 72 + 9 + 90 = 171 (100%)
R 72 of 171 ~ 42.11%
G 9 of 171 ~ 5.26%
B 90 of 171 ~ 52.63'%

%42.11
%52.63

CMYK color model

#48095A color CMYK value is (20,90,0,65).

  • cyan value is 20.00%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (20,90,0,65)
C20M90Y0K65 (20%, 90%, 0%, 65%)
(0.20 / 0.90 / 0.00 / 0.65)

CMYK percentages

%20
%90
%0
%64.71

Codes

Color #48095A in popluar color models

48 09 5A
RGB 72 9 90
HSL 287° 81.82% 19.41%
HSB/HSV 287° 90.00% 35.29%
CMYK 20.00% 90.00% 0.00%
64.71%

Color #48095A in popluar number systems.

HEX 48 09 5A
Decimal 72 9 90
Binary 1001000 1001 1011010
Octal 110 11 132

Shades and tints

Shades of #48095A

#48095A
(72,9,90)
#420952
(66,9,82)
#3C094A
(60,9,74)
#360942
(54,9,66)
#30093A
(48,9,58)
#2A0932
(42,9,50)
#24092A
(36,9,42)
#1E0922
(30,9,34)
#18091A
(24,9,26)
#120912
(18,9,18)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #48095A

#48095A
(72,9,90)
#581F69
(88,31,105)
#683578
(104,53,120)
#784B87
(120,75,135)
#886196
(136,97,150)
#9877A5
(152,119,165)
#A88DB4
(168,141,180)
#B8A3C3
(184,163,195)
#C8B9D2
(200,185,210)
#D8CFE1
(216,207,225)
#E8E5F0
(232,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48095A; }

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

This text font color is #48095A.

Background Color

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

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

This div background color is #48095A.

Border color

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

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

This div border color is #48095A.

Opacity

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

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

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

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

This text has shadow with #48095A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48095A.

Preview

Color preview on black background

This text has color #48095A on black background.


Color preview on white background

This text has color #48095A on white background.


Black color preview on #48095A background

This text has black color on #48095A background.


White color preview on #48095A background

This text has white color on #48095A background.


Related colors

Complementary color

Complementary color for #hex is #B7F6A5.


I love getcolorcode.com

Triadic colors

1 #5A4809 and #095A48 with #48095A are triadic colors.

2 #5A0948 and #09485A with #48095A are triadic colors.