COLOR #4A4A5C

HEX: #4A4A5C
RGB: (74,74,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
74
92

R + G + B ~ 31%. #4A4A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 74 + 92 = 240 (100%)
R 74 of 240 ~ 30.83%
G 74 of 240 ~ 30.83%
B 92 of 240 ~ 38.33%

%30.83
%30.83
%38.33

CMYK color model

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

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

CMYK percentages

%19.57
%19.57
%0
%63.92

Codes

Color #4A4A5C in popluar color models

4A4A5C
RGB747492
HSL240°10.84%32.55%
HSB/HSV240°19.57%36.08%
CMYK19.57%19.57%0.00%
63.92%

Color #4A4A5C in popluar number systems.

HEX4A4A5C
Decimal747492
Binary100101010010101011100
Octal112112134

Shades and tints

Shades of #4A4A5C

#4A4A5C
(74,74,92)
#444454
(68,68,84)
#3E3E4C
(62,62,76)
#383844
(56,56,68)
#32323C
(50,50,60)
#2C2C34
(44,44,52)
#26262C
(38,38,44)
#202024
(32,32,36)
#1A1A1C
(26,26,28)
#141414
(20,20,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #4A4A5C

#4A4A5C
(74,74,92)
#5A5A6A
(90,90,106)
#6A6A78
(106,106,120)
#7A7A86
(122,122,134)
#8A8A94
(138,138,148)
#9A9AA2
(154,154,162)
#AAAAB0
(170,170,176)
#BABABE
(186,186,190)
#CACACC
(202,202,204)
#DADADA
(218,218,218)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4A5C; }

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

This text font color is #4A4A5C.


Background Color

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

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

This div background color is #4A4A5C.


Border color

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

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

This div border color is #4A4A5C.


Opacity

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

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

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

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

This text has shadow with #4A4A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4A5C on black background.


Color preview on white background

This text has color #4A4A5C on white background.



Black color preview on #4A4A5C background

This text has black color on #4A4A5C background.


White color preview on #4A4A5C background

This text has white color on #4A4A5C background.