COLOR #4B244F

HEX: #4B244F
RGB: (75,36,79)

Color info

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

RGB color model

#4B244F color RGB value is (75,36,79).

  • red value is 75;
  • green value is 36;
  • blue value is 79.
RGB:
(75,36,79)
(29%,14%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 36 of 255 = 14%
B 79 of 255 = 31%

75
36
79

R + G + B ~ 25%. #4B244F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 36 + 79 = 190 (100%)
R 75 of 190 ~ 39.47%
G 36 of 190 ~ 18.95%
B 79 of 190 ~ 41.58%

%39.47
%18.95
%41.58

CMYK color model

#4B244F color CMYK value is (5,54,0,69).

  • cyan value is 5.06%
  • magenta value is 54.43%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,54,0,69)
C5M54Y0K69 
(5%,54%,0%,69%)
(0.05/0.54/0.00/0.69)	

CMYK percentages

%5.06
%54.43
%0
%69.02

Codes

Color #4B244F in popluar color models

4B244F
RGB753679
HSL294°37.39%22.55%
HSB/HSV294°54.43%30.98%
CMYK5.06%54.43%0.00%
69.02%

Color #4B244F in popluar number systems.

HEX4B244F
Decimal753679
Binary10010111001001001111
Octal11344117

Shades and tints

Shades of #4B244F

#4B244F
(75,36,79)
#452148
(69,33,72)
#3F1E41
(63,30,65)
#391B3A
(57,27,58)
#331833
(51,24,51)
#2D152C
(45,21,44)
#271225
(39,18,37)
#210F1E
(33,15,30)
#1B0C17
(27,12,23)
#150910
(21,9,16)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #4B244F

#4B244F
(75,36,79)
#5B375F
(91,55,95)
#6B4A6F
(107,74,111)
#7B5D7F
(123,93,127)
#8B708F
(139,112,143)
#9B839F
(155,131,159)
#AB96AF
(171,150,175)
#BBA9BF
(187,169,191)
#CBBCCF
(203,188,207)
#DBCFDF
(219,207,223)
#EBE2EF
(235,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B244F; }

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

This text font color is #4B244F.


Background Color

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

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

This div background color is #4B244F.


Border color

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

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

This div border color is #4B244F.


Opacity

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

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

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

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

This text has shadow with #4B244F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B244F on black background.


Color preview on white background

This text has color #4B244F on white background.



Black color preview on #4B244F background

This text has black color on #4B244F background.


White color preview on #4B244F background

This text has white color on #4B244F background.