COLOR #4B2F6B

HEX: #4B2F6B
RGB: (75,47,107)

Color info

#4B2F6B contains mainly red and blue colors. Web safe color of #4B2F6B is #333366 (or #336).

RGB color model

#4B2F6B color RGB value is (75,47,107).

  • red value is 75;
  • green value is 47;
  • blue value is 107.
RGB:
(75,47,107)
(29%,18%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 47 of 255 = 18%
B 107 of 255 = 42%

75
47
107

R + G + B ~ 30%. #4B2F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 47 + 107 = 229 (100%)
R 75 of 229 ~ 32.75%
G 47 of 229 ~ 20.52%
B 107 of 229 ~ 46.72%

%32.75
%20.52
%46.72

CMYK color model

#4B2F6B color CMYK value is (30,56,0,58).

  • cyan value is 29.91%
  • magenta value is 56.07%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(30,56,0,58)
C30M56Y0K58 
(30%,56%,0%,58%)
(0.30/0.56/0.00/0.58)	

CMYK percentages

%29.91
%56.07
%0
%58.04

Codes

Color #4B2F6B in popluar color models

4B2F6B
RGB7547107
HSL268°38.96%30.20%
HSB/HSV268°56.07%41.96%
CMYK29.91%56.07%0.00%
58.04%

Color #4B2F6B in popluar number systems.

HEX4B2F6B
Decimal7547107
Binary10010111011111101011
Octal11357153

Shades and tints

Shades of #4B2F6B

#4B2F6B
(75,47,107)
#452B62
(69,43,98)
#3F2759
(63,39,89)
#392350
(57,35,80)
#331F47
(51,31,71)
#2D1B3E
(45,27,62)
#271735
(39,23,53)
#21132C
(33,19,44)
#1B0F23
(27,15,35)
#150B1A
(21,11,26)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #4B2F6B

#4B2F6B
(75,47,107)
#5B4178
(91,65,120)
#6B5385
(107,83,133)
#7B6592
(123,101,146)
#8B779F
(139,119,159)
#9B89AC
(155,137,172)
#AB9BB9
(171,155,185)
#BBADC6
(187,173,198)
#CBBFD3
(203,191,211)
#DBD1E0
(219,209,224)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2F6B color. Also use rgb(75,47,107) instead hex code.

Text Font Color

.myTextColor { color: #4B2F6B; }

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

This text font color is #4B2F6B.


Background Color

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

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

This div background color is #4B2F6B.


Border color

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

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

This div border color is #4B2F6B.


Opacity

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

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

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

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

This text has shadow with #4B2F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2F6B on black background.


Color preview on white background

This text has color #4B2F6B on white background.



Black color preview on #4B2F6B background

This text has black color on #4B2F6B background.


White color preview on #4B2F6B background

This text has white color on #4B2F6B background.