COLOR #4B2068

HEX: #4B2068 RGB: (75,32,104)

Color info

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

RGB color model

#4B2068 color RGB value is (75,32,104).

RGB: (75,32,104) (29%, 13%, 41%)

RGB channels and saturation

R 75 of 255 = 29%
G 32 of 255 = 13%
B 104 of 255 = 41%

75
32
104

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

Portions of RGB colors in percentages

R + G + B = 75 + 32 + 104 = 211 (100%)
R 75 of 211 ~ 35.55%
G 32 of 211 ~ 15.17%
B 104 of 211 ~ 49.29'%

%35.55
%15.17
%49.29

CMYK color model

#4B2068 color CMYK value is (28,69,0,59).

  • cyan value is 27.88%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (28,69,0,59) C28M69Y0K59 (28%,69%,0%,59%) (0.28/0.69/0.00/0.59) 

CMYK percentages

%27.88
%69.23
%0
%59.22

Codes

Color #4B2068 in popluar color models

4B 20 68
RGB 75 32 104
HSL 276° 52.94% 26.67%
HSB/HSV 276° 69.23% 40.78%
CMYK 27.88% 69.23% 0.00%
59.22%

Color #4B2068 in popluar number systems.

HEX 4B 20 68
Decimal 75 32 104
Binary 1001011 100000 1101000
Octal 113 40 150

Shades and tints

Shades of #4B2068

#4B2068
(75,32,104)
#451E5F
(69,30,95)
#3F1C56
(63,28,86)
#391A4D
(57,26,77)
#331844
(51,24,68)
#2D163B
(45,22,59)
#271432
(39,20,50)
#211229
(33,18,41)
#1B1020
(27,16,32)
#150E17
(21,14,23)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #4B2068

#4B2068
(75,32,104)
#5B3475
(91,52,117)
#6B4882
(107,72,130)
#7B5C8F
(123,92,143)
#8B709C
(139,112,156)
#9B84A9
(155,132,169)
#AB98B6
(171,152,182)
#BBACC3
(187,172,195)
#CBC0D0
(203,192,208)
#DBD4DD
(219,212,221)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2068 color. Also use rgb(75,32,104) instead hex code.

Text Font Color

.myTextColor { color: #4B2068; }

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

This text font color is #4B2068.

Background Color

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

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

This div background color is #4B2068.

Border color

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

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

This div border color is #4B2068.

Opacity

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

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

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

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

This text has shadow with #4B2068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B2068.

Preview

Color preview on black background

This text has color #4B2068 on black background.


Color preview on white background

This text has color #4B2068 on white background.


Black color preview on #4B2068 background

This text has black color on #4B2068 background.


White color preview on #4B2068 background

This text has white color on #4B2068 background.


Related colors

Complementary color

Complementary color for #hex is #B4DF97.


I love getcolorcode.com

Triadic colors

1 #684B20 and #20684B with #4B2068 are triadic colors.

2 #68204B and #204B68 with #4B2068 are triadic colors.