COLOR #4B486E

HEX: #4B486E
RGB: (75,72,110)

Color info

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

RGB color model

#4B486E color RGB value is (75,72,110).

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

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 110 of 255 = 43%

75
72
110

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

Portions of RGB colors in percentages

R + G + B =
75 + 72 + 110 = 257 (100%)
R 75 of 257 ~ 29.18%
G 72 of 257 ~ 28.02%
B 110 of 257 ~ 42.8%

%29.18
%28.02
%42.8

CMYK color model

#4B486E color CMYK value is (32,35,0,57).

  • cyan value is 31.82%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(32,35,0,57)
C32M35Y0K57 
(32%,35%,0%,57%)
(0.32/0.35/0.00/0.57)	

CMYK percentages

%31.82
%34.55
%0
%56.86

Codes

Color #4B486E in popluar color models

4B486E
RGB7572110
HSL245°20.88%35.69%
HSB/HSV245°34.55%43.14%
CMYK31.82%34.55%0.00%
56.86%

Color #4B486E in popluar number systems.

HEX4B486E
Decimal7572110
Binary100101110010001101110
Octal113110156

Shades and tints

Shades of #4B486E

#4B486E
(75,72,110)
#454264
(69,66,100)
#3F3C5A
(63,60,90)
#393650
(57,54,80)
#333046
(51,48,70)
#2D2A3C
(45,42,60)
#272432
(39,36,50)
#211E28
(33,30,40)
#1B181E
(27,24,30)
#151214
(21,18,20)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #4B486E

#4B486E
(75,72,110)
#5B587B
(91,88,123)
#6B6888
(107,104,136)
#7B7895
(123,120,149)
#8B88A2
(139,136,162)
#9B98AF
(155,152,175)
#ABA8BC
(171,168,188)
#BBB8C9
(187,184,201)
#CBC8D6
(203,200,214)
#DBD8E3
(219,216,227)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B486E; }

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

This text font color is #4B486E.


Background Color

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

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

This div background color is #4B486E.


Border color

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

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

This div border color is #4B486E.


Opacity

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

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

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

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

This text has shadow with #4B486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B486E on black background.


Color preview on white background

This text has color #4B486E on white background.



Black color preview on #4B486E background

This text has black color on #4B486E background.


White color preview on #4B486E background

This text has white color on #4B486E background.