COLOR #4A555C

HEX: #4A555C
RGB: (74,85,92)

Color info

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

RGB color model

#4A555C color RGB value is (74,85,92).

  • red value is 74;
  • green value is 85;
  • blue value is 92.
RGB:
(74,85,92)
(29%,33%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 92 of 255 = 36%

74
85
92

R + G + B ~ 33%. #4A555C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 85 + 92 = 251 (100%)
R 74 of 251 ~ 29.48%
G 85 of 251 ~ 33.86%
B 92 of 251 ~ 36.65%

%29.48
%33.86
%36.65

CMYK color model

#4A555C color CMYK value is (20,8,0,64).

  • cyan value is 19.57%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(20,8,0,64)
C20M8Y0K64 
(20%,8%,0%,64%)
(0.20/0.08/0.00/0.64)	

CMYK percentages

%19.57
%7.61
%0
%63.92

Codes

Color #4A555C in popluar color models

4A555C
RGB748592
HSL203°10.84%32.55%
HSB/HSV203°19.57%36.08%
CMYK19.57%7.61%0.00%
63.92%

Color #4A555C in popluar number systems.

HEX4A555C
Decimal748592
Binary100101010101011011100
Octal112125134

Shades and tints

Shades of #4A555C

#4A555C
(74,85,92)
#444E54
(68,78,84)
#3E474C
(62,71,76)
#384044
(56,64,68)
#32393C
(50,57,60)
#2C3234
(44,50,52)
#262B2C
(38,43,44)
#202424
(32,36,36)
#1A1D1C
(26,29,28)
#141614
(20,22,20)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #4A555C

#4A555C
(74,85,92)
#5A646A
(90,100,106)
#6A7378
(106,115,120)
#7A8286
(122,130,134)
#8A9194
(138,145,148)
#9AA0A2
(154,160,162)
#AAAFB0
(170,175,176)
#BABEBE
(186,190,190)
#CACDCC
(202,205,204)
#DADCDA
(218,220,218)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A555C color. Also use rgb(74,85,92) instead hex code.

Text Font Color

.myTextColor { color: #4A555C; }

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

This text font color is #4A555C.


Background Color

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

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

This div background color is #4A555C.


Border color

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

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

This div border color is #4A555C.


Opacity

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

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

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

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

This text has shadow with #4A555C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A555C on black background.


Color preview on white background

This text has color #4A555C on white background.



Black color preview on #4A555C background

This text has black color on #4A555C background.


White color preview on #4A555C background

This text has white color on #4A555C background.