COLOR #4B486C

HEX: #4B486C
RGB: (75,72,108)

Color info

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

RGB color model

#4B486C color RGB value is (75,72,108).

  • red value is 75;
  • green value is 72;
  • blue value is 108.
RGB:
(75,72,108)
(29%,28%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 108 of 255 = 42%

75
72
108

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

Portions of RGB colors in percentages

R + G + B =
75 + 72 + 108 = 255 (100%)
R 75 of 255 ~ 29.41%
G 72 of 255 ~ 28.24%
B 108 of 255 ~ 42.35%

%29.41
%28.24
%42.35

CMYK color model

#4B486C color CMYK value is (31,33,0,58).

  • cyan value is 30.56%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(31,33,0,58)
C31M33Y0K58 
(31%,33%,0%,58%)
(0.31/0.33/0.00/0.58)	

CMYK percentages

%30.56
%33.33
%0
%57.65

Codes

Color #4B486C in popluar color models

4B486C
RGB7572108
HSL245°20.00%35.29%
HSB/HSV245°33.33%42.35%
CMYK30.56%33.33%0.00%
57.65%

Color #4B486C in popluar number systems.

HEX4B486C
Decimal7572108
Binary100101110010001101100
Octal113110154

Shades and tints

Shades of #4B486C

#4B486C
(75,72,108)
#454263
(69,66,99)
#3F3C5A
(63,60,90)
#393651
(57,54,81)
#333048
(51,48,72)
#2D2A3F
(45,42,63)
#272436
(39,36,54)
#211E2D
(33,30,45)
#1B1824
(27,24,36)
#15121B
(21,18,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #4B486C

#4B486C
(75,72,108)
#5B5879
(91,88,121)
#6B6886
(107,104,134)
#7B7893
(123,120,147)
#8B88A0
(139,136,160)
#9B98AD
(155,152,173)
#ABA8BA
(171,168,186)
#BBB8C7
(187,184,199)
#CBC8D4
(203,200,212)
#DBD8E1
(219,216,225)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B486C; }

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

This text font color is #4B486C.


Background Color

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

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

This div background color is #4B486C.


Border color

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

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

This div border color is #4B486C.


Opacity

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

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

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

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

This text has shadow with #4B486C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B486C on black background.


Color preview on white background

This text has color #4B486C on white background.



Black color preview on #4B486C background

This text has black color on #4B486C background.


White color preview on #4B486C background

This text has white color on #4B486C background.