COLOR #48557B

HEX: #48557B RGB: (72,85,123)

Color info

#48557B contains red, green and blue colors in about the same proportion. Web safe color of #48557B is #336666 (or #366).

RGB color model

#48557B color RGB value is (72,85,123).

RGB: (72,85,123) (28%, 33%, 48%)

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 123 of 255 = 48%

72
85
123

R + G + B ~ 36%. #48557B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 85 + 123 = 280 (100%)
R 72 of 280 ~ 25.71%
G 85 of 280 ~ 30.36%
B 123 of 280 ~ 43.93'%

%25.71
%30.36
%43.93

CMYK color model

#48557B color CMYK value is (41,31,0,52).

  • cyan value is 41.46%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (41,31,0,52) C41M31Y0K52 (41%,31%,0%,52%) (0.41/0.31/0.00/0.52) 

CMYK percentages

%41.46
%30.89
%0
%51.76

Codes

Color #48557B in popluar color models

48 55 7B
RGB 72 85 123
HSL 225° 26.15% 38.24%
HSB/HSV 225° 41.46% 48.24%
CMYK 41.46% 30.89% 0.00%
51.76%

Color #48557B in popluar number systems.

HEX 48 55 7B
Decimal 72 85 123
Binary 1001000 1010101 1111011
Octal 110 125 173

Shades and tints

Shades of #48557B

#48557B
(72,85,123)
#424E70
(66,78,112)
#3C4765
(60,71,101)
#36405A
(54,64,90)
#30394F
(48,57,79)
#2A3244
(42,50,68)
#242B39
(36,43,57)
#1E242E
(30,36,46)
#181D23
(24,29,35)
#121618
(18,22,24)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #48557B

#48557B
(72,85,123)
#586487
(88,100,135)
#687393
(104,115,147)
#78829F
(120,130,159)
#8891AB
(136,145,171)
#98A0B7
(152,160,183)
#A8AFC3
(168,175,195)
#B8BECF
(184,190,207)
#C8CDDB
(200,205,219)
#D8DCE7
(216,220,231)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48557B color. Also use rgb(72,85,123) instead hex code.

Text Font Color

.myTextColor { color: #48557B; }

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

This text font color is #48557B.

Background Color

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

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

This div background color is #48557B.

Border color

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

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

This div border color is #48557B.

Opacity

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

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

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

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

This text has shadow with #48557B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48557B.

Preview

Color preview on black background

This text has color #48557B on black background.


Color preview on white background

This text has color #48557B on white background.


Black color preview on #48557B background

This text has black color on #48557B background.


White color preview on #48557B background

This text has white color on #48557B background.


Related colors

Complementary color

Complementary color for #hex is #B7AA84.


I love getcolorcode.com

Triadic colors

1 #7B4855 and #557B48 with #48557B are triadic colors.

2 #7B5548 and #55487B with #48557B are triadic colors.