COLOR #4B1C58

HEX: #4B1C58
RGB: (75,28,88)

Color info

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

RGB color model

#4B1C58 color RGB value is (75,28,88).

  • red value is 75;
  • green value is 28;
  • blue value is 88.
RGB:
(75,28,88)
(29%,11%,35%)

RGB channels and saturation

R 75 of 255 = 29%
G 28 of 255 = 11%
B 88 of 255 = 35%

75
28
88

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

Portions of RGB colors in percentages

R + G + B =
75 + 28 + 88 = 191 (100%)
R 75 of 191 ~ 39.27%
G 28 of 191 ~ 14.66%
B 88 of 191 ~ 46.07%

%39.27
%14.66
%46.07

CMYK color model

#4B1C58 color CMYK value is (15,68,0,65).

  • cyan value is 14.77%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(15,68,0,65)
C15M68Y0K65 
(15%,68%,0%,65%)
(0.15/0.68/0.00/0.65)	

CMYK percentages

%14.77
%68.18
%0
%65.49

Codes

Color #4B1C58 in popluar color models

4B1C58
RGB752888
HSL287°51.72%22.75%
HSB/HSV287°68.18%34.51%
CMYK14.77%68.18%0.00%
65.49%

Color #4B1C58 in popluar number systems.

HEX4B1C58
Decimal752888
Binary1001011111001011000
Octal11334130

Shades and tints

Shades of #4B1C58

#4B1C58
(75,28,88)
#451A50
(69,26,80)
#3F1848
(63,24,72)
#391640
(57,22,64)
#331438
(51,20,56)
#2D1230
(45,18,48)
#271028
(39,16,40)
#210E20
(33,14,32)
#1B0C18
(27,12,24)
#150A10
(21,10,16)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B1C58

#4B1C58
(75,28,88)
#5B3067
(91,48,103)
#6B4476
(107,68,118)
#7B5885
(123,88,133)
#8B6C94
(139,108,148)
#9B80A3
(155,128,163)
#AB94B2
(171,148,178)
#BBA8C1
(187,168,193)
#CBBCD0
(203,188,208)
#DBD0DF
(219,208,223)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1C58 color. Also use rgb(75,28,88) instead hex code.

Text Font Color

.myTextColor { color: #4B1C58; }

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

This text font color is #4B1C58.


Background Color

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

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

This div background color is #4B1C58.


Border color

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

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

This div border color is #4B1C58.


Opacity

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

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

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

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

This text has shadow with #4B1C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1C58 on black background.


Color preview on white background

This text has color #4B1C58 on white background.



Black color preview on #4B1C58 background

This text has black color on #4B1C58 background.


White color preview on #4B1C58 background

This text has white color on #4B1C58 background.