COLOR #4B1250

HEX: #4B1250
RGB: (75,18,80)

Color info

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

RGB color model

#4B1250 color RGB value is (75,18,80).

  • red value is 75;
  • green value is 18;
  • blue value is 80.
RGB:
(75,18,80)
(29%,7%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 18 of 255 = 7%
B 80 of 255 = 31%

75
18
80

R + G + B ~ 22%. #4B1250 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 18 + 80 = 173 (100%)
R 75 of 173 ~ 43.35%
G 18 of 173 ~ 10.4%
B 80 of 173 ~ 46.24%

%43.35
%10.4
%46.24

CMYK color model

#4B1250 color CMYK value is (6,78,0,69).

  • cyan value is 6.25%
  • magenta value is 77.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(6,78,0,69)
C6M78Y0K69 
(6%,78%,0%,69%)
(0.06/0.78/0.00/0.69)	

CMYK percentages

%6.25
%77.5
%0
%68.63

Codes

Color #4B1250 in popluar color models

4B1250
RGB751880
HSL295°63.27%19.22%
HSB/HSV295°77.50%31.37%
CMYK6.25%77.50%0.00%
68.63%

Color #4B1250 in popluar number systems.

HEX4B1250
Decimal751880
Binary1001011100101010000
Octal11322120

Shades and tints

Shades of #4B1250

#4B1250
(75,18,80)
#451149
(69,17,73)
#3F1042
(63,16,66)
#390F3B
(57,15,59)
#330E34
(51,14,52)
#2D0D2D
(45,13,45)
#270C26
(39,12,38)
#210B1F
(33,11,31)
#1B0A18
(27,10,24)
#150911
(21,9,17)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #4B1250

#4B1250
(75,18,80)
#5B275F
(91,39,95)
#6B3C6E
(107,60,110)
#7B517D
(123,81,125)
#8B668C
(139,102,140)
#9B7B9B
(155,123,155)
#AB90AA
(171,144,170)
#BBA5B9
(187,165,185)
#CBBAC8
(203,186,200)
#DBCFD7
(219,207,215)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1250 color. Also use rgb(75,18,80) instead hex code.

Text Font Color

.myTextColor { color: #4B1250; }

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

This text font color is #4B1250.


Background Color

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

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

This div background color is #4B1250.


Border color

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

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

This div border color is #4B1250.


Opacity

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

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

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

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

This text has shadow with #4B1250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1250 on black background.


Color preview on white background

This text has color #4B1250 on white background.



Black color preview on #4B1250 background

This text has black color on #4B1250 background.


White color preview on #4B1250 background

This text has white color on #4B1250 background.