COLOR #4B99AD

HEX: #4B99AD
RGB: (75,153,173)

Color info

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

RGB color model

#4B99AD color RGB value is (75,153,173).

  • red value is 75;
  • green value is 153;
  • blue value is 173.
RGB:
(75,153,173)
(29%,60%,68%)

RGB channels and saturation

R 75 of 255 = 29%
G 153 of 255 = 60%
B 173 of 255 = 68%

75
153
173

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

Portions of RGB colors in percentages

R + G + B =
75 + 153 + 173 = 401 (100%)
R 75 of 401 ~ 18.7%
G 153 of 401 ~ 38.15%
B 173 of 401 ~ 43.14%

%18.7
%38.15
%43.14

CMYK color model

#4B99AD color CMYK value is (57,12,0,32).

  • cyan value is 56.65%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(57,12,0,32)
C57M12Y0K32 
(57%,12%,0%,32%)
(0.57/0.12/0.00/0.32)	

CMYK percentages

%56.65
%11.56
%0
%32.16

Codes

Color #4B99AD in popluar color models

4B99AD
RGB75153173
HSL192°39.52%48.63%
HSB/HSV192°56.65%67.84%
CMYK56.65%11.56%0.00%
32.16%

Color #4B99AD in popluar number systems.

HEX4B99AD
Decimal75153173
Binary10010111001100110101101
Octal113231255

Shades and tints

Shades of #4B99AD

#4B99AD
(75,153,173)
#458C9E
(69,140,158)
#3F7F8F
(63,127,143)
#397280
(57,114,128)
#336571
(51,101,113)
#2D5862
(45,88,98)
#274B53
(39,75,83)
#213E44
(33,62,68)
#1B3135
(27,49,53)
#152426
(21,36,38)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #4B99AD

#4B99AD
(75,153,173)
#5BA2B4
(91,162,180)
#6BABBB
(107,171,187)
#7BB4C2
(123,180,194)
#8BBDC9
(139,189,201)
#9BC6D0
(155,198,208)
#ABCFD7
(171,207,215)
#BBD8DE
(187,216,222)
#CBE1E5
(203,225,229)
#DBEAEC
(219,234,236)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B99AD color. Also use rgb(75,153,173) instead hex code.

Text Font Color

.myTextColor { color: #4B99AD; }

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

This text font color is #4B99AD.


Background Color

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

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

This div background color is #4B99AD.


Border color

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

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

This div border color is #4B99AD.


Opacity

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

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

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

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

This text has shadow with #4B99AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B99AD on black background.


Color preview on white background

This text has color #4B99AD on white background.



Black color preview on #4B99AD background

This text has black color on #4B99AD background.


White color preview on #4B99AD background

This text has white color on #4B99AD background.