COLOR #4B7482

HEX: #4B7482
RGB: (75,116,130)

Color info

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

RGB color model

#4B7482 color RGB value is (75,116,130).

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

RGB channels and saturation

R 75 of 255 = 29%
G 116 of 255 = 45%
B 130 of 255 = 51%

75
116
130

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

Portions of RGB colors in percentages

R + G + B =
75 + 116 + 130 = 321 (100%)
R 75 of 321 ~ 23.36%
G 116 of 321 ~ 36.14%
B 130 of 321 ~ 40.5%

%23.36
%36.14
%40.5

CMYK color model

#4B7482 color CMYK value is (42,11,0,49).

  • cyan value is 42.31%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(42,11,0,49)
C42M11Y0K49 
(42%,11%,0%,49%)
(0.42/0.11/0.00/0.49)	

CMYK percentages

%42.31
%10.77
%0
%49.02

Codes

Color #4B7482 in popluar color models

4B7482
RGB75116130
HSL195°26.83%40.20%
HSB/HSV195°42.31%50.98%
CMYK42.31%10.77%0.00%
49.02%

Color #4B7482 in popluar number systems.

HEX4B7482
Decimal75116130
Binary1001011111010010000010
Octal113164202

Shades and tints

Shades of #4B7482

#4B7482
(75,116,130)
#456A77
(69,106,119)
#3F606C
(63,96,108)
#395661
(57,86,97)
#334C56
(51,76,86)
#2D424B
(45,66,75)
#273840
(39,56,64)
#212E35
(33,46,53)
#1B242A
(27,36,42)
#151A1F
(21,26,31)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #4B7482

#4B7482
(75,116,130)
#5B808D
(91,128,141)
#6B8C98
(107,140,152)
#7B98A3
(123,152,163)
#8BA4AE
(139,164,174)
#9BB0B9
(155,176,185)
#ABBCC4
(171,188,196)
#BBC8CF
(187,200,207)
#CBD4DA
(203,212,218)
#DBE0E5
(219,224,229)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7482; }

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

This text font color is #4B7482.


Background Color

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

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

This div background color is #4B7482.


Border color

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

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

This div border color is #4B7482.


Opacity

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

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

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

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

This text has shadow with #4B7482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7482 on black background.


Color preview on white background

This text has color #4B7482 on white background.



Black color preview on #4B7482 background

This text has black color on #4B7482 background.


White color preview on #4B7482 background

This text has white color on #4B7482 background.