COLOR #48437B

HEX: #48437B
RGB: (72,67,123)

Color info

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

RGB color model

#48437B color RGB value is (72,67,123).

  • red value is 72;
  • green value is 67;
  • blue value is 123.
RGB:
(72,67,123)
(28%,26%,48%)

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 123 of 255 = 48%

72
67
123

R + G + B ~ 34%. #48437B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 123 = 262 (100%)
R 72 of 262 ~ 27.48%
G 67 of 262 ~ 25.57%
B 123 of 262 ~ 46.95%

%27.48
%25.57
%46.95

CMYK color model

#48437B color CMYK value is (41,46,0,52).

  • cyan value is 41.46%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(41,46,0,52)
C41M46Y0K52 
(41%,46%,0%,52%)
(0.41/0.46/0.00/0.52)	

CMYK percentages

%41.46
%45.53
%0
%51.76

Codes

Color #48437B in popluar color models

48437B
RGB7267123
HSL245°29.47%37.25%
HSB/HSV245°45.53%48.24%
CMYK41.46%45.53%0.00%
51.76%

Color #48437B in popluar number systems.

HEX48437B
Decimal7267123
Binary100100010000111111011
Octal110103173

Shades and tints

Shades of #48437B

#48437B
(72,67,123)
#423D70
(66,61,112)
#3C3765
(60,55,101)
#36315A
(54,49,90)
#302B4F
(48,43,79)
#2A2544
(42,37,68)
#241F39
(36,31,57)
#1E192E
(30,25,46)
#181323
(24,19,35)
#120D18
(18,13,24)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #48437B

#48437B
(72,67,123)
#585487
(88,84,135)
#686593
(104,101,147)
#78769F
(120,118,159)
#8887AB
(136,135,171)
#9898B7
(152,152,183)
#A8A9C3
(168,169,195)
#B8BACF
(184,186,207)
#C8CBDB
(200,203,219)
#D8DCE7
(216,220,231)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48437B; }

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

This text font color is #48437B.


Background Color

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

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

This div background color is #48437B.


Border color

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

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

This div border color is #48437B.


Opacity

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

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

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

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

This text has shadow with #48437B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48437B on black background.


Color preview on white background

This text has color #48437B on white background.



Black color preview on #48437B background

This text has black color on #48437B background.


White color preview on #48437B background

This text has white color on #48437B background.