COLOR #4A2B6A

HEX: #4A2B6A RGB: (74,43,106)

Color info

#4A2B6A contains mainly red and blue colors. Web safe color of #4A2B6A is #333366 (or #336).

RGB color model

#4A2B6A color RGB value is (74,43,106).

RGB: (74,43,106) (29%, 17%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 43 of 255 = 17%
B 106 of 255 = 42%

74
43
106

R + G + B ~ 29%. #4A2B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 43 + 106 = 223 (100%)
R 74 of 223 ~ 33.18%
G 43 of 223 ~ 19.28%
B 106 of 223 ~ 47.53'%

%33.18
%19.28
%47.53

CMYK color model

#4A2B6A color CMYK value is (30,59,0,58).

  • cyan value is 30.19%
  • magenta value is 59.43%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (30,59,0,58)
C30M59Y0K58 (30%, 59%, 0%, 58%)
(0.30 / 0.59 / 0.00 / 0.58)

CMYK percentages

%30.19
%59.43
%0
%58.43

Codes

Color #4A2B6A in popluar color models

4A 2B 6A
RGB 74 43 106
HSL 270° 42.28% 29.22%
HSB/HSV 270° 59.43% 41.57%
CMYK 30.19% 59.43% 0.00%
58.43%

Color #4A2B6A in popluar number systems.

HEX 4A 2B 6A
Decimal 74 43 106
Binary 1001010 101011 1101010
Octal 112 53 152

Shades and tints

Shades of #4A2B6A

#4A2B6A
(74,43,106)
#442861
(68,40,97)
#3E2558
(62,37,88)
#38224F
(56,34,79)
#321F46
(50,31,70)
#2C1C3D
(44,28,61)
#261934
(38,25,52)
#20162B
(32,22,43)
#1A1322
(26,19,34)
#141019
(20,16,25)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #4A2B6A

#4A2B6A
(74,43,106)
#5A3E77
(90,62,119)
#6A5184
(106,81,132)
#7A6491
(122,100,145)
#8A779E
(138,119,158)
#9A8AAB
(154,138,171)
#AA9DB8
(170,157,184)
#BAB0C5
(186,176,197)
#CAC3D2
(202,195,210)
#DAD6DF
(218,214,223)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2B6A; }

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

This text font color is #4A2B6A.

Background Color

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

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

This div background color is #4A2B6A.

Border color

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

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

This div border color is #4A2B6A.

Opacity

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

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

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

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

This text has shadow with #4A2B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2B6A.

Preview

Color preview on black background

This text has color #4A2B6A on black background.


Color preview on white background

This text has color #4A2B6A on white background.


Black color preview on #4A2B6A background

This text has black color on #4A2B6A background.


White color preview on #4A2B6A background

This text has white color on #4A2B6A background.


Related colors

Complementary color

Complementary color for #hex is #B5D495.


I love getcolorcode.com

Triadic colors

1 #6A4A2B and #2B6A4A with #4A2B6A are triadic colors.

2 #6A2B4A and #2B4A6A with #4A2B6A are triadic colors.