COLOR #4B2D6A

HEX: #4B2D6A RGB: (75,45,106)

Color info

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

RGB color model

#4B2D6A color RGB value is (75,45,106).

RGB: (75,45,106) (29%, 18%, 42%)

RGB channels and saturation

R 75 of 255 = 29%
G 45 of 255 = 18%
B 106 of 255 = 42%

75
45
106

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

Portions of RGB colors in percentages

R + G + B = 75 + 45 + 106 = 226 (100%)
R 75 of 226 ~ 33.19%
G 45 of 226 ~ 19.91%
B 106 of 226 ~ 46.9'%

%33.19
%19.91
%46.9

CMYK color model

#4B2D6A color CMYK value is (29,58,0,58).

  • cyan value is 29.25%
  • magenta value is 57.55%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (29,58,0,58)
C29M58Y0K58 (29%, 58%, 0%, 58%)
(0.29 / 0.58 / 0.00 / 0.58)

CMYK percentages

%29.25
%57.55
%0
%58.43

Codes

Color #4B2D6A in popluar color models

4B 2D 6A
RGB 75 45 106
HSL 270° 40.40% 29.61%
HSB/HSV 270° 57.55% 41.57%
CMYK 29.25% 57.55% 0.00%
58.43%

Color #4B2D6A in popluar number systems.

HEX 4B 2D 6A
Decimal 75 45 106
Binary 1001011 101101 1101010
Octal 113 55 152

Shades and tints

Shades of #4B2D6A

#4B2D6A
(75,45,106)
#452961
(69,41,97)
#3F2558
(63,37,88)
#39214F
(57,33,79)
#331D46
(51,29,70)
#2D193D
(45,25,61)
#271534
(39,21,52)
#21112B
(33,17,43)
#1B0D22
(27,13,34)
#150919
(21,9,25)
#0F0510
(15,5,16)
#000000
(0,0,0)

Tints of #4B2D6A

#4B2D6A
(75,45,106)
#5B4077
(91,64,119)
#6B5384
(107,83,132)
#7B6691
(123,102,145)
#8B799E
(139,121,158)
#9B8CAB
(155,140,171)
#AB9FB8
(171,159,184)
#BBB2C5
(187,178,197)
#CBC5D2
(203,197,210)
#DBD8DF
(219,216,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2D6A color. Also use rgb(75,45,106) instead hex code.

Text Font Color

.myTextColor { color: #4B2D6A; }

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

This text font color is #4B2D6A.

Background Color

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

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

This div background color is #4B2D6A.

Border color

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

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

This div border color is #4B2D6A.

Opacity

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

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

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

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

This text has shadow with #4B2D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B2D6A.

Preview

Color preview on black background

This text has color #4B2D6A on black background.


Color preview on white background

This text has color #4B2D6A on white background.


Black color preview on #4B2D6A background

This text has black color on #4B2D6A background.


White color preview on #4B2D6A background

This text has white color on #4B2D6A background.


Related colors

Complementary color

Complementary color for #hex is #B4D295.


I love getcolorcode.com

Triadic colors

1 #6A4B2D and #2D6A4B with #4B2D6A are triadic colors.

2 #6A2D4B and #2D4B6A with #4B2D6A are triadic colors.