COLOR #4A254F

HEX: #4A254F RGB: (74,37,79)

Color info

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

RGB color model

#4A254F color RGB value is (74,37,79).

RGB: (74,37,79) (29%, 15%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 37 of 255 = 15%
B 79 of 255 = 31%

74
37
79

R + G + B ~ 25%. #4A254F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 37 + 79 = 190 (100%)
R 74 of 190 ~ 38.95%
G 37 of 190 ~ 19.47%
B 79 of 190 ~ 41.58'%

%38.95
%19.47
%41.58

CMYK color model

#4A254F color CMYK value is (6,53,0,69).

  • cyan value is 6.33%
  • magenta value is 53.16%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (6,53,0,69) C6M53Y0K69 (6%,53%,0%,69%) (0.06/0.53/0.00/0.69) 

CMYK percentages

%6.33
%53.16
%0
%69.02

Codes

Color #4A254F in popluar color models

4A 25 4F
RGB 74 37 79
HSL 293° 36.21% 22.75%
HSB/HSV 293° 53.16% 30.98%
CMYK 6.33% 53.16% 0.00%
69.02%

Color #4A254F in popluar number systems.

HEX 4A 25 4F
Decimal 74 37 79
Binary 1001010 100101 1001111
Octal 112 45 117

Shades and tints

Shades of #4A254F

#4A254F
(74,37,79)
#442248
(68,34,72)
#3E1F41
(62,31,65)
#381C3A
(56,28,58)
#321933
(50,25,51)
#2C162C
(44,22,44)
#261325
(38,19,37)
#20101E
(32,16,30)
#1A0D17
(26,13,23)
#140A10
(20,10,16)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #4A254F

#4A254F
(74,37,79)
#5A385F
(90,56,95)
#6A4B6F
(106,75,111)
#7A5E7F
(122,94,127)
#8A718F
(138,113,143)
#9A849F
(154,132,159)
#AA97AF
(170,151,175)
#BAAABF
(186,170,191)
#CABDCF
(202,189,207)
#DAD0DF
(218,208,223)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A254F; }

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

This text font color is #4A254F.

Background Color

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

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

This div background color is #4A254F.

Border color

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

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

This div border color is #4A254F.

Opacity

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

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

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

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

This text has shadow with #4A254F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A254F.

Preview

Color preview on black background

This text has color #4A254F on black background.


Color preview on white background

This text has color #4A254F on white background.


Black color preview on #4A254F background

This text has black color on #4A254F background.


White color preview on #4A254F background

This text has white color on #4A254F background.


Related colors

Complementary color

Complementary color for #hex is #B5DAB0.


I love getcolorcode.com

Triadic colors

1 #4F4A25 and #254F4A with #4A254F are triadic colors.

2 #4F254A and #254A4F with #4A254F are triadic colors.