COLOR #4A4B6A

HEX: #4A4B6A
RGB: (74,75,106)

Color info

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

RGB color model

#4A4B6A color RGB value is (74,75,106).

  • red value is 74;
  • green value is 75;
  • blue value is 106.
RGB:
(74,75,106)
(29%,29%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 75 of 255 = 29%
B 106 of 255 = 42%

74
75
106

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

Portions of RGB colors in percentages

R + G + B =
74 + 75 + 106 = 255 (100%)
R 74 of 255 ~ 29.02%
G 75 of 255 ~ 29.41%
B 106 of 255 ~ 41.57%

%29.02
%29.41
%41.57

CMYK color model

#4A4B6A color CMYK value is (30,29,0,58).

  • cyan value is 30.19%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(30,29,0,58)
C30M29Y0K58 
(30%,29%,0%,58%)
(0.30/0.29/0.00/0.58)	

CMYK percentages

%30.19
%29.25
%0
%58.43

Codes

Color #4A4B6A in popluar color models

4A4B6A
RGB7475106
HSL238°17.78%35.29%
HSB/HSV238°30.19%41.57%
CMYK30.19%29.25%0.00%
58.43%

Color #4A4B6A in popluar number systems.

HEX4A4B6A
Decimal7475106
Binary100101010010111101010
Octal112113152

Shades and tints

Shades of #4A4B6A

#4A4B6A
(74,75,106)
#444561
(68,69,97)
#3E3F58
(62,63,88)
#38394F
(56,57,79)
#323346
(50,51,70)
#2C2D3D
(44,45,61)
#262734
(38,39,52)
#20212B
(32,33,43)
#1A1B22
(26,27,34)
#141519
(20,21,25)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #4A4B6A

#4A4B6A
(74,75,106)
#5A5B77
(90,91,119)
#6A6B84
(106,107,132)
#7A7B91
(122,123,145)
#8A8B9E
(138,139,158)
#9A9BAB
(154,155,171)
#AAABB8
(170,171,184)
#BABBC5
(186,187,197)
#CACBD2
(202,203,210)
#DADBDF
(218,219,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4B6A; }

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

This text font color is #4A4B6A.


Background Color

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

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

This div background color is #4A4B6A.


Border color

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

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

This div border color is #4A4B6A.


Opacity

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

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

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

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

This text has shadow with #4A4B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4B6A on black background.


Color preview on white background

This text has color #4A4B6A on white background.



Black color preview on #4A4B6A background

This text has black color on #4A4B6A background.


White color preview on #4A4B6A background

This text has white color on #4A4B6A background.