COLOR #4F426D

HEX: #4F426D
RGB: (79,66,109)

Color info

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

RGB color model

#4F426D color RGB value is (79,66,109).

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

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 109 of 255 = 43%

79
66
109

R + G + B ~ 33%. #4F426D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 66 + 109 = 254 (100%)
R 79 of 254 ~ 31.1%
G 66 of 254 ~ 25.98%
B 109 of 254 ~ 42.91%

%31.1
%25.98
%42.91

CMYK color model

#4F426D color CMYK value is (28,39,0,57).

  • cyan value is 27.52%
  • magenta value is 39.45%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(28,39,0,57)
C28M39Y0K57 
(28%,39%,0%,57%)
(0.28/0.39/0.00/0.57)	

CMYK percentages

%27.52
%39.45
%0
%57.25

Codes

Color #4F426D in popluar color models

4F426D
RGB7966109
HSL258°24.57%34.31%
HSB/HSV258°39.45%42.75%
CMYK27.52%39.45%0.00%
57.25%

Color #4F426D in popluar number systems.

HEX4F426D
Decimal7966109
Binary100111110000101101101
Octal117102155

Shades and tints

Shades of #4F426D

#4F426D
(79,66,109)
#483C64
(72,60,100)
#41365B
(65,54,91)
#3A3052
(58,48,82)
#332A49
(51,42,73)
#2C2440
(44,36,64)
#251E37
(37,30,55)
#1E182E
(30,24,46)
#171225
(23,18,37)
#100C1C
(16,12,28)
#090613
(9,6,19)
#000000
(0,0,0)

Tints of #4F426D

#4F426D
(79,66,109)
#5F537A
(95,83,122)
#6F6487
(111,100,135)
#7F7594
(127,117,148)
#8F86A1
(143,134,161)
#9F97AE
(159,151,174)
#AFA8BB
(175,168,187)
#BFB9C8
(191,185,200)
#CFCAD5
(207,202,213)
#DFDBE2
(223,219,226)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F426D; }

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

This text font color is #4F426D.


Background Color

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

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

This div background color is #4F426D.


Border color

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

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

This div border color is #4F426D.


Opacity

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

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

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

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

This text has shadow with #4F426D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F426D on black background.


Color preview on white background

This text has color #4F426D on white background.



Black color preview on #4F426D background

This text has black color on #4F426D background.


White color preview on #4F426D background

This text has white color on #4F426D background.