COLOR #4B4B65

HEX: #4B4B65
RGB: (75,75,101)

Color info

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

RGB color model

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

  • red value is 75;
  • green value is 75;
  • blue value is 101.
RGB:
(75,75,101)
(29%,29%,40%)

RGB channels and saturation

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

75
75
101

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

Portions of RGB colors in percentages

R + G + B =
75 + 75 + 101 = 251 (100%)
R 75 of 251 ~ 29.88%
G 75 of 251 ~ 29.88%
B 101 of 251 ~ 40.24%

%29.88
%29.88
%40.24

CMYK color model

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

  • cyan value is 25.74%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(26,26,0,60)
C26M26Y0K60 
(26%,26%,0%,60%)
(0.26/0.26/0.00/0.60)	

CMYK percentages

%25.74
%25.74
%0
%60.39

Codes

Color #4B4B65 in popluar color models

4B4B65
RGB7575101
HSL240°14.77%34.51%
HSB/HSV240°25.74%39.61%
CMYK25.74%25.74%0.00%
60.39%

Color #4B4B65 in popluar number systems.

HEX4B4B65
Decimal7575101
Binary100101110010111100101
Octal113113145

Shades and tints

Shades of #4B4B65

#4B4B65
(75,75,101)
#45455C
(69,69,92)
#3F3F53
(63,63,83)
#39394A
(57,57,74)
#333341
(51,51,65)
#2D2D38
(45,45,56)
#27272F
(39,39,47)
#212126
(33,33,38)
#1B1B1D
(27,27,29)
#151514
(21,21,20)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #4B4B65

#4B4B65
(75,75,101)
#5B5B73
(91,91,115)
#6B6B81
(107,107,129)
#7B7B8F
(123,123,143)
#8B8B9D
(139,139,157)
#9B9BAB
(155,155,171)
#ABABB9
(171,171,185)
#BBBBC7
(187,187,199)
#CBCBD5
(203,203,213)
#DBDBE3
(219,219,227)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4B65; }

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

This text font color is #4B4B65.


Background Color

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

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

This div background color is #4B4B65.


Border color

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

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

This div border color is #4B4B65.


Opacity

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

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

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

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

This text has shadow with #4B4B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4B65 on black background.


Color preview on white background

This text has color #4B4B65 on white background.



Black color preview on #4B4B65 background

This text has black color on #4B4B65 background.


White color preview on #4B4B65 background

This text has white color on #4B4B65 background.