COLOR #4B034F

HEX: #4B034F
RGB: (75,3,79)

Color info

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

RGB color model

#4B034F color RGB value is (75,3,79).

  • red value is 75;
  • green value is 3;
  • blue value is 79.
RGB:
(75,3,79)
(29%,1%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 3 of 255 = 1%
B 79 of 255 = 31%

75
3
79

R + G + B ~ 20%. #4B034F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 3 + 79 = 157 (100%)
R 75 of 157 ~ 47.77%
G 3 of 157 ~ 1.91%
B 79 of 157 ~ 50.32%

%47.77
%50.32

CMYK color model

#4B034F color CMYK value is (5,96,0,69).

  • cyan value is 5.06%
  • magenta value is 96.20%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,96,0,69)
C5M96Y0K69 
(5%,96%,0%,69%)
(0.05/0.96/0.00/0.69)	

CMYK percentages

%5.06
%96.2
%0
%69.02

Codes

Color #4B034F in popluar color models

4B034F
RGB75379
HSL297°92.68%16.08%
HSB/HSV297°96.20%30.98%
CMYK5.06%96.20%0.00%
69.02%

Color #4B034F in popluar number systems.

HEX4B034F
Decimal75379
Binary1001011111001111
Octal1133117

Shades and tints

Shades of #4B034F

#4B034F
(75,3,79)
#450348
(69,3,72)
#3F0341
(63,3,65)
#39033A
(57,3,58)
#330333
(51,3,51)
#2D032C
(45,3,44)
#270325
(39,3,37)
#21031E
(33,3,30)
#1B0317
(27,3,23)
#150310
(21,3,16)
#0F0309
(15,3,9)
#000000
(0,0,0)

Tints of #4B034F

#4B034F
(75,3,79)
#5B195F
(91,25,95)
#6B2F6F
(107,47,111)
#7B457F
(123,69,127)
#8B5B8F
(139,91,143)
#9B719F
(155,113,159)
#AB87AF
(171,135,175)
#BB9DBF
(187,157,191)
#CBB3CF
(203,179,207)
#DBC9DF
(219,201,223)
#EBDFEF
(235,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B034F; }

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

This text font color is #4B034F.


Background Color

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

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

This div background color is #4B034F.


Border color

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

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

This div border color is #4B034F.


Opacity

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

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

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

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

This text has shadow with #4B034F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B034F on black background.


Color preview on white background

This text has color #4B034F on white background.



Black color preview on #4B034F background

This text has black color on #4B034F background.


White color preview on #4B034F background

This text has white color on #4B034F background.