COLOR #48438D

HEX: #48438D RGB: (72,67,141)

Color info

#48438D contains mainly blue color. Web safe color of #48438D is #333399 (or #339).

RGB color model

#48438D color RGB value is (72,67,141).

RGB: (72,67,141) (28%, 26%, 55%)

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 141 of 255 = 55%

72
67
141

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

Portions of RGB colors in percentages

R + G + B = 72 + 67 + 141 = 280 (100%)
R 72 of 280 ~ 25.71%
G 67 of 280 ~ 23.93%
B 141 of 280 ~ 50.36'%

%25.71
%23.93
%50.36

CMYK color model

#48438D color CMYK value is (49,52,0,45).

  • cyan value is 48.94%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (49,52,0,45)
C49M52Y0K45 (49%, 52%, 0%, 45%)
(0.49 / 0.52 / 0.00 / 0.45)

CMYK percentages

%48.94
%52.48
%0
%44.71

Codes

Color #48438D in popluar color models

48 43 8D
RGB 72 67 141
HSL 244° 35.58% 40.78%
HSB/HSV 244° 52.48% 55.29%
CMYK 48.94% 52.48% 0.00%
44.71%

Color #48438D in popluar number systems.

HEX 48 43 8D
Decimal 72 67 141
Binary 1001000 1000011 10001101
Octal 110 103 215

Shades and tints

Shades of #48438D

#48438D
(72,67,141)
#423D81
(66,61,129)
#3C3775
(60,55,117)
#363169
(54,49,105)
#302B5D
(48,43,93)
#2A2551
(42,37,81)
#241F45
(36,31,69)
#1E1939
(30,25,57)
#18132D
(24,19,45)
#120D21
(18,13,33)
#0C0715
(12,7,21)
#000000
(0,0,0)

Tints of #48438D

#48438D
(72,67,141)
#585497
(88,84,151)
#6865A1
(104,101,161)
#7876AB
(120,118,171)
#8887B5
(136,135,181)
#9898BF
(152,152,191)
#A8A9C9
(168,169,201)
#B8BAD3
(184,186,211)
#C8CBDD
(200,203,221)
#D8DCE7
(216,220,231)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48438D color. Also use rgb(72,67,141) instead hex code.

Text Font Color

.myTextColor { color: #48438D; }

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

This text font color is #48438D.

Background Color

.myBgColor { background-color: #48438D; }

<div style="background-color:#48438D">Inner text</div>

This div background color is #48438D.

Border color

.myBorderColor { border: 1px solid #48438D; }

<div style="border:3px solid #48438D">Div</div>

This div border color is #48438D.

Opacity

.myOpacity80 { color: #48438D; opacity: 0.8; }

<p style="color:#48438D;opacity:0.8;">80%</p>

Text with #48438D 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 #48438D;}

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

This text has shadow with #48438D color.


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

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

This text has shadow with #48438D primary color and red secondary color.


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

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

This text has shadow with #48438D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48438D.

Preview

Color preview on black background

This text has color #48438D on black background.


Color preview on white background

This text has color #48438D on white background.


Black color preview on #48438D background

This text has black color on #48438D background.


White color preview on #48438D background

This text has white color on #48438D background.


Related colors

Complementary color

Complementary color for #hex is #B7BC72.


I love getcolorcode.com

Triadic colors

1 #8D4843 and #438D48 with #48438D are triadic colors.

2 #8D4348 and #43488D with #48438D are triadic colors.