COLOR #4B6881

HEX: #4B6881
RGB: (75,104,129)

Color info

#4B6881 contains red, green and blue colors in about the same proportion. Web safe color of #4B6881 is #336699 (or #369).

RGB color model

#4B6881 color RGB value is (75,104,129).

  • red value is 75;
  • green value is 104;
  • blue value is 129.
RGB:
(75,104,129)
(29%,41%,51%)

RGB channels and saturation

R 75 of 255 = 29%
G 104 of 255 = 41%
B 129 of 255 = 51%

75
104
129

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

Portions of RGB colors in percentages

R + G + B =
75 + 104 + 129 = 308 (100%)
R 75 of 308 ~ 24.35%
G 104 of 308 ~ 33.77%
B 129 of 308 ~ 41.88%

%24.35
%33.77
%41.88

CMYK color model

#4B6881 color CMYK value is (42,19,0,49).

  • cyan value is 41.86%
  • magenta value is 19.38%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(42,19,0,49)
C42M19Y0K49 
(42%,19%,0%,49%)
(0.42/0.19/0.00/0.49)	

CMYK percentages

%41.86
%19.38
%0
%49.41

Codes

Color #4B6881 in popluar color models

4B6881
RGB75104129
HSL208°26.47%40.00%
HSB/HSV208°41.86%50.59%
CMYK41.86%19.38%0.00%
49.41%

Color #4B6881 in popluar number systems.

HEX4B6881
Decimal75104129
Binary1001011110100010000001
Octal113150201

Shades and tints

Shades of #4B6881

#4B6881
(75,104,129)
#455F76
(69,95,118)
#3F566B
(63,86,107)
#394D60
(57,77,96)
#334455
(51,68,85)
#2D3B4A
(45,59,74)
#27323F
(39,50,63)
#212934
(33,41,52)
#1B2029
(27,32,41)
#15171E
(21,23,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #4B6881

#4B6881
(75,104,129)
#5B758C
(91,117,140)
#6B8297
(107,130,151)
#7B8FA2
(123,143,162)
#8B9CAD
(139,156,173)
#9BA9B8
(155,169,184)
#ABB6C3
(171,182,195)
#BBC3CE
(187,195,206)
#CBD0D9
(203,208,217)
#DBDDE4
(219,221,228)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6881 color. Also use rgb(75,104,129) instead hex code.

Text Font Color

.myTextColor { color: #4B6881; }

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

This text font color is #4B6881.


Background Color

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

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

This div background color is #4B6881.


Border color

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

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

This div border color is #4B6881.


Opacity

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

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

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

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

This text has shadow with #4B6881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6881 on black background.


Color preview on white background

This text has color #4B6881 on white background.



Black color preview on #4B6881 background

This text has black color on #4B6881 background.


White color preview on #4B6881 background

This text has white color on #4B6881 background.