COLOR #4B4566

HEX: #4B4566 RGB: (75,69,102)

Color info

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

RGB color model

#4B4566 color RGB value is (75,69,102).

RGB: (75,69,102) (29%, 27%, 40%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 102 of 255 = 40%

75
69
102

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

Portions of RGB colors in percentages

R + G + B = 75 + 69 + 102 = 246 (100%)
R 75 of 246 ~ 30.49%
G 69 of 246 ~ 28.05%
B 102 of 246 ~ 41.46'%

%30.49
%28.05
%41.46

CMYK color model

#4B4566 color CMYK value is (26,32,0,60).

  • cyan value is 26.47%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (26,32,0,60)
C26M32Y0K60 (26%, 32%, 0%, 60%)
(0.26 / 0.32 / 0.00 / 0.60)

CMYK percentages

%26.47
%32.35
%0
%60

Codes

Color #4B4566 in popluar color models

4B 45 66
RGB 75 69 102
HSL 251° 19.30% 33.53%
HSB/HSV 251° 32.35% 40.00%
CMYK 26.47% 32.35% 0.00%
60.00%

Color #4B4566 in popluar number systems.

HEX 4B 45 66
Decimal 75 69 102
Binary 1001011 1000101 1100110
Octal 113 105 146

Shades and tints

Shades of #4B4566

#4B4566
(75,69,102)
#453F5D
(69,63,93)
#3F3954
(63,57,84)
#39334B
(57,51,75)
#332D42
(51,45,66)
#2D2739
(45,39,57)
#272130
(39,33,48)
#211B27
(33,27,39)
#1B151E
(27,21,30)
#150F15
(21,15,21)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #4B4566

#4B4566
(75,69,102)
#5B5573
(91,85,115)
#6B6580
(107,101,128)
#7B758D
(123,117,141)
#8B859A
(139,133,154)
#9B95A7
(155,149,167)
#ABA5B4
(171,165,180)
#BBB5C1
(187,181,193)
#CBC5CE
(203,197,206)
#DBD5DB
(219,213,219)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4566; }

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

This text font color is #4B4566.

Background Color

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

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

This div background color is #4B4566.

Border color

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

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

This div border color is #4B4566.

Opacity

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

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

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

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

This text has shadow with #4B4566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4566.

Preview

Color preview on black background

This text has color #4B4566 on black background.


Color preview on white background

This text has color #4B4566 on white background.


Black color preview on #4B4566 background

This text has black color on #4B4566 background.


White color preview on #4B4566 background

This text has white color on #4B4566 background.


Related colors

Complementary color

Complementary color for #hex is #B4BA99.


I love getcolorcode.com

Triadic colors

1 #664B45 and #45664B with #4B4566 are triadic colors.

2 #66454B and #454B66 with #4B4566 are triadic colors.