COLOR #4A4F70

HEX: #4A4F70
RGB: (74,79,112)

Color info

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

RGB color model

#4A4F70 color RGB value is (74,79,112).

  • red value is 74;
  • green value is 79;
  • blue value is 112.
RGB:
(74,79,112)
(29%,31%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 79 of 255 = 31%
B 112 of 255 = 44%

74
79
112

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

Portions of RGB colors in percentages

R + G + B =
74 + 79 + 112 = 265 (100%)
R 74 of 265 ~ 27.92%
G 79 of 265 ~ 29.81%
B 112 of 265 ~ 42.26%

%27.92
%29.81
%42.26

CMYK color model

#4A4F70 color CMYK value is (34,29,0,56).

  • cyan value is 33.93%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(34,29,0,56)
C34M29Y0K56 
(34%,29%,0%,56%)
(0.34/0.29/0.00/0.56)	

CMYK percentages

%33.93
%29.46
%0
%56.08

Codes

Color #4A4F70 in popluar color models

4A4F70
RGB7479112
HSL232°20.43%36.47%
HSB/HSV232°33.93%43.92%
CMYK33.93%29.46%0.00%
56.08%

Color #4A4F70 in popluar number systems.

HEX4A4F70
Decimal7479112
Binary100101010011111110000
Octal112117160

Shades and tints

Shades of #4A4F70

#4A4F70
(74,79,112)
#444866
(68,72,102)
#3E415C
(62,65,92)
#383A52
(56,58,82)
#323348
(50,51,72)
#2C2C3E
(44,44,62)
#262534
(38,37,52)
#201E2A
(32,30,42)
#1A1720
(26,23,32)
#141016
(20,16,22)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A4F70

#4A4F70
(74,79,112)
#5A5F7D
(90,95,125)
#6A6F8A
(106,111,138)
#7A7F97
(122,127,151)
#8A8FA4
(138,143,164)
#9A9FB1
(154,159,177)
#AAAFBE
(170,175,190)
#BABFCB
(186,191,203)
#CACFD8
(202,207,216)
#DADFE5
(218,223,229)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4F70 color. Also use rgb(74,79,112) instead hex code.

Text Font Color

.myTextColor { color: #4A4F70; }

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

This text font color is #4A4F70.


Background Color

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

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

This div background color is #4A4F70.


Border color

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

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

This div border color is #4A4F70.


Opacity

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

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

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

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

This text has shadow with #4A4F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4F70 on black background.


Color preview on white background

This text has color #4A4F70 on white background.



Black color preview on #4A4F70 background

This text has black color on #4A4F70 background.


White color preview on #4A4F70 background

This text has white color on #4A4F70 background.