COLOR #4B2448

HEX: #4B2448 RGB: (75,36,72)

Color info

#4B2448 contains red, green and blue colors in about the same proportion. Web safe color of #4B2448 is #333333 (or #333).

RGB color model

#4B2448 color RGB value is (75,36,72).

RGB: (75,36,72) (29%, 14%, 28%)

RGB channels and saturation

R 75 of 255 = 29%
G 36 of 255 = 14%
B 72 of 255 = 28%

75
36
72

R + G + B ~ 24%. #4B2448 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 36 + 72 = 183 (100%)
R 75 of 183 ~ 40.98%
G 36 of 183 ~ 19.67%
B 72 of 183 ~ 39.34'%

%40.98
%19.67
%39.34

CMYK color model

#4B2448 color CMYK value is (0,52,4,71).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 4.00%
  • key color value is 70.59%

CMYK: (0,52,4,71)
C0M52Y4K71 (0%, 52%, 4%, 71%)
(0.00 / 0.52 / 0.04 / 0.71)

CMYK percentages

%0
%52
%4
%70.59

Codes

Color #4B2448 in popluar color models

4B 24 48
RGB 75 36 72
HSL 305° 35.14% 21.76%
HSB/HSV 305° 52.00% 29.41%
CMYK 0.00% 52.00% 4.00%
70.59%

Color #4B2448 in popluar number systems.

HEX 4B 24 48
Decimal 75 36 72
Binary 1001011 100100 1001000
Octal 113 44 110

Shades and tints

Shades of #4B2448

#4B2448
(75,36,72)
#452142
(69,33,66)
#3F1E3C
(63,30,60)
#391B36
(57,27,54)
#331830
(51,24,48)
#2D152A
(45,21,42)
#271224
(39,18,36)
#210F1E
(33,15,30)
#1B0C18
(27,12,24)
#150912
(21,9,18)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #4B2448

#4B2448
(75,36,72)
#5B3758
(91,55,88)
#6B4A68
(107,74,104)
#7B5D78
(123,93,120)
#8B7088
(139,112,136)
#9B8398
(155,131,152)
#AB96A8
(171,150,168)
#BBA9B8
(187,169,184)
#CBBCC8
(203,188,200)
#DBCFD8
(219,207,216)
#EBE2E8
(235,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2448 color. Also use rgb(75,36,72) instead hex code.

Text Font Color

.myTextColor { color: #4B2448; }

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

This text font color is #4B2448.

Background Color

.myBgColor { background-color: #4B2448; }

<div style="background-color:#4B2448">Inner text</div>

This div background color is #4B2448.

Border color

.myBorderColor { border: 1px solid #4B2448; }

<div style="border:3px solid #4B2448">Div</div>

This div border color is #4B2448.

Opacity

.myOpacity80 { color: #4B2448; opacity: 0.8; }

<p style="color:#4B2448;opacity:0.8;">80%</p>

Text with #4B2448 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 #4B2448;}

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

This text has shadow with #4B2448 color.


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

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

This text has shadow with #4B2448 primary color and red secondary color.


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

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

This text has shadow with #4B2448 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4B2448.

Preview

Color preview on black background

This text has color #4B2448 on black background.


Color preview on white background

This text has color #4B2448 on white background.


Black color preview on #4B2448 background

This text has black color on #4B2448 background.


White color preview on #4B2448 background

This text has white color on #4B2448 background.


Related colors

Complementary color

Complementary color for #hex is #B4DBB7.


I love getcolorcode.com

Triadic colors

1 #484B24 and #24484B with #4B2448 are triadic colors.

2 #48244B and #244B48 with #4B2448 are triadic colors.