COLOR #4B6488

HEX: #4B6488
RGB: (75,100,136)

Color info

#4B6488 contains mainly green and blue colors. Web safe color of #4B6488 is #336699 (or #369).

RGB color model

#4B6488 color RGB value is (75,100,136).

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

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 136 of 255 = 53%

75
100
136

R + G + B ~ 40%. #4B6488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 136 = 311 (100%)
R 75 of 311 ~ 24.12%
G 100 of 311 ~ 32.15%
B 136 of 311 ~ 43.73%

%24.12
%32.15
%43.73

CMYK color model

#4B6488 color CMYK value is (45,26,0,47).

  • cyan value is 44.85%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(45,26,0,47)
C45M26Y0K47 
(45%,26%,0%,47%)
(0.45/0.26/0.00/0.47)	

CMYK percentages

%44.85
%26.47
%0
%46.67

Codes

Color #4B6488 in popluar color models

4B6488
RGB75100136
HSL215°28.91%41.37%
HSB/HSV215°44.85%53.33%
CMYK44.85%26.47%0.00%
46.67%

Color #4B6488 in popluar number systems.

HEX4B6488
Decimal75100136
Binary1001011110010010001000
Octal113144210

Shades and tints

Shades of #4B6488

#4B6488
(75,100,136)
#455B7C
(69,91,124)
#3F5270
(63,82,112)
#394964
(57,73,100)
#334058
(51,64,88)
#2D374C
(45,55,76)
#272E40
(39,46,64)
#212534
(33,37,52)
#1B1C28
(27,28,40)
#15131C
(21,19,28)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #4B6488

#4B6488
(75,100,136)
#5B7292
(91,114,146)
#6B809C
(107,128,156)
#7B8EA6
(123,142,166)
#8B9CB0
(139,156,176)
#9BAABA
(155,170,186)
#ABB8C4
(171,184,196)
#BBC6CE
(187,198,206)
#CBD4D8
(203,212,216)
#DBE2E2
(219,226,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6488; }

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

This text font color is #4B6488.


Background Color

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

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

This div background color is #4B6488.


Border color

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

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

This div border color is #4B6488.


Opacity

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

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

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

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

This text has shadow with #4B6488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6488 on black background.


Color preview on white background

This text has color #4B6488 on white background.



Black color preview on #4B6488 background

This text has black color on #4B6488 background.


White color preview on #4B6488 background

This text has white color on #4B6488 background.