COLOR #4B6C82

HEX: #4B6C82
RGB: (75,108,130)

Color info

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

RGB color model

#4B6C82 color RGB value is (75,108,130).

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

RGB channels and saturation

R 75 of 255 = 29%
G 108 of 255 = 42%
B 130 of 255 = 51%

75
108
130

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

Portions of RGB colors in percentages

R + G + B =
75 + 108 + 130 = 313 (100%)
R 75 of 313 ~ 23.96%
G 108 of 313 ~ 34.5%
B 130 of 313 ~ 41.53%

%23.96
%34.5
%41.53

CMYK color model

#4B6C82 color CMYK value is (42,17,0,49).

  • cyan value is 42.31%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(42,17,0,49)
C42M17Y0K49 
(42%,17%,0%,49%)
(0.42/0.17/0.00/0.49)	

CMYK percentages

%42.31
%16.92
%0
%49.02

Codes

Color #4B6C82 in popluar color models

4B6C82
RGB75108130
HSL204°26.83%40.20%
HSB/HSV204°42.31%50.98%
CMYK42.31%16.92%0.00%
49.02%

Color #4B6C82 in popluar number systems.

HEX4B6C82
Decimal75108130
Binary1001011110110010000010
Octal113154202

Shades and tints

Shades of #4B6C82

#4B6C82
(75,108,130)
#456377
(69,99,119)
#3F5A6C
(63,90,108)
#395161
(57,81,97)
#334856
(51,72,86)
#2D3F4B
(45,63,75)
#273640
(39,54,64)
#212D35
(33,45,53)
#1B242A
(27,36,42)
#151B1F
(21,27,31)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #4B6C82

#4B6C82
(75,108,130)
#5B798D
(91,121,141)
#6B8698
(107,134,152)
#7B93A3
(123,147,163)
#8BA0AE
(139,160,174)
#9BADB9
(155,173,185)
#ABBAC4
(171,186,196)
#BBC7CF
(187,199,207)
#CBD4DA
(203,212,218)
#DBE1E5
(219,225,229)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6C82; }

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

This text font color is #4B6C82.


Background Color

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

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

This div background color is #4B6C82.


Border color

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

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

This div border color is #4B6C82.


Opacity

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

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

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

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

This text has shadow with #4B6C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6C82 on black background.


Color preview on white background

This text has color #4B6C82 on white background.



Black color preview on #4B6C82 background

This text has black color on #4B6C82 background.


White color preview on #4B6C82 background

This text has white color on #4B6C82 background.