COLOR #4B4A5F

HEX: #4B4A5F RGB: (75,74,95)

Color info

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

RGB color model

#4B4A5F color RGB value is (75,74,95).

RGB: (75,74,95) (29%, 29%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 74 of 255 = 29%
B 95 of 255 = 37%

75
74
95

R + G + B ~ 32%. #4B4A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 74 + 95 = 244 (100%)
R 75 of 244 ~ 30.74%
G 74 of 244 ~ 30.33%
B 95 of 244 ~ 38.93'%

%30.74
%30.33
%38.93

CMYK color model

#4B4A5F color CMYK value is (21,22,0,63).

  • cyan value is 21.05%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (21,22,0,63) C21M22Y0K63 (21%,22%,0%,63%) (0.21/0.22/0.00/0.63) 

CMYK percentages

%21.05
%22.11
%0
%62.75

Codes

Color #4B4A5F in popluar color models

4B 4A 5F
RGB 75 74 95
HSL 243° 12.43% 33.14%
HSB/HSV 243° 22.11% 37.25%
CMYK 21.05% 22.11% 0.00%
62.75%

Color #4B4A5F in popluar number systems.

HEX 4B 4A 5F
Decimal 75 74 95
Binary 1001011 1001010 1011111
Octal 113 112 137

Shades and tints

Shades of #4B4A5F

#4B4A5F
(75,74,95)
#454457
(69,68,87)
#3F3E4F
(63,62,79)
#393847
(57,56,71)
#33323F
(51,50,63)
#2D2C37
(45,44,55)
#27262F
(39,38,47)
#212027
(33,32,39)
#1B1A1F
(27,26,31)
#151417
(21,20,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #4B4A5F

#4B4A5F
(75,74,95)
#5B5A6D
(91,90,109)
#6B6A7B
(107,106,123)
#7B7A89
(123,122,137)
#8B8A97
(139,138,151)
#9B9AA5
(155,154,165)
#ABAAB3
(171,170,179)
#BBBAC1
(187,186,193)
#CBCACF
(203,202,207)
#DBDADD
(219,218,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4A5F; }

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

This text font color is #4B4A5F.

Background Color

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

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

This div background color is #4B4A5F.

Border color

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

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

This div border color is #4B4A5F.

Opacity

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

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

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

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

This text has shadow with #4B4A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4A5F.

Preview

Color preview on black background

This text has color #4B4A5F on black background.


Color preview on white background

This text has color #4B4A5F on white background.


Black color preview on #4B4A5F background

This text has black color on #4B4A5F background.


White color preview on #4B4A5F background

This text has white color on #4B4A5F background.


Related colors

Complementary color

Complementary color for #hex is #B4B5A0.


I love getcolorcode.com

Triadic colors

1 #5F4B4A and #4A5F4B with #4B4A5F are triadic colors.

2 #5F4A4B and #4A4B5F with #4B4A5F are triadic colors.