COLOR #4B82AC

HEX: #4B82AC
RGB: (75,130,172)

Color info

#4B82AC contains mainly green and blue colors. Web safe color of #4B82AC is #339999 (or #399).

RGB color model

#4B82AC color RGB value is (75,130,172).

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

RGB channels and saturation

R 75 of 255 = 29%
G 130 of 255 = 51%
B 172 of 255 = 67%

75
130
172

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

Portions of RGB colors in percentages

R + G + B =
75 + 130 + 172 = 377 (100%)
R 75 of 377 ~ 19.89%
G 130 of 377 ~ 34.48%
B 172 of 377 ~ 45.62%

%19.89
%34.48
%45.62

CMYK color model

#4B82AC color CMYK value is (56,24,0,33).

  • cyan value is 56.40%
  • magenta value is 24.42%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(56,24,0,33)
C56M24Y0K33 
(56%,24%,0%,33%)
(0.56/0.24/0.00/0.33)	

CMYK percentages

%56.4
%24.42
%0
%32.55

Codes

Color #4B82AC in popluar color models

4B82AC
RGB75130172
HSL206°39.27%48.43%
HSB/HSV206°56.40%67.45%
CMYK56.40%24.42%0.00%
32.55%

Color #4B82AC in popluar number systems.

HEX4B82AC
Decimal75130172
Binary10010111000001010101100
Octal113202254

Shades and tints

Shades of #4B82AC

#4B82AC
(75,130,172)
#45779D
(69,119,157)
#3F6C8E
(63,108,142)
#39617F
(57,97,127)
#335670
(51,86,112)
#2D4B61
(45,75,97)
#274052
(39,64,82)
#213543
(33,53,67)
#1B2A34
(27,42,52)
#151F25
(21,31,37)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #4B82AC

#4B82AC
(75,130,172)
#5B8DB3
(91,141,179)
#6B98BA
(107,152,186)
#7BA3C1
(123,163,193)
#8BAEC8
(139,174,200)
#9BB9CF
(155,185,207)
#ABC4D6
(171,196,214)
#BBCFDD
(187,207,221)
#CBDAE4
(203,218,228)
#DBE5EB
(219,229,235)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B82AC; }

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

This text font color is #4B82AC.


Background Color

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

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

This div background color is #4B82AC.


Border color

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

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

This div border color is #4B82AC.


Opacity

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

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

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

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

This text has shadow with #4B82AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B82AC on black background.


Color preview on white background

This text has color #4B82AC on white background.



Black color preview on #4B82AC background

This text has black color on #4B82AC background.


White color preview on #4B82AC background

This text has white color on #4B82AC background.