COLOR #4B4D65

HEX: #4B4D65 RGB: (75,77,101)

Color info

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

RGB color model

#4B4D65 color RGB value is (75,77,101).

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

RGB channels and saturation

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

75
77
101

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

Portions of RGB colors in percentages

R + G + B = 75 + 77 + 101 = 253 (100%)
R 75 of 253 ~ 29.64%
G 77 of 253 ~ 30.43%
B 101 of 253 ~ 39.92'%

%29.64
%30.43
%39.92

CMYK color model

#4B4D65 color CMYK value is (26,24,0,60).

  • cyan value is 25.74%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (26,24,0,60)
C26M24Y0K60 (26%, 24%, 0%, 60%)
(0.26 / 0.24 / 0.00 / 0.60)

CMYK percentages

%25.74
%23.76
%0
%60.39

Codes

Color #4B4D65 in popluar color models

4B 4D 65
RGB 75 77 101
HSL 235° 14.77% 34.51%
HSB/HSV 235° 25.74% 39.61%
CMYK 25.74% 23.76% 0.00%
60.39%

Color #4B4D65 in popluar number systems.

HEX 4B 4D 65
Decimal 75 77 101
Binary 1001011 1001101 1100101
Octal 113 115 145

Shades and tints

Shades of #4B4D65

#4B4D65
(75,77,101)
#45465C
(69,70,92)
#3F3F53
(63,63,83)
#39384A
(57,56,74)
#333141
(51,49,65)
#2D2A38
(45,42,56)
#27232F
(39,35,47)
#211C26
(33,28,38)
#1B151D
(27,21,29)
#150E14
(21,14,20)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #4B4D65

#4B4D65
(75,77,101)
#5B5D73
(91,93,115)
#6B6D81
(107,109,129)
#7B7D8F
(123,125,143)
#8B8D9D
(139,141,157)
#9B9DAB
(155,157,171)
#ABADB9
(171,173,185)
#BBBDC7
(187,189,199)
#CBCDD5
(203,205,213)
#DBDDE3
(219,221,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D65; }

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

This text font color is #4B4D65.

Background Color

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

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

This div background color is #4B4D65.

Border color

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

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

This div border color is #4B4D65.

Opacity

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

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

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

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

This text has shadow with #4B4D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4D65.

Preview

Color preview on black background

This text has color #4B4D65 on black background.


Color preview on white background

This text has color #4B4D65 on white background.


Black color preview on #4B4D65 background

This text has black color on #4B4D65 background.


White color preview on #4B4D65 background

This text has white color on #4B4D65 background.


Related colors

Complementary color

Complementary color for #hex is #B4B29A.


I love getcolorcode.com

Triadic colors

1 #654B4D and #4D654B with #4B4D65 are triadic colors.

2 #654D4B and #4D4B65 with #4B4D65 are triadic colors.