COLOR #4B325A

HEX: #4B325A RGB: (75,50,90)

Color info

#4B325A contains red, green and blue colors in about the same proportion. Web safe color of #4B325A is #333366 (or #336).

RGB color model

#4B325A color RGB value is (75,50,90).

RGB: (75,50,90) (29%, 20%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 90 of 255 = 35%

75
50
90

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

Portions of RGB colors in percentages

R + G + B = 75 + 50 + 90 = 215 (100%)
R 75 of 215 ~ 34.88%
G 50 of 215 ~ 23.26%
B 90 of 215 ~ 41.86'%

%34.88
%23.26
%41.86

CMYK color model

#4B325A color CMYK value is (17,44,0,65).

  • cyan value is 16.67%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (17,44,0,65)
C17M44Y0K65 (17%, 44%, 0%, 65%)
(0.17 / 0.44 / 0.00 / 0.65)

CMYK percentages

%16.67
%44.44
%0
%64.71

Codes

Color #4B325A in popluar color models

4B 32 5A
RGB 75 50 90
HSL 278° 28.57% 27.45%
HSB/HSV 278° 44.44% 35.29%
CMYK 16.67% 44.44% 0.00%
64.71%

Color #4B325A in popluar number systems.

HEX 4B 32 5A
Decimal 75 50 90
Binary 1001011 110010 1011010
Octal 113 62 132

Shades and tints

Shades of #4B325A

#4B325A
(75,50,90)
#452E52
(69,46,82)
#3F2A4A
(63,42,74)
#392642
(57,38,66)
#33223A
(51,34,58)
#2D1E32
(45,30,50)
#271A2A
(39,26,42)
#211622
(33,22,34)
#1B121A
(27,18,26)
#150E12
(21,14,18)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #4B325A

#4B325A
(75,50,90)
#5B4469
(91,68,105)
#6B5678
(107,86,120)
#7B6887
(123,104,135)
#8B7A96
(139,122,150)
#9B8CA5
(155,140,165)
#AB9EB4
(171,158,180)
#BBB0C3
(187,176,195)
#CBC2D2
(203,194,210)
#DBD4E1
(219,212,225)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B325A color. Also use rgb(75,50,90) instead hex code.

Text Font Color

.myTextColor { color: #4B325A; }

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

This text font color is #4B325A.

Background Color

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

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

This div background color is #4B325A.

Border color

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

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

This div border color is #4B325A.

Opacity

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

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

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

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

This text has shadow with #4B325A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B325A.

Preview

Color preview on black background

This text has color #4B325A on black background.


Color preview on white background

This text has color #4B325A on white background.


Black color preview on #4B325A background

This text has black color on #4B325A background.


White color preview on #4B325A background

This text has white color on #4B325A background.


Related colors

Complementary color

Complementary color for #hex is #B4CDA5.


I love getcolorcode.com

Triadic colors

1 #5A4B32 and #325A4B with #4B325A are triadic colors.

2 #5A324B and #324B5A with #4B325A are triadic colors.