COLOR #4F6674

HEX: #4F6674 RGB: (79,102,116)

Color info

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

RGB color model

#4F6674 color RGB value is (79,102,116).

RGB: (79,102,116) (31%, 40%, 45%)

RGB channels and saturation

R 79 of 255 = 31%
G 102 of 255 = 40%
B 116 of 255 = 45%

79
102
116

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

Portions of RGB colors in percentages

R + G + B = 79 + 102 + 116 = 297 (100%)
R 79 of 297 ~ 26.6%
G 102 of 297 ~ 34.34%
B 116 of 297 ~ 39.06'%

%26.6
%34.34
%39.06

CMYK color model

#4F6674 color CMYK value is (32,12,0,55).

  • cyan value is 31.90%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (32,12,0,55)
C32M12Y0K55 (32%, 12%, 0%, 55%)
(0.32 / 0.12 / 0.00 / 0.55)

CMYK percentages

%31.9
%12.07
%0
%54.51

Codes

Color #4F6674 in popluar color models

4F 66 74
RGB 79 102 116
HSL 203° 18.97% 38.24%
HSB/HSV 203° 31.90% 45.49%
CMYK 31.90% 12.07% 0.00%
54.51%

Color #4F6674 in popluar number systems.

HEX 4F 66 74
Decimal 79 102 116
Binary 1001111 1100110 1110100
Octal 117 146 164

Shades and tints

Shades of #4F6674

#4F6674
(79,102,116)
#485D6A
(72,93,106)
#415460
(65,84,96)
#3A4B56
(58,75,86)
#33424C
(51,66,76)
#2C3942
(44,57,66)
#253038
(37,48,56)
#1E272E
(30,39,46)
#171E24
(23,30,36)
#10151A
(16,21,26)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #4F6674

#4F6674
(79,102,116)
#5F7380
(95,115,128)
#6F808C
(111,128,140)
#7F8D98
(127,141,152)
#8F9AA4
(143,154,164)
#9FA7B0
(159,167,176)
#AFB4BC
(175,180,188)
#BFC1C8
(191,193,200)
#CFCED4
(207,206,212)
#DFDBE0
(223,219,224)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6674 color. Also use rgb(79,102,116) instead hex code.

Text Font Color

.myTextColor { color: #4F6674; }

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

This text font color is #4F6674.

Background Color

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

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

This div background color is #4F6674.

Border color

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

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

This div border color is #4F6674.

Opacity

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

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

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

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

This text has shadow with #4F6674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6674.

Preview

Color preview on black background

This text has color #4F6674 on black background.


Color preview on white background

This text has color #4F6674 on white background.


Black color preview on #4F6674 background

This text has black color on #4F6674 background.


White color preview on #4F6674 background

This text has white color on #4F6674 background.


Related colors

Complementary color

Complementary color for #hex is #B0998B.


I love getcolorcode.com

Triadic colors

1 #744F66 and #66744F with #4F6674 are triadic colors.

2 #74664F and #664F74 with #4F6674 are triadic colors.