COLOR #4F4261

HEX: #4F4261
RGB: (79,66,97)

Color info

#4F4261 contains red, green and blue colors in about the same proportion. Web safe color of #4F4261 is #663366 (or #636).

RGB color model

#4F4261 color RGB value is (79,66,97).

  • red value is 79;
  • green value is 66;
  • blue value is 97.
RGB:
(79,66,97)
(31%,26%,38%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 97 of 255 = 38%

79
66
97

R + G + B ~ 32%. #4F4261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 66 + 97 = 242 (100%)
R 79 of 242 ~ 32.64%
G 66 of 242 ~ 27.27%
B 97 of 242 ~ 40.08%

%32.64
%27.27
%40.08

CMYK color model

#4F4261 color CMYK value is (19,32,0,62).

  • cyan value is 18.56%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(19,32,0,62)
C19M32Y0K62 
(19%,32%,0%,62%)
(0.19/0.32/0.00/0.62)	

CMYK percentages

%18.56
%31.96
%0
%61.96

Codes

Color #4F4261 in popluar color models

4F4261
RGB796697
HSL265°19.02%31.96%
HSB/HSV265°31.96%38.04%
CMYK18.56%31.96%0.00%
61.96%

Color #4F4261 in popluar number systems.

HEX4F4261
Decimal796697
Binary100111110000101100001
Octal117102141

Shades and tints

Shades of #4F4261

#4F4261
(79,66,97)
#483C59
(72,60,89)
#413651
(65,54,81)
#3A3049
(58,48,73)
#332A41
(51,42,65)
#2C2439
(44,36,57)
#251E31
(37,30,49)
#1E1829
(30,24,41)
#171221
(23,18,33)
#100C19
(16,12,25)
#090611
(9,6,17)
#000000
(0,0,0)

Tints of #4F4261

#4F4261
(79,66,97)
#5F536F
(95,83,111)
#6F647D
(111,100,125)
#7F758B
(127,117,139)
#8F8699
(143,134,153)
#9F97A7
(159,151,167)
#AFA8B5
(175,168,181)
#BFB9C3
(191,185,195)
#CFCAD1
(207,202,209)
#DFDBDF
(223,219,223)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4261 color. Also use rgb(79,66,97) instead hex code.

Text Font Color

.myTextColor { color: #4F4261; }

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

This text font color is #4F4261.


Background Color

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

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

This div background color is #4F4261.


Border color

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

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

This div border color is #4F4261.


Opacity

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

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

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

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

This text has shadow with #4F4261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4261 on black background.


Color preview on white background

This text has color #4F4261 on white background.



Black color preview on #4F4261 background

This text has black color on #4F4261 background.


White color preview on #4F4261 background

This text has white color on #4F4261 background.