COLOR #4A546B

HEX: #4A546B
RGB: (74,84,107)

Color info

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

RGB color model

#4A546B color RGB value is (74,84,107).

  • red value is 74;
  • green value is 84;
  • blue value is 107.
RGB:
(74,84,107)
(29%,33%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 107 of 255 = 42%

74
84
107

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 107 = 265 (100%)
R 74 of 265 ~ 27.92%
G 84 of 265 ~ 31.7%
B 107 of 265 ~ 40.38%

%27.92
%31.7
%40.38

CMYK color model

#4A546B color CMYK value is (31,21,0,58).

  • cyan value is 30.84%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(31,21,0,58)
C31M21Y0K58 
(31%,21%,0%,58%)
(0.31/0.21/0.00/0.58)	

CMYK percentages

%30.84
%21.5
%0
%58.04

Codes

Color #4A546B in popluar color models

4A546B
RGB7484107
HSL222°18.23%35.49%
HSB/HSV222°30.84%41.96%
CMYK30.84%21.50%0.00%
58.04%

Color #4A546B in popluar number systems.

HEX4A546B
Decimal7484107
Binary100101010101001101011
Octal112124153

Shades and tints

Shades of #4A546B

#4A546B
(74,84,107)
#444D62
(68,77,98)
#3E4659
(62,70,89)
#383F50
(56,63,80)
#323847
(50,56,71)
#2C313E
(44,49,62)
#262A35
(38,42,53)
#20232C
(32,35,44)
#1A1C23
(26,28,35)
#14151A
(20,21,26)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #4A546B

#4A546B
(74,84,107)
#5A6378
(90,99,120)
#6A7285
(106,114,133)
#7A8192
(122,129,146)
#8A909F
(138,144,159)
#9A9FAC
(154,159,172)
#AAAEB9
(170,174,185)
#BABDC6
(186,189,198)
#CACCD3
(202,204,211)
#DADBE0
(218,219,224)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A546B color. Also use rgb(74,84,107) instead hex code.

Text Font Color

.myTextColor { color: #4A546B; }

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

This text font color is #4A546B.


Background Color

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

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

This div background color is #4A546B.


Border color

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

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

This div border color is #4A546B.


Opacity

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

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

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

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

This text has shadow with #4A546B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A546B on black background.


Color preview on white background

This text has color #4A546B on white background.



Black color preview on #4A546B background

This text has black color on #4A546B background.


White color preview on #4A546B background

This text has white color on #4A546B background.