COLOR #4A034C

HEX: #4A034C
RGB: (74,3,76)

Color info

#4A034C contains mainly red and blue colors. Web safe color of #4A034C is #330033 (or #303).

RGB color model

#4A034C color RGB value is (74,3,76).

  • red value is 74;
  • green value is 3;
  • blue value is 76.
RGB:
(74,3,76)
(29%,1%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 3 of 255 = 1%
B 76 of 255 = 30%

74
3
76

R + G + B ~ 20%. #4A034C is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 3 + 76 = 153 (100%)
R 74 of 153 ~ 48.37%
G 3 of 153 ~ 1.96%
B 76 of 153 ~ 49.67%

%48.37
%49.67

CMYK color model

#4A034C color CMYK value is (3,96,0,70).

  • cyan value is 2.63%
  • magenta value is 96.05%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(3,96,0,70)
C3M96Y0K70 
(3%,96%,0%,70%)
(0.03/0.96/0.00/0.70)	

CMYK percentages

%2.63
%96.05
%0
%70.2

Codes

Color #4A034C in popluar color models

4A034C
RGB74376
HSL298°92.41%15.49%
HSB/HSV298°96.05%29.80%
CMYK2.63%96.05%0.00%
70.20%

Color #4A034C in popluar number systems.

HEX4A034C
Decimal74376
Binary1001010111001100
Octal1123114

Shades and tints

Shades of #4A034C

#4A034C
(74,3,76)
#440346
(68,3,70)
#3E0340
(62,3,64)
#38033A
(56,3,58)
#320334
(50,3,52)
#2C032E
(44,3,46)
#260328
(38,3,40)
#200322
(32,3,34)
#1A031C
(26,3,28)
#140316
(20,3,22)
#0E0310
(14,3,16)
#000000
(0,0,0)

Tints of #4A034C

#4A034C
(74,3,76)
#5A195C
(90,25,92)
#6A2F6C
(106,47,108)
#7A457C
(122,69,124)
#8A5B8C
(138,91,140)
#9A719C
(154,113,156)
#AA87AC
(170,135,172)
#BA9DBC
(186,157,188)
#CAB3CC
(202,179,204)
#DAC9DC
(218,201,220)
#EADFEC
(234,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A034C color. Also use rgb(74,3,76) instead hex code.

Text Font Color

.myTextColor { color: #4A034C; }

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

This text font color is #4A034C.


Background Color

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

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

This div background color is #4A034C.


Border color

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

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

This div border color is #4A034C.


Opacity

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

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

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

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

This text has shadow with #4A034C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A034C on black background.


Color preview on white background

This text has color #4A034C on white background.



Black color preview on #4A034C background

This text has black color on #4A034C background.


White color preview on #4A034C background

This text has white color on #4A034C background.