COLOR #4B4564

HEX: #4B4564 RGB: (75,69,100)

Color info

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

RGB color model

#4B4564 color RGB value is (75,69,100).

RGB: (75,69,100) (29%, 27%, 39%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 100 of 255 = 39%

75
69
100

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

Portions of RGB colors in percentages

R + G + B = 75 + 69 + 100 = 244 (100%)
R 75 of 244 ~ 30.74%
G 69 of 244 ~ 28.28%
B 100 of 244 ~ 40.98'%

%30.74
%28.28
%40.98

CMYK color model

#4B4564 color CMYK value is (25,31,0,61).

  • cyan value is 25.00%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (25,31,0,61)
C25M31Y0K61 (25%, 31%, 0%, 61%)
(0.25 / 0.31 / 0.00 / 0.61)

CMYK percentages

%25
%31
%0
%60.78

Codes

Color #4B4564 in popluar color models

4B 45 64
RGB 75 69 100
HSL 252° 18.34% 33.14%
HSB/HSV 252° 31.00% 39.22%
CMYK 25.00% 31.00% 0.00%
60.78%

Color #4B4564 in popluar number systems.

HEX 4B 45 64
Decimal 75 69 100
Binary 1001011 1000101 1100100
Octal 113 105 144

Shades and tints

Shades of #4B4564

#4B4564
(75,69,100)
#453F5B
(69,63,91)
#3F3952
(63,57,82)
#393349
(57,51,73)
#332D40
(51,45,64)
#2D2737
(45,39,55)
#27212E
(39,33,46)
#211B25
(33,27,37)
#1B151C
(27,21,28)
#150F13
(21,15,19)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B4564

#4B4564
(75,69,100)
#5B5572
(91,85,114)
#6B6580
(107,101,128)
#7B758E
(123,117,142)
#8B859C
(139,133,156)
#9B95AA
(155,149,170)
#ABA5B8
(171,165,184)
#BBB5C6
(187,181,198)
#CBC5D4
(203,197,212)
#DBD5E2
(219,213,226)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4564 color. Also use rgb(75,69,100) instead hex code.

Text Font Color

.myTextColor { color: #4B4564; }

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

This text font color is #4B4564.

Background Color

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

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

This div background color is #4B4564.

Border color

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

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

This div border color is #4B4564.

Opacity

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

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

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

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

This text has shadow with #4B4564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4564.

Preview

Color preview on black background

This text has color #4B4564 on black background.


Color preview on white background

This text has color #4B4564 on white background.


Black color preview on #4B4564 background

This text has black color on #4B4564 background.


White color preview on #4B4564 background

This text has white color on #4B4564 background.


Related colors

Complementary color

Complementary color for #hex is #B4BA9B.


I love getcolorcode.com

Triadic colors

1 #644B45 and #45644B with #4B4564 are triadic colors.

2 #64454B and #454B64 with #4B4564 are triadic colors.