COLOR #4B004B

HEX: #4B004B
RGB: (75,0,75)

Color info

#4B004B contains only red and blue colors. Web safe color of #4B004B is #330033 (or #303).

RGB color model

#4B004B color RGB value is (75,0,75).

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

RGB channels and saturation

R 75 of 255 = 29%
G 0 of 255 = 0%
B 75 of 255 = 29%

75
0
75

R + G + B ~ 19%. #4B004B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 0 + 75 = 150 (100%)
R 75 of 150 ~ 50%
G 0 of 150 ~ 0%
B 75 of 150 ~ 50%

%50
%50

CMYK color model

#4B004B color CMYK value is (0,100,0,71).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(0,100,0,71)
C0M100Y0K71 
(0%,100%,0%,71%)
(0.00/1.00/0.00/0.71)	

CMYK percentages

%0
%100
%0
%70.59

Codes

Color #4B004B in popluar color models

4B004B
RGB75075
HSL300°100.00%14.71%
HSB/HSV300°100.00%29.41%
CMYK0.00%100.00%0.00%
70.59%

Color #4B004B in popluar number systems.

HEX4B004B
Decimal75075
Binary100101101001011
Octal1130113

Shades and tints

Shades of #4B004B

#4B004B
(75,0,75)
#450045
(69,0,69)
#3F003F
(63,0,63)
#390039
(57,0,57)
#330033
(51,0,51)
#2D002D
(45,0,45)
#270027
(39,0,39)
#210021
(33,0,33)
#1B001B
(27,0,27)
#150015
(21,0,21)
#0F000F
(15,0,15)
#000000
(0,0,0)

Tints of #4B004B

#4B004B
(75,0,75)
#5B175B
(91,23,91)
#6B2E6B
(107,46,107)
#7B457B
(123,69,123)
#8B5C8B
(139,92,139)
#9B739B
(155,115,155)
#AB8AAB
(171,138,171)
#BBA1BB
(187,161,187)
#CBB8CB
(203,184,203)
#DBCFDB
(219,207,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B004B; }

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

This text font color is #4B004B.


Background Color

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

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

This div background color is #4B004B.


Border color

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

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

This div border color is #4B004B.


Opacity

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

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

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

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

This text has shadow with #4B004B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B004B on black background.


Color preview on white background

This text has color #4B004B on white background.



Black color preview on #4B004B background

This text has black color on #4B004B background.


White color preview on #4B004B background

This text has white color on #4B004B background.