COLOR #4BA8C4

HEX: #4BA8C4 RGB: (75,168,196)

Color info

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

RGB color model

#4BA8C4 color RGB value is (75,168,196).

RGB: (75,168,196) (29%, 66%, 77%)

RGB channels and saturation

R 75 of 255 = 29%
G 168 of 255 = 66%
B 196 of 255 = 77%

75
168
196

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

Portions of RGB colors in percentages

R + G + B = 75 + 168 + 196 = 439 (100%)
R 75 of 439 ~ 17.08%
G 168 of 439 ~ 38.27%
B 196 of 439 ~ 44.65'%

%17.08
%38.27
%44.65

CMYK color model

#4BA8C4 color CMYK value is (62,14,0,23).

  • cyan value is 61.73%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (62,14,0,23)
C62M14Y0K23 (62%, 14%, 0%, 23%)
(0.62 / 0.14 / 0.00 / 0.23)

CMYK percentages

%61.73
%14.29
%0
%23.14

Codes

Color #4BA8C4 in popluar color models

4B A8 C4
RGB 75 168 196
HSL 194° 50.63% 53.14%
HSB/HSV 194° 61.73% 76.86%
CMYK 61.73% 14.29% 0.00%
23.14%

Color #4BA8C4 in popluar number systems.

HEX 4B A8 C4
Decimal 75 168 196
Binary 1001011 10101000 11000100
Octal 113 250 304

Shades and tints

Shades of #4BA8C4

#4BA8C4
(75,168,196)
#4599B3
(69,153,179)
#3F8AA2
(63,138,162)
#397B91
(57,123,145)
#336C80
(51,108,128)
#2D5D6F
(45,93,111)
#274E5E
(39,78,94)
#213F4D
(33,63,77)
#1B303C
(27,48,60)
#15212B
(21,33,43)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #4BA8C4

#4BA8C4
(75,168,196)
#5BAFC9
(91,175,201)
#6BB6CE
(107,182,206)
#7BBDD3
(123,189,211)
#8BC4D8
(139,196,216)
#9BCBDD
(155,203,221)
#ABD2E2
(171,210,226)
#BBD9E7
(187,217,231)
#CBE0EC
(203,224,236)
#DBE7F1
(219,231,241)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA8C4 color. Also use rgb(75,168,196) instead hex code.

Text Font Color

.myTextColor { color: #4BA8C4; }

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

This text font color is #4BA8C4.

Background Color

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

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

This div background color is #4BA8C4.

Border color

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

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

This div border color is #4BA8C4.

Opacity

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

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

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

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

This text has shadow with #4BA8C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA8C4.

Preview

Color preview on black background

This text has color #4BA8C4 on black background.


Color preview on white background

This text has color #4BA8C4 on white background.


Black color preview on #4BA8C4 background

This text has black color on #4BA8C4 background.


White color preview on #4BA8C4 background

This text has white color on #4BA8C4 background.


Related colors

Complementary color

Complementary color for #hex is #B4573B.


I love getcolorcode.com

Triadic colors

1 #C44BA8 and #A8C44B with #4BA8C4 are triadic colors.

2 #C4A84B and #A84BC4 with #4BA8C4 are triadic colors.