COLOR #4F4068

HEX: #4F4068 RGB: (79,64,104)

Color info

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

RGB color model

#4F4068 color RGB value is (79,64,104).

RGB: (79,64,104) (31%, 25%, 41%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 104 of 255 = 41%

79
64
104

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

Portions of RGB colors in percentages

R + G + B = 79 + 64 + 104 = 247 (100%)
R 79 of 247 ~ 31.98%
G 64 of 247 ~ 25.91%
B 104 of 247 ~ 42.11'%

%31.98
%25.91
%42.11

CMYK color model

#4F4068 color CMYK value is (24,38,0,59).

  • cyan value is 24.04%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (24,38,0,59)
C24M38Y0K59 (24%, 38%, 0%, 59%)
(0.24 / 0.38 / 0.00 / 0.59)

CMYK percentages

%24.04
%38.46
%0
%59.22

Codes

Color #4F4068 in popluar color models

4F 40 68
RGB 79 64 104
HSL 263° 23.81% 32.94%
HSB/HSV 263° 38.46% 40.78%
CMYK 24.04% 38.46% 0.00%
59.22%

Color #4F4068 in popluar number systems.

HEX 4F 40 68
Decimal 79 64 104
Binary 1001111 1000000 1101000
Octal 117 100 150

Shades and tints

Shades of #4F4068

#4F4068
(79,64,104)
#483B5F
(72,59,95)
#413656
(65,54,86)
#3A314D
(58,49,77)
#332C44
(51,44,68)
#2C273B
(44,39,59)
#252232
(37,34,50)
#1E1D29
(30,29,41)
#171820
(23,24,32)
#101317
(16,19,23)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #4F4068

#4F4068
(79,64,104)
#5F5175
(95,81,117)
#6F6282
(111,98,130)
#7F738F
(127,115,143)
#8F849C
(143,132,156)
#9F95A9
(159,149,169)
#AFA6B6
(175,166,182)
#BFB7C3
(191,183,195)
#CFC8D0
(207,200,208)
#DFD9DD
(223,217,221)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4068 color. Also use rgb(79,64,104) instead hex code.

Text Font Color

.myTextColor { color: #4F4068; }

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

This text font color is #4F4068.

Background Color

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

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

This div background color is #4F4068.

Border color

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

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

This div border color is #4F4068.

Opacity

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

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

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

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

This text has shadow with #4F4068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4068.

Preview

Color preview on black background

This text has color #4F4068 on black background.


Color preview on white background

This text has color #4F4068 on white background.


Black color preview on #4F4068 background

This text has black color on #4F4068 background.


White color preview on #4F4068 background

This text has white color on #4F4068 background.


Related colors

Complementary color

Complementary color for #hex is #B0BF97.


I love getcolorcode.com

Triadic colors

1 #684F40 and #40684F with #4F4068 are triadic colors.

2 #68404F and #404F68 with #4F4068 are triadic colors.