COLOR #4A3462

HEX: #4A3462
RGB: (74,52,98)

Color info

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

RGB color model

#4A3462 color RGB value is (74,52,98).

  • red value is 74;
  • green value is 52;
  • blue value is 98.
RGB:
(74,52,98)
(29%,20%,38%)

RGB channels and saturation

R 74 of 255 = 29%
G 52 of 255 = 20%
B 98 of 255 = 38%

74
52
98

R + G + B ~ 29%. #4A3462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 52 + 98 = 224 (100%)
R 74 of 224 ~ 33.04%
G 52 of 224 ~ 23.21%
B 98 of 224 ~ 43.75%

%33.04
%23.21
%43.75

CMYK color model

#4A3462 color CMYK value is (24,47,0,62).

  • cyan value is 24.49%
  • magenta value is 46.94%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(24,47,0,62)
C24M47Y0K62 
(24%,47%,0%,62%)
(0.24/0.47/0.00/0.62)	

CMYK percentages

%24.49
%46.94
%0
%61.57

Codes

Color #4A3462 in popluar color models

4A3462
RGB745298
HSL269°30.67%29.41%
HSB/HSV269°46.94%38.43%
CMYK24.49%46.94%0.00%
61.57%

Color #4A3462 in popluar number systems.

HEX4A3462
Decimal745298
Binary10010101101001100010
Octal11264142

Shades and tints

Shades of #4A3462

#4A3462
(74,52,98)
#44305A
(68,48,90)
#3E2C52
(62,44,82)
#38284A
(56,40,74)
#322442
(50,36,66)
#2C203A
(44,32,58)
#261C32
(38,28,50)
#20182A
(32,24,42)
#1A1422
(26,20,34)
#14101A
(20,16,26)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #4A3462

#4A3462
(74,52,98)
#5A4670
(90,70,112)
#6A587E
(106,88,126)
#7A6A8C
(122,106,140)
#8A7C9A
(138,124,154)
#9A8EA8
(154,142,168)
#AAA0B6
(170,160,182)
#BAB2C4
(186,178,196)
#CAC4D2
(202,196,210)
#DAD6E0
(218,214,224)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3462 color. Also use rgb(74,52,98) instead hex code.

Text Font Color

.myTextColor { color: #4A3462; }

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

This text font color is #4A3462.


Background Color

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

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

This div background color is #4A3462.


Border color

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

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

This div border color is #4A3462.


Opacity

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

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

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

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

This text has shadow with #4A3462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3462 on black background.


Color preview on white background

This text has color #4A3462 on white background.



Black color preview on #4A3462 background

This text has black color on #4A3462 background.


White color preview on #4A3462 background

This text has white color on #4A3462 background.