COLOR #4A269C

HEX: #4A269C
RGB: (74,38,156)

Color info

#4A269C contains mainly blue color. Web safe color of #4A269C is #333399 (or #339).

RGB color model

#4A269C color RGB value is (74,38,156).

  • red value is 74;
  • green value is 38;
  • blue value is 156.
RGB:
(74,38,156)
(29%,15%,61%)

RGB channels and saturation

R 74 of 255 = 29%
G 38 of 255 = 15%
B 156 of 255 = 61%

74
38
156

R + G + B ~ 35%. #4A269C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 38 + 156 = 268 (100%)
R 74 of 268 ~ 27.61%
G 38 of 268 ~ 14.18%
B 156 of 268 ~ 58.21%

%27.61
%14.18
%58.21

CMYK color model

#4A269C color CMYK value is (53,76,0,39).

  • cyan value is 52.56%
  • magenta value is 75.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(53,76,0,39)
C53M76Y0K39 
(53%,76%,0%,39%)
(0.53/0.76/0.00/0.39)	

CMYK percentages

%52.56
%75.64
%0
%38.82

Codes

Color #4A269C in popluar color models

4A269C
RGB7438156
HSL258°60.82%38.04%
HSB/HSV258°75.64%61.18%
CMYK52.56%75.64%0.00%
38.82%

Color #4A269C in popluar number systems.

HEX4A269C
Decimal7438156
Binary100101010011010011100
Octal11246234

Shades and tints

Shades of #4A269C

#4A269C
(74,38,156)
#44238E
(68,35,142)
#3E2080
(62,32,128)
#381D72
(56,29,114)
#321A64
(50,26,100)
#2C1756
(44,23,86)
#261448
(38,20,72)
#20113A
(32,17,58)
#1A0E2C
(26,14,44)
#140B1E
(20,11,30)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #4A269C

#4A269C
(74,38,156)
#5A39A5
(90,57,165)
#6A4CAE
(106,76,174)
#7A5FB7
(122,95,183)
#8A72C0
(138,114,192)
#9A85C9
(154,133,201)
#AA98D2
(170,152,210)
#BAABDB
(186,171,219)
#CABEE4
(202,190,228)
#DAD1ED
(218,209,237)
#EAE4F6
(234,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A269C color. Also use rgb(74,38,156) instead hex code.

Text Font Color

.myTextColor { color: #4A269C; }

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

This text font color is #4A269C.


Background Color

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

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

This div background color is #4A269C.


Border color

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

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

This div border color is #4A269C.


Opacity

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

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

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

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

This text has shadow with #4A269C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A269C on black background.


Color preview on white background

This text has color #4A269C on white background.



Black color preview on #4A269C background

This text has black color on #4A269C background.


White color preview on #4A269C background

This text has white color on #4A269C background.