COLOR #4B1959

HEX: #4B1959
RGB: (75,25,89)

Color info

#4B1959 contains mainly red and blue colors. Web safe color of #4B1959 is #330066 (or #306).

RGB color model

#4B1959 color RGB value is (75,25,89).

  • red value is 75;
  • green value is 25;
  • blue value is 89.
RGB:
(75,25,89)
(29%,10%,35%)

RGB channels and saturation

R 75 of 255 = 29%
G 25 of 255 = 10%
B 89 of 255 = 35%

75
25
89

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

Portions of RGB colors in percentages

R + G + B =
75 + 25 + 89 = 189 (100%)
R 75 of 189 ~ 39.68%
G 25 of 189 ~ 13.23%
B 89 of 189 ~ 47.09%

%39.68
%13.23
%47.09

CMYK color model

#4B1959 color CMYK value is (16,72,0,65).

  • cyan value is 15.73%
  • magenta value is 71.91%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(16,72,0,65)
C16M72Y0K65 
(16%,72%,0%,65%)
(0.16/0.72/0.00/0.65)	

CMYK percentages

%15.73
%71.91
%0
%65.1

Codes

Color #4B1959 in popluar color models

4B1959
RGB752589
HSL287°56.14%22.35%
HSB/HSV287°71.91%34.90%
CMYK15.73%71.91%0.00%
65.10%

Color #4B1959 in popluar number systems.

HEX4B1959
Decimal752589
Binary1001011110011011001
Octal11331131

Shades and tints

Shades of #4B1959

#4B1959
(75,25,89)
#451751
(69,23,81)
#3F1549
(63,21,73)
#391341
(57,19,65)
#331139
(51,17,57)
#2D0F31
(45,15,49)
#270D29
(39,13,41)
#210B21
(33,11,33)
#1B0919
(27,9,25)
#150711
(21,7,17)
#0F0509
(15,5,9)
#000000
(0,0,0)

Tints of #4B1959

#4B1959
(75,25,89)
#5B2D68
(91,45,104)
#6B4177
(107,65,119)
#7B5586
(123,85,134)
#8B6995
(139,105,149)
#9B7DA4
(155,125,164)
#AB91B3
(171,145,179)
#BBA5C2
(187,165,194)
#CBB9D1
(203,185,209)
#DBCDE0
(219,205,224)
#EBE1EF
(235,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1959 color. Also use rgb(75,25,89) instead hex code.

Text Font Color

.myTextColor { color: #4B1959; }

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

This text font color is #4B1959.


Background Color

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

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

This div background color is #4B1959.


Border color

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

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

This div border color is #4B1959.


Opacity

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

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

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

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

This text has shadow with #4B1959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1959 on black background.


Color preview on white background

This text has color #4B1959 on white background.



Black color preview on #4B1959 background

This text has black color on #4B1959 background.


White color preview on #4B1959 background

This text has white color on #4B1959 background.