COLOR #4A2759

HEX: #4A2759 RGB: (74,39,89)

Color info

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

RGB color model

#4A2759 color RGB value is (74,39,89).

RGB: (74,39,89) (29%, 15%, 35%)

RGB channels and saturation

R 74 of 255 = 29%
G 39 of 255 = 15%
B 89 of 255 = 35%

74
39
89

R + G + B ~ 26%. #4A2759 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 39 + 89 = 202 (100%)
R 74 of 202 ~ 36.63%
G 39 of 202 ~ 19.31%
B 89 of 202 ~ 44.06'%

%36.63
%19.31
%44.06

CMYK color model

#4A2759 color CMYK value is (17,56,0,65).

  • cyan value is 16.85%
  • magenta value is 56.18%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (17,56,0,65)
C17M56Y0K65 (17%, 56%, 0%, 65%)
(0.17 / 0.56 / 0.00 / 0.65)

CMYK percentages

%16.85
%56.18
%0
%65.1

Codes

Color #4A2759 in popluar color models

4A 27 59
RGB 74 39 89
HSL 282° 39.06% 25.10%
HSB/HSV 282° 56.18% 34.90%
CMYK 16.85% 56.18% 0.00%
65.10%

Color #4A2759 in popluar number systems.

HEX 4A 27 59
Decimal 74 39 89
Binary 1001010 100111 1011001
Octal 112 47 131

Shades and tints

Shades of #4A2759

#4A2759
(74,39,89)
#442451
(68,36,81)
#3E2149
(62,33,73)
#381E41
(56,30,65)
#321B39
(50,27,57)
#2C1831
(44,24,49)
#261529
(38,21,41)
#201221
(32,18,33)
#1A0F19
(26,15,25)
#140C11
(20,12,17)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #4A2759

#4A2759
(74,39,89)
#5A3A68
(90,58,104)
#6A4D77
(106,77,119)
#7A6086
(122,96,134)
#8A7395
(138,115,149)
#9A86A4
(154,134,164)
#AA99B3
(170,153,179)
#BAACC2
(186,172,194)
#CABFD1
(202,191,209)
#DAD2E0
(218,210,224)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2759; }

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

This text font color is #4A2759.

Background Color

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

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

This div background color is #4A2759.

Border color

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

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

This div border color is #4A2759.

Opacity

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

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

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

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

This text has shadow with #4A2759 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2759.

Preview

Color preview on black background

This text has color #4A2759 on black background.


Color preview on white background

This text has color #4A2759 on white background.


Black color preview on #4A2759 background

This text has black color on #4A2759 background.


White color preview on #4A2759 background

This text has white color on #4A2759 background.


Related colors

Complementary color

Complementary color for #hex is #B5D8A6.


I love getcolorcode.com

Triadic colors

1 #594A27 and #27594A with #4A2759 are triadic colors.

2 #59274A and #274A59 with #4A2759 are triadic colors.