COLOR #4B6468

HEX: #4B6468
RGB: (75,100,104)

Color info

#4B6468 contains red, green and blue colors in about the same proportion. Web safe color of #4B6468 is #336666 (or #366).

RGB color model

#4B6468 color RGB value is (75,100,104).

  • red value is 75;
  • green value is 100;
  • blue value is 104.
RGB:
(75,100,104)
(29%,39%,41%)

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 104 of 255 = 41%

75
100
104

R + G + B ~ 36%. #4B6468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 104 = 279 (100%)
R 75 of 279 ~ 26.88%
G 100 of 279 ~ 35.84%
B 104 of 279 ~ 37.28%

%26.88
%35.84
%37.28

CMYK color model

#4B6468 color CMYK value is (28,4,0,59).

  • cyan value is 27.88%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(28,4,0,59)
C28M4Y0K59 
(28%,4%,0%,59%)
(0.28/0.04/0.00/0.59)	

CMYK percentages

%27.88
%3.85
%0
%59.22

Codes

Color #4B6468 in popluar color models

4B6468
RGB75100104
HSL188°16.20%35.10%
HSB/HSV188°27.88%40.78%
CMYK27.88%3.85%0.00%
59.22%

Color #4B6468 in popluar number systems.

HEX4B6468
Decimal75100104
Binary100101111001001101000
Octal113144150

Shades and tints

Shades of #4B6468

#4B6468
(75,100,104)
#455B5F
(69,91,95)
#3F5256
(63,82,86)
#39494D
(57,73,77)
#334044
(51,64,68)
#2D373B
(45,55,59)
#272E32
(39,46,50)
#212529
(33,37,41)
#1B1C20
(27,28,32)
#151317
(21,19,23)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #4B6468

#4B6468
(75,100,104)
#5B7275
(91,114,117)
#6B8082
(107,128,130)
#7B8E8F
(123,142,143)
#8B9C9C
(139,156,156)
#9BAAA9
(155,170,169)
#ABB8B6
(171,184,182)
#BBC6C3
(187,198,195)
#CBD4D0
(203,212,208)
#DBE2DD
(219,226,221)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6468; }

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

This text font color is #4B6468.


Background Color

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

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

This div background color is #4B6468.


Border color

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

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

This div border color is #4B6468.


Opacity

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

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

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

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

This text has shadow with #4B6468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6468 on black background.


Color preview on white background

This text has color #4B6468 on white background.



Black color preview on #4B6468 background

This text has black color on #4B6468 background.


White color preview on #4B6468 background

This text has white color on #4B6468 background.