COLOR #4A304B

HEX: #4A304B
RGB: (74,48,75)

Color info

#4A304B contains red, green and blue colors in about the same proportion. Web safe color of #4A304B is #333333 (or #333).

RGB color model

#4A304B color RGB value is (74,48,75).

  • red value is 74;
  • green value is 48;
  • blue value is 75.
RGB:
(74,48,75)
(29%,19%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 48 of 255 = 19%
B 75 of 255 = 29%

74
48
75

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

Portions of RGB colors in percentages

R + G + B =
74 + 48 + 75 = 197 (100%)
R 74 of 197 ~ 37.56%
G 48 of 197 ~ 24.37%
B 75 of 197 ~ 38.07%

%37.56
%24.37
%38.07

CMYK color model

#4A304B color CMYK value is (1,36,0,71).

  • cyan value is 1.33%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(1,36,0,71)
C1M36Y0K71 
(1%,36%,0%,71%)
(0.01/0.36/0.00/0.71)	

CMYK percentages

%1.33
%36
%0
%70.59

Codes

Color #4A304B in popluar color models

4A304B
RGB744875
HSL298°21.95%24.12%
HSB/HSV298°36.00%29.41%
CMYK1.33%36.00%0.00%
70.59%

Color #4A304B in popluar number systems.

HEX4A304B
Decimal744875
Binary10010101100001001011
Octal11260113

Shades and tints

Shades of #4A304B

#4A304B
(74,48,75)
#442C45
(68,44,69)
#3E283F
(62,40,63)
#382439
(56,36,57)
#322033
(50,32,51)
#2C1C2D
(44,28,45)
#261827
(38,24,39)
#201421
(32,20,33)
#1A101B
(26,16,27)
#140C15
(20,12,21)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #4A304B

#4A304B
(74,48,75)
#5A425B
(90,66,91)
#6A546B
(106,84,107)
#7A667B
(122,102,123)
#8A788B
(138,120,139)
#9A8A9B
(154,138,155)
#AA9CAB
(170,156,171)
#BAAEBB
(186,174,187)
#CAC0CB
(202,192,203)
#DAD2DB
(218,210,219)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A304B color. Also use rgb(74,48,75) instead hex code.

Text Font Color

.myTextColor { color: #4A304B; }

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

This text font color is #4A304B.


Background Color

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

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

This div background color is #4A304B.


Border color

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

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

This div border color is #4A304B.


Opacity

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

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

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

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

This text has shadow with #4A304B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A304B on black background.


Color preview on white background

This text has color #4A304B on white background.



Black color preview on #4A304B background

This text has black color on #4A304B background.


White color preview on #4A304B background

This text has white color on #4A304B background.