COLOR #4C0249

HEX: #4C0249
RGB: (76,2,73)

Color info

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

RGB color model

#4C0249 color RGB value is (76,2,73).

  • red value is 76;
  • green value is 2;
  • blue value is 73.
RGB:
(76,2,73)
(30%,1%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 2 of 255 = 1%
B 73 of 255 = 29%

76
2
73

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

Portions of RGB colors in percentages

R + G + B =
76 + 2 + 73 = 151 (100%)
R 76 of 151 ~ 50.33%
G 2 of 151 ~ 1.32%
B 73 of 151 ~ 48.34%

%50.33
%48.34

CMYK color model

#4C0249 color CMYK value is (0,97,4,70).

  • cyan value is 0.00%
  • magenta value is 97.37%
  • yellow value is 3.95%
  • key color value is 70.20%
CMYK:
(0,97,4,70)
C0M97Y4K70 
(0%,97%,4%,70%)
(0.00/0.97/0.04/0.70)	

CMYK percentages

%0
%97.37
%3.95
%70.2

Codes

Color #4C0249 in popluar color models

4C0249
RGB76273
HSL302°94.87%15.29%
HSB/HSV302°97.37%29.80%
CMYK0.00%97.37%3.95%
70.20%

Color #4C0249 in popluar number systems.

HEX4C0249
Decimal76273
Binary1001100101001001
Octal1142111

Shades and tints

Shades of #4C0249

#4C0249
(76,2,73)
#460243
(70,2,67)
#40023D
(64,2,61)
#3A0237
(58,2,55)
#340231
(52,2,49)
#2E022B
(46,2,43)
#280225
(40,2,37)
#22021F
(34,2,31)
#1C0219
(28,2,25)
#160213
(22,2,19)
#10020D
(16,2,13)
#000000
(0,0,0)

Tints of #4C0249

#4C0249
(76,2,73)
#5C1959
(92,25,89)
#6C3069
(108,48,105)
#7C4779
(124,71,121)
#8C5E89
(140,94,137)
#9C7599
(156,117,153)
#AC8CA9
(172,140,169)
#BCA3B9
(188,163,185)
#CCBAC9
(204,186,201)
#DCD1D9
(220,209,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0249 color. Also use rgb(76,2,73) instead hex code.

Text Font Color

.myTextColor { color: #4C0249; }

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

This text font color is #4C0249.


Background Color

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

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

This div background color is #4C0249.


Border color

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

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

This div border color is #4C0249.


Opacity

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

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

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

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

This text has shadow with #4C0249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0249 on black background.


Color preview on white background

This text has color #4C0249 on white background.



Black color preview on #4C0249 background

This text has black color on #4C0249 background.


White color preview on #4C0249 background

This text has white color on #4C0249 background.