COLOR #4A96B2

HEX: #4A96B2
RGB: (74,150,178)

Color info

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

RGB color model

#4A96B2 color RGB value is (74,150,178).

  • red value is 74;
  • green value is 150;
  • blue value is 178.
RGB:
(74,150,178)
(29%,59%,70%)

RGB channels and saturation

R 74 of 255 = 29%
G 150 of 255 = 59%
B 178 of 255 = 70%

74
150
178

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

Portions of RGB colors in percentages

R + G + B =
74 + 150 + 178 = 402 (100%)
R 74 of 402 ~ 18.41%
G 150 of 402 ~ 37.31%
B 178 of 402 ~ 44.28%

%18.41
%37.31
%44.28

CMYK color model

#4A96B2 color CMYK value is (58,16,0,30).

  • cyan value is 58.43%
  • magenta value is 15.73%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(58,16,0,30)
C58M16Y0K30 
(58%,16%,0%,30%)
(0.58/0.16/0.00/0.30)	

CMYK percentages

%58.43
%15.73
%0
%30.2

Codes

Color #4A96B2 in popluar color models

4A96B2
RGB74150178
HSL196°41.27%49.41%
HSB/HSV196°58.43%69.80%
CMYK58.43%15.73%0.00%
30.20%

Color #4A96B2 in popluar number systems.

HEX4A96B2
Decimal74150178
Binary10010101001011010110010
Octal112226262

Shades and tints

Shades of #4A96B2

#4A96B2
(74,150,178)
#4489A2
(68,137,162)
#3E7C92
(62,124,146)
#386F82
(56,111,130)
#326272
(50,98,114)
#2C5562
(44,85,98)
#264852
(38,72,82)
#203B42
(32,59,66)
#1A2E32
(26,46,50)
#142122
(20,33,34)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #4A96B2

#4A96B2
(74,150,178)
#5A9FB9
(90,159,185)
#6AA8C0
(106,168,192)
#7AB1C7
(122,177,199)
#8ABACE
(138,186,206)
#9AC3D5
(154,195,213)
#AACCDC
(170,204,220)
#BAD5E3
(186,213,227)
#CADEEA
(202,222,234)
#DAE7F1
(218,231,241)
#EAF0F8
(234,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A96B2 color. Also use rgb(74,150,178) instead hex code.

Text Font Color

.myTextColor { color: #4A96B2; }

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

This text font color is #4A96B2.


Background Color

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

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

This div background color is #4A96B2.


Border color

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

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

This div border color is #4A96B2.


Opacity

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

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

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

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

This text has shadow with #4A96B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A96B2 on black background.


Color preview on white background

This text has color #4A96B2 on white background.



Black color preview on #4A96B2 background

This text has black color on #4A96B2 background.


White color preview on #4A96B2 background

This text has white color on #4A96B2 background.