COLOR #4BA6CA

HEX: #4BA6CA
RGB: (75,166,202)

Color info

#4BA6CA contains mainly green and blue colors. Web safe color of #4BA6CA is #3399CC (or #39C).

RGB color model

#4BA6CA color RGB value is (75,166,202).

  • red value is 75;
  • green value is 166;
  • blue value is 202.
RGB:
(75,166,202)
(29%,65%,79%)

RGB channels and saturation

R 75 of 255 = 29%
G 166 of 255 = 65%
B 202 of 255 = 79%

75
166
202

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

Portions of RGB colors in percentages

R + G + B =
75 + 166 + 202 = 443 (100%)
R 75 of 443 ~ 16.93%
G 166 of 443 ~ 37.47%
B 202 of 443 ~ 45.6%

%16.93
%37.47
%45.6

CMYK color model

#4BA6CA color CMYK value is (63,18,0,21).

  • cyan value is 62.87%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(63,18,0,21)
C63M18Y0K21 
(63%,18%,0%,21%)
(0.63/0.18/0.00/0.21)	

CMYK percentages

%62.87
%17.82
%0
%20.78

Codes

Color #4BA6CA in popluar color models

4BA6CA
RGB75166202
HSL197°54.51%54.31%
HSB/HSV197°62.87%79.22%
CMYK62.87%17.82%0.00%
20.78%

Color #4BA6CA in popluar number systems.

HEX4BA6CA
Decimal75166202
Binary10010111010011011001010
Octal113246312

Shades and tints

Shades of #4BA6CA

#4BA6CA
(75,166,202)
#4597B8
(69,151,184)
#3F88A6
(63,136,166)
#397994
(57,121,148)
#336A82
(51,106,130)
#2D5B70
(45,91,112)
#274C5E
(39,76,94)
#213D4C
(33,61,76)
#1B2E3A
(27,46,58)
#151F28
(21,31,40)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #4BA6CA

#4BA6CA
(75,166,202)
#5BAECE
(91,174,206)
#6BB6D2
(107,182,210)
#7BBED6
(123,190,214)
#8BC6DA
(139,198,218)
#9BCEDE
(155,206,222)
#ABD6E2
(171,214,226)
#BBDEE6
(187,222,230)
#CBE6EA
(203,230,234)
#DBEEEE
(219,238,238)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA6CA color. Also use rgb(75,166,202) instead hex code.

Text Font Color

.myTextColor { color: #4BA6CA; }

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

This text font color is #4BA6CA.


Background Color

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

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

This div background color is #4BA6CA.


Border color

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

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

This div border color is #4BA6CA.


Opacity

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

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

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

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

This text has shadow with #4BA6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA6CA on black background.


Color preview on white background

This text has color #4BA6CA on white background.



Black color preview on #4BA6CA background

This text has black color on #4BA6CA background.


White color preview on #4BA6CA background

This text has white color on #4BA6CA background.