COLOR #4B244C

HEX: #4B244C RGB: (75,36,76)

Color info

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

RGB color model

#4B244C color RGB value is (75,36,76).

RGB: (75,36,76) (29%, 14%, 30%)

RGB channels and saturation

R 75 of 255 = 29%
G 36 of 255 = 14%
B 76 of 255 = 30%

75
36
76

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

Portions of RGB colors in percentages

R + G + B = 75 + 36 + 76 = 187 (100%)
R 75 of 187 ~ 40.11%
G 36 of 187 ~ 19.25%
B 76 of 187 ~ 40.64'%

%40.11
%19.25
%40.64

CMYK color model

#4B244C color CMYK value is (1,53,0,70).

  • cyan value is 1.32%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (1,53,0,70)
C1M53Y0K70 (1%, 53%, 0%, 70%)
(0.01 / 0.53 / 0.00 / 0.70)

CMYK percentages

%1.32
%52.63
%0
%70.2

Codes

Color #4B244C in popluar color models

4B 24 4C
RGB 75 36 76
HSL 299° 35.71% 21.96%
HSB/HSV 299° 52.63% 29.80%
CMYK 1.32% 52.63% 0.00%
70.20%

Color #4B244C in popluar number systems.

HEX 4B 24 4C
Decimal 75 36 76
Binary 1001011 100100 1001100
Octal 113 44 114

Shades and tints

Shades of #4B244C

#4B244C
(75,36,76)
#452146
(69,33,70)
#3F1E40
(63,30,64)
#391B3A
(57,27,58)
#331834
(51,24,52)
#2D152E
(45,21,46)
#271228
(39,18,40)
#210F22
(33,15,34)
#1B0C1C
(27,12,28)
#150916
(21,9,22)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #4B244C

#4B244C
(75,36,76)
#5B375C
(91,55,92)
#6B4A6C
(107,74,108)
#7B5D7C
(123,93,124)
#8B708C
(139,112,140)
#9B839C
(155,131,156)
#AB96AC
(171,150,172)
#BBA9BC
(187,169,188)
#CBBCCC
(203,188,204)
#DBCFDC
(219,207,220)
#EBE2EC
(235,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B244C; }

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

This text font color is #4B244C.

Background Color

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

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

This div background color is #4B244C.

Border color

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

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

This div border color is #4B244C.

Opacity

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

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

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

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

This text has shadow with #4B244C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B244C.

Preview

Color preview on black background

This text has color #4B244C on black background.


Color preview on white background

This text has color #4B244C on white background.


Black color preview on #4B244C background

This text has black color on #4B244C background.


White color preview on #4B244C background

This text has white color on #4B244C background.


Related colors

Complementary color

Complementary color for #hex is #B4DBB3.


I love getcolorcode.com

Triadic colors

1 #4C4B24 and #244C4B with #4B244C are triadic colors.

2 #4C244B and #244B4C with #4B244C are triadic colors.