COLOR #4F437E

HEX: #4F437E RGB: (79,67,126)

Color info

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

RGB color model

#4F437E color RGB value is (79,67,126).

RGB: (79,67,126) (31%, 26%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 67 of 255 = 26%
B 126 of 255 = 49%

79
67
126

R + G + B ~ 35%. #4F437E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 67 + 126 = 272 (100%)
R 79 of 272 ~ 29.04%
G 67 of 272 ~ 24.63%
B 126 of 272 ~ 46.32'%

%29.04
%24.63
%46.32

CMYK color model

#4F437E color CMYK value is (37,47,0,51).

  • cyan value is 37.30%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (37,47,0,51) C37M47Y0K51 (37%,47%,0%,51%) (0.37/0.47/0.00/0.51) 

CMYK percentages

%37.3
%46.83
%0
%50.59

Codes

Color #4F437E in popluar color models

4F 43 7E
RGB 79 67 126
HSL 252° 30.57% 37.84%
HSB/HSV 252° 46.83% 49.41%
CMYK 37.30% 46.83% 0.00%
50.59%

Color #4F437E in popluar number systems.

HEX 4F 43 7E
Decimal 79 67 126
Binary 1001111 1000011 1111110
Octal 117 103 176

Shades and tints

Shades of #4F437E

#4F437E
(79,67,126)
#483D73
(72,61,115)
#413768
(65,55,104)
#3A315D
(58,49,93)
#332B52
(51,43,82)
#2C2547
(44,37,71)
#251F3C
(37,31,60)
#1E1931
(30,25,49)
#171326
(23,19,38)
#100D1B
(16,13,27)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #4F437E

#4F437E
(79,67,126)
#5F5489
(95,84,137)
#6F6594
(111,101,148)
#7F769F
(127,118,159)
#8F87AA
(143,135,170)
#9F98B5
(159,152,181)
#AFA9C0
(175,169,192)
#BFBACB
(191,186,203)
#CFCBD6
(207,203,214)
#DFDCE1
(223,220,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F437E color. Also use rgb(79,67,126) instead hex code.

Text Font Color

.myTextColor { color: #4F437E; }

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

This text font color is #4F437E.

Background Color

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

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

This div background color is #4F437E.

Border color

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

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

This div border color is #4F437E.

Opacity

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

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

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

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

This text has shadow with #4F437E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F437E.

Preview

Color preview on black background

This text has color #4F437E on black background.


Color preview on white background

This text has color #4F437E on white background.


Black color preview on #4F437E background

This text has black color on #4F437E background.


White color preview on #4F437E background

This text has white color on #4F437E background.


Related colors

Complementary color

Complementary color for #hex is #B0BC81.


I love getcolorcode.com

Triadic colors

1 #7E4F43 and #437E4F with #4F437E are triadic colors.

2 #7E434F and #434F7E with #4F437E are triadic colors.