COLOR #4E6270

HEX: #4E6270 RGB: (78,98,112)

Color info

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

RGB color model

#4E6270 color RGB value is (78,98,112).

RGB: (78,98,112) (31%, 38%, 44%)

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 112 of 255 = 44%

78
98
112

R + G + B ~ 38%. #4E6270 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 98 + 112 = 288 (100%)
R 78 of 288 ~ 27.08%
G 98 of 288 ~ 34.03%
B 112 of 288 ~ 38.89'%

%27.08
%34.03
%38.89

CMYK color model

#4E6270 color CMYK value is (30,13,0,56).

  • cyan value is 30.36%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (30,13,0,56)
C30M13Y0K56 (30%, 13%, 0%, 56%)
(0.30 / 0.13 / 0.00 / 0.56)

CMYK percentages

%30.36
%12.5
%0
%56.08

Codes

Color #4E6270 in popluar color models

4E 62 70
RGB 78 98 112
HSL 205° 17.89% 37.25%
HSB/HSV 205° 30.36% 43.92%
CMYK 30.36% 12.50% 0.00%
56.08%

Color #4E6270 in popluar number systems.

HEX 4E 62 70
Decimal 78 98 112
Binary 1001110 1100010 1110000
Octal 116 142 160

Shades and tints

Shades of #4E6270

#4E6270
(78,98,112)
#475A66
(71,90,102)
#40525C
(64,82,92)
#394A52
(57,74,82)
#324248
(50,66,72)
#2B3A3E
(43,58,62)
#243234
(36,50,52)
#1D2A2A
(29,42,42)
#162220
(22,34,32)
#0F1A16
(15,26,22)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #4E6270

#4E6270
(78,98,112)
#5E707D
(94,112,125)
#6E7E8A
(110,126,138)
#7E8C97
(126,140,151)
#8E9AA4
(142,154,164)
#9EA8B1
(158,168,177)
#AEB6BE
(174,182,190)
#BEC4CB
(190,196,203)
#CED2D8
(206,210,216)
#DEE0E5
(222,224,229)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6270 color. Also use rgb(78,98,112) instead hex code.

Text Font Color

.myTextColor { color: #4E6270; }

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

This text font color is #4E6270.

Background Color

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

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

This div background color is #4E6270.

Border color

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

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

This div border color is #4E6270.

Opacity

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

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

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

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

This text has shadow with #4E6270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6270.

Preview

Color preview on black background

This text has color #4E6270 on black background.


Color preview on white background

This text has color #4E6270 on white background.


Black color preview on #4E6270 background

This text has black color on #4E6270 background.


White color preview on #4E6270 background

This text has white color on #4E6270 background.


Related colors

Complementary color

Complementary color for #hex is #B19D8F.


I love getcolorcode.com

Triadic colors

1 #704E62 and #62704E with #4E6270 are triadic colors.

2 #70624E and #624E70 with #4E6270 are triadic colors.