COLOR #4B636E

HEX: #4B636E
RGB: (75,99,110)

Color info

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

RGB color model

#4B636E color RGB value is (75,99,110).

  • red value is 75;
  • green value is 99;
  • blue value is 110.
RGB:
(75,99,110)
(29%,39%,43%)

RGB channels and saturation

R 75 of 255 = 29%
G 99 of 255 = 39%
B 110 of 255 = 43%

75
99
110

R + G + B ~ 37%. #4B636E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 99 + 110 = 284 (100%)
R 75 of 284 ~ 26.41%
G 99 of 284 ~ 34.86%
B 110 of 284 ~ 38.73%

%26.41
%34.86
%38.73

CMYK color model

#4B636E color CMYK value is (32,10,0,57).

  • cyan value is 31.82%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(32,10,0,57)
C32M10Y0K57 
(32%,10%,0%,57%)
(0.32/0.10/0.00/0.57)	

CMYK percentages

%31.82
%10
%0
%56.86

Codes

Color #4B636E in popluar color models

4B636E
RGB7599110
HSL199°18.92%36.27%
HSB/HSV199°31.82%43.14%
CMYK31.82%10.00%0.00%
56.86%

Color #4B636E in popluar number systems.

HEX4B636E
Decimal7599110
Binary100101111000111101110
Octal113143156

Shades and tints

Shades of #4B636E

#4B636E
(75,99,110)
#455A64
(69,90,100)
#3F515A
(63,81,90)
#394850
(57,72,80)
#333F46
(51,63,70)
#2D363C
(45,54,60)
#272D32
(39,45,50)
#212428
(33,36,40)
#1B1B1E
(27,27,30)
#151214
(21,18,20)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B636E

#4B636E
(75,99,110)
#5B717B
(91,113,123)
#6B7F88
(107,127,136)
#7B8D95
(123,141,149)
#8B9BA2
(139,155,162)
#9BA9AF
(155,169,175)
#ABB7BC
(171,183,188)
#BBC5C9
(187,197,201)
#CBD3D6
(203,211,214)
#DBE1E3
(219,225,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B636E; }

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

This text font color is #4B636E.


Background Color

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

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

This div background color is #4B636E.


Border color

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

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

This div border color is #4B636E.


Opacity

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

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

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

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

This text has shadow with #4B636E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B636E on black background.


Color preview on white background

This text has color #4B636E on white background.



Black color preview on #4B636E background

This text has black color on #4B636E background.


White color preview on #4B636E background

This text has white color on #4B636E background.