COLOR #4F6875

HEX: #4F6875 RGB: (79,104,117)

Color info

#4F6875 contains red, green and blue colors in about the same proportion. Web safe color of #4F6875 is #666666 (or #666).

RGB color model

#4F6875 color RGB value is (79,104,117).

RGB: (79,104,117) (31%, 41%, 46%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 117 of 255 = 46%

79
104
117

R + G + B ~ 39%. #4F6875 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 104 + 117 = 300 (100%)
R 79 of 300 ~ 26.33%
G 104 of 300 ~ 34.67%
B 117 of 300 ~ 39'%

%26.33
%34.67
%39

CMYK color model

#4F6875 color CMYK value is (32,11,0,54).

  • cyan value is 32.48%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (32,11,0,54)
C32M11Y0K54 (32%, 11%, 0%, 54%)
(0.32 / 0.11 / 0.00 / 0.54)

CMYK percentages

%32.48
%11.11
%0
%54.12

Codes

Color #4F6875 in popluar color models

4F 68 75
RGB 79 104 117
HSL 201° 19.39% 38.43%
HSB/HSV 201° 32.48% 45.88%
CMYK 32.48% 11.11% 0.00%
54.12%

Color #4F6875 in popluar number systems.

HEX 4F 68 75
Decimal 79 104 117
Binary 1001111 1101000 1110101
Octal 117 150 165

Shades and tints

Shades of #4F6875

#4F6875
(79,104,117)
#485F6B
(72,95,107)
#415661
(65,86,97)
#3A4D57
(58,77,87)
#33444D
(51,68,77)
#2C3B43
(44,59,67)
#253239
(37,50,57)
#1E292F
(30,41,47)
#172025
(23,32,37)
#10171B
(16,23,27)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #4F6875

#4F6875
(79,104,117)
#5F7581
(95,117,129)
#6F828D
(111,130,141)
#7F8F99
(127,143,153)
#8F9CA5
(143,156,165)
#9FA9B1
(159,169,177)
#AFB6BD
(175,182,189)
#BFC3C9
(191,195,201)
#CFD0D5
(207,208,213)
#DFDDE1
(223,221,225)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6875; }

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

This text font color is #4F6875.

Background Color

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

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

This div background color is #4F6875.

Border color

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

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

This div border color is #4F6875.

Opacity

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

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

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

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

This text has shadow with #4F6875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6875.

Preview

Color preview on black background

This text has color #4F6875 on black background.


Color preview on white background

This text has color #4F6875 on white background.


Black color preview on #4F6875 background

This text has black color on #4F6875 background.


White color preview on #4F6875 background

This text has white color on #4F6875 background.


Related colors

Complementary color

Complementary color for #hex is #B0978A.


I love getcolorcode.com

Triadic colors

1 #754F68 and #68754F with #4F6875 are triadic colors.

2 #75684F and #684F75 with #4F6875 are triadic colors.