COLOR #4E6F8F

HEX: #4E6F8F RGB: (78,111,143)

Color info

#4E6F8F contains mainly green and blue colors. Web safe color of #4E6F8F is #666699 (or #669).

RGB color model

#4E6F8F color RGB value is (78,111,143).

RGB: (78,111,143) (31%, 44%, 56%)

RGB channels and saturation

R 78 of 255 = 31%
G 111 of 255 = 44%
B 143 of 255 = 56%

78
111
143

R + G + B ~ 44%. #4E6F8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 111 + 143 = 332 (100%)
R 78 of 332 ~ 23.49%
G 111 of 332 ~ 33.43%
B 143 of 332 ~ 43.07'%

%23.49
%33.43
%43.07

CMYK color model

#4E6F8F color CMYK value is (45,22,0,44).

  • cyan value is 45.45%
  • magenta value is 22.38%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (45,22,0,44)
C45M22Y0K44 (45%, 22%, 0%, 44%)
(0.45 / 0.22 / 0.00 / 0.44)

CMYK percentages

%45.45
%22.38
%0
%43.92

Codes

Color #4E6F8F in popluar color models

4E 6F 8F
RGB 78 111 143
HSL 210° 29.41% 43.33%
HSB/HSV 210° 45.45% 56.08%
CMYK 45.45% 22.38% 0.00%
43.92%

Color #4E6F8F in popluar number systems.

HEX 4E 6F 8F
Decimal 78 111 143
Binary 1001110 1101111 10001111
Octal 116 157 217

Shades and tints

Shades of #4E6F8F

#4E6F8F
(78,111,143)
#476582
(71,101,130)
#405B75
(64,91,117)
#395168
(57,81,104)
#32475B
(50,71,91)
#2B3D4E
(43,61,78)
#243341
(36,51,65)
#1D2934
(29,41,52)
#161F27
(22,31,39)
#0F151A
(15,21,26)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E6F8F

#4E6F8F
(78,111,143)
#5E7C99
(94,124,153)
#6E89A3
(110,137,163)
#7E96AD
(126,150,173)
#8EA3B7
(142,163,183)
#9EB0C1
(158,176,193)
#AEBDCB
(174,189,203)
#BECAD5
(190,202,213)
#CED7DF
(206,215,223)
#DEE4E9
(222,228,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6F8F color. Also use rgb(78,111,143) instead hex code.

Text Font Color

.myTextColor { color: #4E6F8F; }

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

This text font color is #4E6F8F.

Background Color

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

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

This div background color is #4E6F8F.

Border color

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

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

This div border color is #4E6F8F.

Opacity

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

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

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

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

This text has shadow with #4E6F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6F8F.

Preview

Color preview on black background

This text has color #4E6F8F on black background.


Color preview on white background

This text has color #4E6F8F on white background.


Black color preview on #4E6F8F background

This text has black color on #4E6F8F background.


White color preview on #4E6F8F background

This text has white color on #4E6F8F background.


Related colors

Complementary color

Complementary color for #hex is #B19070.


I love getcolorcode.com

Triadic colors

1 #8F4E6F and #6F8F4E with #4E6F8F are triadic colors.

2 #8F6F4E and #6F4E8F with #4E6F8F are triadic colors.