COLOR #4B4D66

HEX: #4B4D66 RGB: (75,77,102)

Color info

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

RGB color model

#4B4D66 color RGB value is (75,77,102).

RGB: (75,77,102) (29%, 30%, 40%)

RGB channels and saturation

R 75 of 255 = 29%
G 77 of 255 = 30%
B 102 of 255 = 40%

75
77
102

R + G + B ~ 33%. #4B4D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 77 + 102 = 254 (100%)
R 75 of 254 ~ 29.53%
G 77 of 254 ~ 30.31%
B 102 of 254 ~ 40.16'%

%29.53
%30.31
%40.16

CMYK color model

#4B4D66 color CMYK value is (26,25,0,60).

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

CMYK: (26,25,0,60)
C26M25Y0K60 (26%, 25%, 0%, 60%)
(0.26 / 0.25 / 0.00 / 0.60)

CMYK percentages

%26.47
%24.51
%0
%60

Codes

Color #4B4D66 in popluar color models

4B 4D 66
RGB 75 77 102
HSL 236° 15.25% 34.71%
HSB/HSV 236° 26.47% 40.00%
CMYK 26.47% 24.51% 0.00%
60.00%

Color #4B4D66 in popluar number systems.

HEX 4B 4D 66
Decimal 75 77 102
Binary 1001011 1001101 1100110
Octal 113 115 146

Shades and tints

Shades of #4B4D66

#4B4D66
(75,77,102)
#45465D
(69,70,93)
#3F3F54
(63,63,84)
#39384B
(57,56,75)
#333142
(51,49,66)
#2D2A39
(45,42,57)
#272330
(39,35,48)
#211C27
(33,28,39)
#1B151E
(27,21,30)
#150E15
(21,14,21)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #4B4D66

#4B4D66
(75,77,102)
#5B5D73
(91,93,115)
#6B6D80
(107,109,128)
#7B7D8D
(123,125,141)
#8B8D9A
(139,141,154)
#9B9DA7
(155,157,167)
#ABADB4
(171,173,180)
#BBBDC1
(187,189,193)
#CBCDCE
(203,205,206)
#DBDDDB
(219,221,219)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D66; }

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

This text font color is #4B4D66.

Background Color

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

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

This div background color is #4B4D66.

Border color

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

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

This div border color is #4B4D66.

Opacity

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

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

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

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

This text has shadow with #4B4D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4D66.

Preview

Color preview on black background

This text has color #4B4D66 on black background.


Color preview on white background

This text has color #4B4D66 on white background.


Black color preview on #4B4D66 background

This text has black color on #4B4D66 background.


White color preview on #4B4D66 background

This text has white color on #4B4D66 background.


Related colors

Complementary color

Complementary color for #hex is #B4B299.


I love getcolorcode.com

Triadic colors

1 #664B4D and #4D664B with #4B4D66 are triadic colors.

2 #664D4B and #4D4B66 with #4B4D66 are triadic colors.