COLOR #4A4E6C

HEX: #4A4E6C
RGB: (74,78,108)

Color info

#4A4E6C contains red, green and blue colors in about the same proportion. Web safe color of #4A4E6C is #336666 (or #366).

RGB color model

#4A4E6C color RGB value is (74,78,108).

  • red value is 74;
  • green value is 78;
  • blue value is 108.
RGB:
(74,78,108)
(29%,31%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 78 of 255 = 31%
B 108 of 255 = 42%

74
78
108

R + G + B ~ 34%. #4A4E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 78 + 108 = 260 (100%)
R 74 of 260 ~ 28.46%
G 78 of 260 ~ 30%
B 108 of 260 ~ 41.54%

%28.46
%30
%41.54

CMYK color model

#4A4E6C color CMYK value is (31,28,0,58).

  • cyan value is 31.48%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(31,28,0,58)
C31M28Y0K58 
(31%,28%,0%,58%)
(0.31/0.28/0.00/0.58)	

CMYK percentages

%31.48
%27.78
%0
%57.65

Codes

Color #4A4E6C in popluar color models

4A4E6C
RGB7478108
HSL233°18.68%35.69%
HSB/HSV233°31.48%42.35%
CMYK31.48%27.78%0.00%
57.65%

Color #4A4E6C in popluar number systems.

HEX4A4E6C
Decimal7478108
Binary100101010011101101100
Octal112116154

Shades and tints

Shades of #4A4E6C

#4A4E6C
(74,78,108)
#444763
(68,71,99)
#3E405A
(62,64,90)
#383951
(56,57,81)
#323248
(50,50,72)
#2C2B3F
(44,43,63)
#262436
(38,36,54)
#201D2D
(32,29,45)
#1A1624
(26,22,36)
#140F1B
(20,15,27)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #4A4E6C

#4A4E6C
(74,78,108)
#5A5E79
(90,94,121)
#6A6E86
(106,110,134)
#7A7E93
(122,126,147)
#8A8EA0
(138,142,160)
#9A9EAD
(154,158,173)
#AAAEBA
(170,174,186)
#BABEC7
(186,190,199)
#CACED4
(202,206,212)
#DADEE1
(218,222,225)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4E6C color. Also use rgb(74,78,108) instead hex code.

Text Font Color

.myTextColor { color: #4A4E6C; }

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

This text font color is #4A4E6C.


Background Color

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

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

This div background color is #4A4E6C.


Border color

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

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

This div border color is #4A4E6C.


Opacity

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

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

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

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

This text has shadow with #4A4E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4E6C on black background.


Color preview on white background

This text has color #4A4E6C on white background.



Black color preview on #4A4E6C background

This text has black color on #4A4E6C background.


White color preview on #4A4E6C background

This text has white color on #4A4E6C background.