COLOR #4F0749

HEX: #4F0749 RGB: (79,7,73)

Color info

#4F0749 contains mainly red and blue colors. Web safe color of #4F0749 is #660033 (or #603).

RGB color model

#4F0749 color RGB value is (79,7,73).

RGB: (79,7,73) (31%, 3%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 7 of 255 = 3%
B 73 of 255 = 29%

79
7
73

R + G + B ~ 21%. #4F0749 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 7 + 73 = 159 (100%)
R 79 of 159 ~ 49.69%
G 7 of 159 ~ 4.4%
B 73 of 159 ~ 45.91'%

%49.69
%45.91

CMYK color model

#4F0749 color CMYK value is (0,91,8,69).

  • cyan value is 0.00%
  • magenta value is 91.14%
  • yellow value is 7.59%
  • key color value is 69.02%

CMYK: (0,91,8,69)
C0M91Y8K69 (0%, 91%, 8%, 69%)
(0.00 / 0.91 / 0.08 / 0.69)

CMYK percentages

%0
%91.14
%7.59
%69.02

Codes

Color #4F0749 in popluar color models

4F 07 49
RGB 79 7 73
HSL 305° 83.72% 16.86%
HSB/HSV 305° 91.14% 30.98%
CMYK 0.00% 91.14% 7.59%
69.02%

Color #4F0749 in popluar number systems.

HEX 4F 07 49
Decimal 79 7 73
Binary 1001111 111 1001001
Octal 117 7 111

Shades and tints

Shades of #4F0749

#4F0749
(79,7,73)
#480743
(72,7,67)
#41073D
(65,7,61)
#3A0737
(58,7,55)
#330731
(51,7,49)
#2C072B
(44,7,43)
#250725
(37,7,37)
#1E071F
(30,7,31)
#170719
(23,7,25)
#100713
(16,7,19)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #4F0749

#4F0749
(79,7,73)
#5F1D59
(95,29,89)
#6F3369
(111,51,105)
#7F4979
(127,73,121)
#8F5F89
(143,95,137)
#9F7599
(159,117,153)
#AF8BA9
(175,139,169)
#BFA1B9
(191,161,185)
#CFB7C9
(207,183,201)
#DFCDD9
(223,205,217)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0749 color. Also use rgb(79,7,73) instead hex code.

Text Font Color

.myTextColor { color: #4F0749; }

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

This text font color is #4F0749.

Background Color

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

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

This div background color is #4F0749.

Border color

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

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

This div border color is #4F0749.

Opacity

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

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

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

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

This text has shadow with #4F0749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F0749.

Preview

Color preview on black background

This text has color #4F0749 on black background.


Color preview on white background

This text has color #4F0749 on white background.


Black color preview on #4F0749 background

This text has black color on #4F0749 background.


White color preview on #4F0749 background

This text has white color on #4F0749 background.


Related colors

Complementary color

Complementary color for #hex is #B0F8B6.


I love getcolorcode.com

Triadic colors

1 #494F07 and #07494F with #4F0749 are triadic colors.

2 #49074F and #074F49 with #4F0749 are triadic colors.