COLOR #4B1F48

HEX: #4B1F48 RGB: (75,31,72)

Color info

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

RGB color model

#4B1F48 color RGB value is (75,31,72).

RGB: (75,31,72) (29%, 12%, 28%)

RGB channels and saturation

R 75 of 255 = 29%
G 31 of 255 = 12%
B 72 of 255 = 28%

75
31
72

R + G + B ~ 23%. #4B1F48 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 31 + 72 = 178 (100%)
R 75 of 178 ~ 42.13%
G 31 of 178 ~ 17.42%
B 72 of 178 ~ 40.45'%

%42.13
%17.42
%40.45

CMYK color model

#4B1F48 color CMYK value is (0,59,4,71).

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

CMYK: (0,59,4,71)
C0M59Y4K71 (0%, 59%, 4%, 71%)
(0.00 / 0.59 / 0.04 / 0.71)

CMYK percentages

%0
%58.67
%4
%70.59

Codes

Color #4B1F48 in popluar color models

4B 1F 48
RGB 75 31 72
HSL 304° 41.51% 20.78%
HSB/HSV 304° 58.67% 29.41%
CMYK 0.00% 58.67% 4.00%
70.59%

Color #4B1F48 in popluar number systems.

HEX 4B 1F 48
Decimal 75 31 72
Binary 1001011 11111 1001000
Octal 113 37 110

Shades and tints

Shades of #4B1F48

#4B1F48
(75,31,72)
#451D42
(69,29,66)
#3F1B3C
(63,27,60)
#391936
(57,25,54)
#331730
(51,23,48)
#2D152A
(45,21,42)
#271324
(39,19,36)
#21111E
(33,17,30)
#1B0F18
(27,15,24)
#150D12
(21,13,18)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #4B1F48

#4B1F48
(75,31,72)
#5B3358
(91,51,88)
#6B4768
(107,71,104)
#7B5B78
(123,91,120)
#8B6F88
(139,111,136)
#9B8398
(155,131,152)
#AB97A8
(171,151,168)
#BBABB8
(187,171,184)
#CBBFC8
(203,191,200)
#DBD3D8
(219,211,216)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1F48; }

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

This text font color is #4B1F48.

Background Color

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

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

This div background color is #4B1F48.

Border color

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

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

This div border color is #4B1F48.

Opacity

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

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

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

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

This text has shadow with #4B1F48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1F48.

Preview

Color preview on black background

This text has color #4B1F48 on black background.


Color preview on white background

This text has color #4B1F48 on white background.


Black color preview on #4B1F48 background

This text has black color on #4B1F48 background.


White color preview on #4B1F48 background

This text has white color on #4B1F48 background.


Related colors

Complementary color

Complementary color for #hex is #B4E0B7.


I love getcolorcode.com

Triadic colors

1 #484B1F and #1F484B with #4B1F48 are triadic colors.

2 #481F4B and #1F4B48 with #4B1F48 are triadic colors.