COLOR #4B1972

HEX: #4B1972
RGB: (75,25,114)

Color info

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

RGB color model

#4B1972 color RGB value is (75,25,114).

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

RGB channels and saturation

R 75 of 255 = 29%
G 25 of 255 = 10%
B 114 of 255 = 45%

75
25
114

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

Portions of RGB colors in percentages

R + G + B =
75 + 25 + 114 = 214 (100%)
R 75 of 214 ~ 35.05%
G 25 of 214 ~ 11.68%
B 114 of 214 ~ 53.27%

%35.05
%11.68
%53.27

CMYK color model

#4B1972 color CMYK value is (34,78,0,55).

  • cyan value is 34.21%
  • magenta value is 78.07%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(34,78,0,55)
C34M78Y0K55 
(34%,78%,0%,55%)
(0.34/0.78/0.00/0.55)	

CMYK percentages

%34.21
%78.07
%0
%55.29

Codes

Color #4B1972 in popluar color models

4B1972
RGB7525114
HSL274°64.03%27.25%
HSB/HSV274°78.07%44.71%
CMYK34.21%78.07%0.00%
55.29%

Color #4B1972 in popluar number systems.

HEX4B1972
Decimal7525114
Binary1001011110011110010
Octal11331162

Shades and tints

Shades of #4B1972

#4B1972
(75,25,114)
#451768
(69,23,104)
#3F155E
(63,21,94)
#391354
(57,19,84)
#33114A
(51,17,74)
#2D0F40
(45,15,64)
#270D36
(39,13,54)
#210B2C
(33,11,44)
#1B0922
(27,9,34)
#150718
(21,7,24)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #4B1972

#4B1972
(75,25,114)
#5B2D7E
(91,45,126)
#6B418A
(107,65,138)
#7B5596
(123,85,150)
#8B69A2
(139,105,162)
#9B7DAE
(155,125,174)
#AB91BA
(171,145,186)
#BBA5C6
(187,165,198)
#CBB9D2
(203,185,210)
#DBCDDE
(219,205,222)
#EBE1EA
(235,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1972; }

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

This text font color is #4B1972.


Background Color

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

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

This div background color is #4B1972.


Border color

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

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

This div border color is #4B1972.


Opacity

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

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

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

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

This text has shadow with #4B1972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1972 on black background.


Color preview on white background

This text has color #4B1972 on white background.



Black color preview on #4B1972 background

This text has black color on #4B1972 background.


White color preview on #4B1972 background

This text has white color on #4B1972 background.