COLOR #4B4263

HEX: #4B4263
RGB: (75,66,99)

Color info

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

RGB color model

#4B4263 color RGB value is (75,66,99).

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

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 99 of 255 = 39%

75
66
99

R + G + B ~ 31%. #4B4263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 66 + 99 = 240 (100%)
R 75 of 240 ~ 31.25%
G 66 of 240 ~ 27.5%
B 99 of 240 ~ 41.25%

%31.25
%27.5
%41.25

CMYK color model

#4B4263 color CMYK value is (24,33,0,61).

  • cyan value is 24.24%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(24,33,0,61)
C24M33Y0K61 
(24%,33%,0%,61%)
(0.24/0.33/0.00/0.61)	

CMYK percentages

%24.24
%33.33
%0
%61.18

Codes

Color #4B4263 in popluar color models

4B4263
RGB756699
HSL256°20.00%32.35%
HSB/HSV256°33.33%38.82%
CMYK24.24%33.33%0.00%
61.18%

Color #4B4263 in popluar number systems.

HEX4B4263
Decimal756699
Binary100101110000101100011
Octal113102143

Shades and tints

Shades of #4B4263

#4B4263
(75,66,99)
#453C5A
(69,60,90)
#3F3651
(63,54,81)
#393048
(57,48,72)
#332A3F
(51,42,63)
#2D2436
(45,36,54)
#271E2D
(39,30,45)
#211824
(33,24,36)
#1B121B
(27,18,27)
#150C12
(21,12,18)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #4B4263

#4B4263
(75,66,99)
#5B5371
(91,83,113)
#6B647F
(107,100,127)
#7B758D
(123,117,141)
#8B869B
(139,134,155)
#9B97A9
(155,151,169)
#ABA8B7
(171,168,183)
#BBB9C5
(187,185,197)
#CBCAD3
(203,202,211)
#DBDBE1
(219,219,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4263; }

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

This text font color is #4B4263.


Background Color

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

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

This div background color is #4B4263.


Border color

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

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

This div border color is #4B4263.


Opacity

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

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

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

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

This text has shadow with #4B4263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4263 on black background.


Color preview on white background

This text has color #4B4263 on white background.



Black color preview on #4B4263 background

This text has black color on #4B4263 background.


White color preview on #4B4263 background

This text has white color on #4B4263 background.