COLOR #4B3672

HEX: #4B3672 RGB: (75,54,114)

Color info

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

RGB color model

#4B3672 color RGB value is (75,54,114).

RGB: (75,54,114) (29%, 21%, 45%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 114 of 255 = 45%

75
54
114

R + G + B ~ 32%. #4B3672 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 54 + 114 = 243 (100%)
R 75 of 243 ~ 30.86%
G 54 of 243 ~ 22.22%
B 114 of 243 ~ 46.91'%

%30.86
%22.22
%46.91

CMYK color model

#4B3672 color CMYK value is (34,53,0,55).

  • cyan value is 34.21%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (34,53,0,55) C34M53Y0K55 (34%,53%,0%,55%) (0.34/0.53/0.00/0.55) 

CMYK percentages

%34.21
%52.63
%0
%55.29

Codes

Color #4B3672 in popluar color models

4B 36 72
RGB 75 54 114
HSL 261° 35.71% 32.94%
HSB/HSV 261° 52.63% 44.71%
CMYK 34.21% 52.63% 0.00%
55.29%

Color #4B3672 in popluar number systems.

HEX 4B 36 72
Decimal 75 54 114
Binary 1001011 110110 1110010
Octal 113 66 162

Shades and tints

Shades of #4B3672

#4B3672
(75,54,114)
#453268
(69,50,104)
#3F2E5E
(63,46,94)
#392A54
(57,42,84)
#33264A
(51,38,74)
#2D2240
(45,34,64)
#271E36
(39,30,54)
#211A2C
(33,26,44)
#1B1622
(27,22,34)
#151218
(21,18,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #4B3672

#4B3672
(75,54,114)
#5B487E
(91,72,126)
#6B5A8A
(107,90,138)
#7B6C96
(123,108,150)
#8B7EA2
(139,126,162)
#9B90AE
(155,144,174)
#ABA2BA
(171,162,186)
#BBB4C6
(187,180,198)
#CBC6D2
(203,198,210)
#DBD8DE
(219,216,222)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3672 color. Also use rgb(75,54,114) instead hex code.

Text Font Color

.myTextColor { color: #4B3672; }

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

This text font color is #4B3672.

Background Color

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

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

This div background color is #4B3672.

Border color

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

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

This div border color is #4B3672.

Opacity

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

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

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

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

This text has shadow with #4B3672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3672.

Preview

Color preview on black background

This text has color #4B3672 on black background.


Color preview on white background

This text has color #4B3672 on white background.


Black color preview on #4B3672 background

This text has black color on #4B3672 background.


White color preview on #4B3672 background

This text has white color on #4B3672 background.


Related colors

Complementary color

Complementary color for #hex is #B4C98D.


I love getcolorcode.com

Triadic colors

1 #724B36 and #36724B with #4B3672 are triadic colors.

2 #72364B and #364B72 with #4B3672 are triadic colors.