COLOR #4F4861

HEX: #4F4861 RGB: (79,72,97)

Color info

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

RGB color model

#4F4861 color RGB value is (79,72,97).

RGB: (79,72,97) (31%, 28%, 38%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 97 of 255 = 38%

79
72
97

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

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 97 = 248 (100%)
R 79 of 248 ~ 31.85%
G 72 of 248 ~ 29.03%
B 97 of 248 ~ 39.11'%

%31.85
%29.03
%39.11

CMYK color model

#4F4861 color CMYK value is (19,26,0,62).

  • cyan value is 18.56%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (19,26,0,62) C19M26Y0K62 (19%,26%,0%,62%) (0.19/0.26/0.00/0.62) 

CMYK percentages

%18.56
%25.77
%0
%61.96

Codes

Color #4F4861 in popluar color models

4F 48 61
RGB 79 72 97
HSL 257° 14.79% 33.14%
HSB/HSV 257° 25.77% 38.04%
CMYK 18.56% 25.77% 0.00%
61.96%

Color #4F4861 in popluar number systems.

HEX 4F 48 61
Decimal 79 72 97
Binary 1001111 1001000 1100001
Octal 117 110 141

Shades and tints

Shades of #4F4861

#4F4861
(79,72,97)
#484259
(72,66,89)
#413C51
(65,60,81)
#3A3649
(58,54,73)
#333041
(51,48,65)
#2C2A39
(44,42,57)
#252431
(37,36,49)
#1E1E29
(30,30,41)
#171821
(23,24,33)
#101219
(16,18,25)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #4F4861

#4F4861
(79,72,97)
#5F586F
(95,88,111)
#6F687D
(111,104,125)
#7F788B
(127,120,139)
#8F8899
(143,136,153)
#9F98A7
(159,152,167)
#AFA8B5
(175,168,181)
#BFB8C3
(191,184,195)
#CFC8D1
(207,200,209)
#DFD8DF
(223,216,223)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4861; }

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

This text font color is #4F4861.

Background Color

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

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

This div background color is #4F4861.

Border color

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

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

This div border color is #4F4861.

Opacity

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

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

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

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

This text has shadow with #4F4861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4861.

Preview

Color preview on black background

This text has color #4F4861 on black background.


Color preview on white background

This text has color #4F4861 on white background.


Black color preview on #4F4861 background

This text has black color on #4F4861 background.


White color preview on #4F4861 background

This text has white color on #4F4861 background.


Related colors

Complementary color

Complementary color for #hex is #B0B79E.


I love getcolorcode.com

Triadic colors

1 #614F48 and #48614F with #4F4861 are triadic colors.

2 #61484F and #484F61 with #4F4861 are triadic colors.