COLOR #4A4C5B

HEX: #4A4C5B
RGB: (74,76,91)

Color info

#4A4C5B contains red, green and blue colors in about the same proportion. Web safe color of #4A4C5B is #333366 (or #336).

RGB color model

#4A4C5B color RGB value is (74,76,91).

  • red value is 74;
  • green value is 76;
  • blue value is 91.
RGB:
(74,76,91)
(29%,30%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 76 of 255 = 30%
B 91 of 255 = 36%

74
76
91

R + G + B ~ 32%. #4A4C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 76 + 91 = 241 (100%)
R 74 of 241 ~ 30.71%
G 76 of 241 ~ 31.54%
B 91 of 241 ~ 37.76%

%30.71
%31.54
%37.76

CMYK color model

#4A4C5B color CMYK value is (19,16,0,64).

  • cyan value is 18.68%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(19,16,0,64)
C19M16Y0K64 
(19%,16%,0%,64%)
(0.19/0.16/0.00/0.64)	

CMYK percentages

%18.68
%16.48
%0
%64.31

Codes

Color #4A4C5B in popluar color models

4A4C5B
RGB747691
HSL233°10.30%32.35%
HSB/HSV233°18.68%35.69%
CMYK18.68%16.48%0.00%
64.31%

Color #4A4C5B in popluar number systems.

HEX4A4C5B
Decimal747691
Binary100101010011001011011
Octal112114133

Shades and tints

Shades of #4A4C5B

#4A4C5B
(74,76,91)
#444653
(68,70,83)
#3E404B
(62,64,75)
#383A43
(56,58,67)
#32343B
(50,52,59)
#2C2E33
(44,46,51)
#26282B
(38,40,43)
#202223
(32,34,35)
#1A1C1B
(26,28,27)
#141613
(20,22,19)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #4A4C5B

#4A4C5B
(74,76,91)
#5A5C69
(90,92,105)
#6A6C77
(106,108,119)
#7A7C85
(122,124,133)
#8A8C93
(138,140,147)
#9A9CA1
(154,156,161)
#AAACAF
(170,172,175)
#BABCBD
(186,188,189)
#CACCCB
(202,204,203)
#DADCD9
(218,220,217)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4C5B color. Also use rgb(74,76,91) instead hex code.

Text Font Color

.myTextColor { color: #4A4C5B; }

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

This text font color is #4A4C5B.


Background Color

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

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

This div background color is #4A4C5B.


Border color

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

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

This div border color is #4A4C5B.


Opacity

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

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

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

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

This text has shadow with #4A4C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4C5B on black background.


Color preview on white background

This text has color #4A4C5B on white background.



Black color preview on #4A4C5B background

This text has black color on #4A4C5B background.


White color preview on #4A4C5B background

This text has white color on #4A4C5B background.