COLOR #4B7582

HEX: #4B7582
RGB: (75,117,130)

Color info

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

RGB color model

#4B7582 color RGB value is (75,117,130).

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

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 130 of 255 = 51%

75
117
130

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 130 = 322 (100%)
R 75 of 322 ~ 23.29%
G 117 of 322 ~ 36.34%
B 130 of 322 ~ 40.37%

%23.29
%36.34
%40.37

CMYK color model

#4B7582 color CMYK value is (42,10,0,49).

  • cyan value is 42.31%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(42,10,0,49)
C42M10Y0K49 
(42%,10%,0%,49%)
(0.42/0.10/0.00/0.49)	

CMYK percentages

%42.31
%10
%0
%49.02

Codes

Color #4B7582 in popluar color models

4B7582
RGB75117130
HSL194°26.83%40.20%
HSB/HSV194°42.31%50.98%
CMYK42.31%10.00%0.00%
49.02%

Color #4B7582 in popluar number systems.

HEX4B7582
Decimal75117130
Binary1001011111010110000010
Octal113165202

Shades and tints

Shades of #4B7582

#4B7582
(75,117,130)
#456B77
(69,107,119)
#3F616C
(63,97,108)
#395761
(57,87,97)
#334D56
(51,77,86)
#2D434B
(45,67,75)
#273940
(39,57,64)
#212F35
(33,47,53)
#1B252A
(27,37,42)
#151B1F
(21,27,31)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #4B7582

#4B7582
(75,117,130)
#5B818D
(91,129,141)
#6B8D98
(107,141,152)
#7B99A3
(123,153,163)
#8BA5AE
(139,165,174)
#9BB1B9
(155,177,185)
#ABBDC4
(171,189,196)
#BBC9CF
(187,201,207)
#CBD5DA
(203,213,218)
#DBE1E5
(219,225,229)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7582; }

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

This text font color is #4B7582.


Background Color

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

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

This div background color is #4B7582.


Border color

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

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

This div border color is #4B7582.


Opacity

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

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

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

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

This text has shadow with #4B7582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7582 on black background.


Color preview on white background

This text has color #4B7582 on white background.



Black color preview on #4B7582 background

This text has black color on #4B7582 background.


White color preview on #4B7582 background

This text has white color on #4B7582 background.