COLOR #4A606E

HEX: #4A606E
RGB: (74,96,110)

Color info

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

RGB color model

#4A606E color RGB value is (74,96,110).

  • red value is 74;
  • green value is 96;
  • blue value is 110.
RGB:
(74,96,110)
(29%,38%,43%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 110 of 255 = 43%

74
96
110

R + G + B ~ 37%. #4A606E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 110 = 280 (100%)
R 74 of 280 ~ 26.43%
G 96 of 280 ~ 34.29%
B 110 of 280 ~ 39.29%

%26.43
%34.29
%39.29

CMYK color model

#4A606E color CMYK value is (33,13,0,57).

  • cyan value is 32.73%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(33,13,0,57)
C33M13Y0K57 
(33%,13%,0%,57%)
(0.33/0.13/0.00/0.57)	

CMYK percentages

%32.73
%12.73
%0
%56.86

Codes

Color #4A606E in popluar color models

4A606E
RGB7496110
HSL203°19.57%36.08%
HSB/HSV203°32.73%43.14%
CMYK32.73%12.73%0.00%
56.86%

Color #4A606E in popluar number systems.

HEX4A606E
Decimal7496110
Binary100101011000001101110
Octal112140156

Shades and tints

Shades of #4A606E

#4A606E
(74,96,110)
#445864
(68,88,100)
#3E505A
(62,80,90)
#384850
(56,72,80)
#324046
(50,64,70)
#2C383C
(44,56,60)
#263032
(38,48,50)
#202828
(32,40,40)
#1A201E
(26,32,30)
#141814
(20,24,20)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #4A606E

#4A606E
(74,96,110)
#5A6E7B
(90,110,123)
#6A7C88
(106,124,136)
#7A8A95
(122,138,149)
#8A98A2
(138,152,162)
#9AA6AF
(154,166,175)
#AAB4BC
(170,180,188)
#BAC2C9
(186,194,201)
#CAD0D6
(202,208,214)
#DADEE3
(218,222,227)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A606E color. Also use rgb(74,96,110) instead hex code.

Text Font Color

.myTextColor { color: #4A606E; }

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

This text font color is #4A606E.


Background Color

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

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

This div background color is #4A606E.


Border color

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

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

This div border color is #4A606E.


Opacity

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

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

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

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

This text has shadow with #4A606E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A606E on black background.


Color preview on white background

This text has color #4A606E on white background.



Black color preview on #4A606E background

This text has black color on #4A606E background.


White color preview on #4A606E background

This text has white color on #4A606E background.