COLOR #4B2155

HEX: #4B2155
RGB: (75,33,85)

Color info

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

RGB color model

#4B2155 color RGB value is (75,33,85).

  • red value is 75;
  • green value is 33;
  • blue value is 85.
RGB:
(75,33,85)
(29%,13%,33%)

RGB channels and saturation

R 75 of 255 = 29%
G 33 of 255 = 13%
B 85 of 255 = 33%

75
33
85

R + G + B ~ 25%. #4B2155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 33 + 85 = 193 (100%)
R 75 of 193 ~ 38.86%
G 33 of 193 ~ 17.1%
B 85 of 193 ~ 44.04%

%38.86
%17.1
%44.04

CMYK color model

#4B2155 color CMYK value is (12,61,0,67).

  • cyan value is 11.76%
  • magenta value is 61.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(12,61,0,67)
C12M61Y0K67 
(12%,61%,0%,67%)
(0.12/0.61/0.00/0.67)	

CMYK percentages

%11.76
%61.18
%0
%66.67

Codes

Color #4B2155 in popluar color models

4B2155
RGB753385
HSL288°44.07%23.14%
HSB/HSV288°61.18%33.33%
CMYK11.76%61.18%0.00%
66.67%

Color #4B2155 in popluar number systems.

HEX4B2155
Decimal753385
Binary10010111000011010101
Octal11341125

Shades and tints

Shades of #4B2155

#4B2155
(75,33,85)
#451E4E
(69,30,78)
#3F1B47
(63,27,71)
#391840
(57,24,64)
#331539
(51,21,57)
#2D1232
(45,18,50)
#270F2B
(39,15,43)
#210C24
(33,12,36)
#1B091D
(27,9,29)
#150616
(21,6,22)
#0F030F
(15,3,15)
#000000
(0,0,0)

Tints of #4B2155

#4B2155
(75,33,85)
#5B3564
(91,53,100)
#6B4973
(107,73,115)
#7B5D82
(123,93,130)
#8B7191
(139,113,145)
#9B85A0
(155,133,160)
#AB99AF
(171,153,175)
#BBADBE
(187,173,190)
#CBC1CD
(203,193,205)
#DBD5DC
(219,213,220)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2155 color. Also use rgb(75,33,85) instead hex code.

Text Font Color

.myTextColor { color: #4B2155; }

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

This text font color is #4B2155.


Background Color

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

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

This div background color is #4B2155.


Border color

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

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

This div border color is #4B2155.


Opacity

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

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

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

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

This text has shadow with #4B2155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2155 on black background.


Color preview on white background

This text has color #4B2155 on white background.



Black color preview on #4B2155 background

This text has black color on #4B2155 background.


White color preview on #4B2155 background

This text has white color on #4B2155 background.