COLOR #4B2366

HEX: #4B2366 RGB: (75,35,102)

Color info

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

RGB color model

#4B2366 color RGB value is (75,35,102).

RGB: (75,35,102) (29%, 14%, 40%)

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 102 of 255 = 40%

75
35
102

R + G + B ~ 28%. #4B2366 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 35 + 102 = 212 (100%)
R 75 of 212 ~ 35.38%
G 35 of 212 ~ 16.51%
B 102 of 212 ~ 48.11'%

%35.38
%16.51
%48.11

CMYK color model

#4B2366 color CMYK value is (26,66,0,60).

  • cyan value is 26.47%
  • magenta value is 65.69%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (26,66,0,60)
C26M66Y0K60 (26%, 66%, 0%, 60%)
(0.26 / 0.66 / 0.00 / 0.60)

CMYK percentages

%26.47
%65.69
%0
%60

Codes

Color #4B2366 in popluar color models

4B 23 66
RGB 75 35 102
HSL 276° 48.91% 26.86%
HSB/HSV 276° 65.69% 40.00%
CMYK 26.47% 65.69% 0.00%
60.00%

Color #4B2366 in popluar number systems.

HEX 4B 23 66
Decimal 75 35 102
Binary 1001011 100011 1100110
Octal 113 43 146

Shades and tints

Shades of #4B2366

#4B2366
(75,35,102)
#45205D
(69,32,93)
#3F1D54
(63,29,84)
#391A4B
(57,26,75)
#331742
(51,23,66)
#2D1439
(45,20,57)
#271130
(39,17,48)
#210E27
(33,14,39)
#1B0B1E
(27,11,30)
#150815
(21,8,21)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #4B2366

#4B2366
(75,35,102)
#5B3773
(91,55,115)
#6B4B80
(107,75,128)
#7B5F8D
(123,95,141)
#8B739A
(139,115,154)
#9B87A7
(155,135,167)
#AB9BB4
(171,155,180)
#BBAFC1
(187,175,193)
#CBC3CE
(203,195,206)
#DBD7DB
(219,215,219)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2366 color. Also use rgb(75,35,102) instead hex code.

Text Font Color

.myTextColor { color: #4B2366; }

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

This text font color is #4B2366.

Background Color

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

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

This div background color is #4B2366.

Border color

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

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

This div border color is #4B2366.

Opacity

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

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

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

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

This text has shadow with #4B2366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B2366.

Preview

Color preview on black background

This text has color #4B2366 on black background.


Color preview on white background

This text has color #4B2366 on white background.


Black color preview on #4B2366 background

This text has black color on #4B2366 background.


White color preview on #4B2366 background

This text has white color on #4B2366 background.


Related colors

Complementary color

Complementary color for #hex is #B4DC99.


I love getcolorcode.com

Triadic colors

1 #664B23 and #23664B with #4B2366 are triadic colors.

2 #66234B and #234B66 with #4B2366 are triadic colors.