COLOR #4B85AC

HEX: #4B85AC
RGB: (75,133,172)

Color info

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

RGB color model

#4B85AC color RGB value is (75,133,172).

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

RGB channels and saturation

R 75 of 255 = 29%
G 133 of 255 = 52%
B 172 of 255 = 67%

75
133
172

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

Portions of RGB colors in percentages

R + G + B =
75 + 133 + 172 = 380 (100%)
R 75 of 380 ~ 19.74%
G 133 of 380 ~ 35%
B 172 of 380 ~ 45.26%

%19.74
%35
%45.26

CMYK color model

#4B85AC color CMYK value is (56,23,0,33).

  • cyan value is 56.40%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(56,23,0,33)
C56M23Y0K33 
(56%,23%,0%,33%)
(0.56/0.23/0.00/0.33)	

CMYK percentages

%56.4
%22.67
%0
%32.55

Codes

Color #4B85AC in popluar color models

4B85AC
RGB75133172
HSL204°39.27%48.43%
HSB/HSV204°56.40%67.45%
CMYK56.40%22.67%0.00%
32.55%

Color #4B85AC in popluar number systems.

HEX4B85AC
Decimal75133172
Binary10010111000010110101100
Octal113205254

Shades and tints

Shades of #4B85AC

#4B85AC
(75,133,172)
#45799D
(69,121,157)
#3F6D8E
(63,109,142)
#39617F
(57,97,127)
#335570
(51,85,112)
#2D4961
(45,73,97)
#273D52
(39,61,82)
#213143
(33,49,67)
#1B2534
(27,37,52)
#151925
(21,25,37)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #4B85AC

#4B85AC
(75,133,172)
#5B90B3
(91,144,179)
#6B9BBA
(107,155,186)
#7BA6C1
(123,166,193)
#8BB1C8
(139,177,200)
#9BBCCF
(155,188,207)
#ABC7D6
(171,199,214)
#BBD2DD
(187,210,221)
#CBDDE4
(203,221,228)
#DBE8EB
(219,232,235)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B85AC; }

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

This text font color is #4B85AC.


Background Color

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

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

This div background color is #4B85AC.


Border color

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

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

This div border color is #4B85AC.


Opacity

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

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

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

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

This text has shadow with #4B85AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B85AC on black background.


Color preview on white background

This text has color #4B85AC on white background.



Black color preview on #4B85AC background

This text has black color on #4B85AC background.


White color preview on #4B85AC background

This text has white color on #4B85AC background.