COLOR #4A2755

HEX: #4A2755 RGB: (74,39,85)

Color info

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

RGB color model

#4A2755 color RGB value is (74,39,85).

RGB: (74,39,85) (29%, 15%, 33%)

RGB channels and saturation

R 74 of 255 = 29%
G 39 of 255 = 15%
B 85 of 255 = 33%

74
39
85

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

Portions of RGB colors in percentages

R + G + B = 74 + 39 + 85 = 198 (100%)
R 74 of 198 ~ 37.37%
G 39 of 198 ~ 19.7%
B 85 of 198 ~ 42.93'%

%37.37
%19.7
%42.93

CMYK color model

#4A2755 color CMYK value is (13,54,0,67).

  • cyan value is 12.94%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (13,54,0,67)
C13M54Y0K67 (13%, 54%, 0%, 67%)
(0.13 / 0.54 / 0.00 / 0.67)

CMYK percentages

%12.94
%54.12
%0
%66.67

Codes

Color #4A2755 in popluar color models

4A 27 55
RGB 74 39 85
HSL 286° 37.10% 24.31%
HSB/HSV 286° 54.12% 33.33%
CMYK 12.94% 54.12% 0.00%
66.67%

Color #4A2755 in popluar number systems.

HEX 4A 27 55
Decimal 74 39 85
Binary 1001010 100111 1010101
Octal 112 47 125

Shades and tints

Shades of #4A2755

#4A2755
(74,39,85)
#44244E
(68,36,78)
#3E2147
(62,33,71)
#381E40
(56,30,64)
#321B39
(50,27,57)
#2C1832
(44,24,50)
#26152B
(38,21,43)
#201224
(32,18,36)
#1A0F1D
(26,15,29)
#140C16
(20,12,22)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #4A2755

#4A2755
(74,39,85)
#5A3A64
(90,58,100)
#6A4D73
(106,77,115)
#7A6082
(122,96,130)
#8A7391
(138,115,145)
#9A86A0
(154,134,160)
#AA99AF
(170,153,175)
#BAACBE
(186,172,190)
#CABFCD
(202,191,205)
#DAD2DC
(218,210,220)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2755; }

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

This text font color is #4A2755.

Background Color

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

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

This div background color is #4A2755.

Border color

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

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

This div border color is #4A2755.

Opacity

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

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

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

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

This text has shadow with #4A2755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2755.

Preview

Color preview on black background

This text has color #4A2755 on black background.


Color preview on white background

This text has color #4A2755 on white background.


Black color preview on #4A2755 background

This text has black color on #4A2755 background.


White color preview on #4A2755 background

This text has white color on #4A2755 background.


Related colors

Complementary color

Complementary color for #hex is #B5D8AA.


I love getcolorcode.com

Triadic colors

1 #554A27 and #27554A with #4A2755 are triadic colors.

2 #55274A and #274A55 with #4A2755 are triadic colors.