COLOR #4886C2

HEX: #4886C2 RGB: (72,134,194)

Color info

#4886C2 contains mainly blue color. Web safe color of #4886C2 is #3399CC (or #39C).

RGB color model

#4886C2 color RGB value is (72,134,194).

RGB: (72,134,194) (28%, 53%, 76%)

RGB channels and saturation

R 72 of 255 = 28%
G 134 of 255 = 53%
B 194 of 255 = 76%

72
134
194

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

Portions of RGB colors in percentages

R + G + B = 72 + 134 + 194 = 400 (100%)
R 72 of 400 ~ 18%
G 134 of 400 ~ 33.5%
B 194 of 400 ~ 48.5'%

%18
%33.5
%48.5

CMYK color model

#4886C2 color CMYK value is (63,31,0,24).

  • cyan value is 62.89%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (63,31,0,24)
C63M31Y0K24 (63%, 31%, 0%, 24%)
(0.63 / 0.31 / 0.00 / 0.24)

CMYK percentages

%62.89
%30.93
%0
%23.92

Codes

Color #4886C2 in popluar color models

48 86 C2
RGB 72 134 194
HSL 210° 50.00% 52.16%
HSB/HSV 210° 62.89% 76.08%
CMYK 62.89% 30.93% 0.00%
23.92%

Color #4886C2 in popluar number systems.

HEX 48 86 C2
Decimal 72 134 194
Binary 1001000 10000110 11000010
Octal 110 206 302

Shades and tints

Shades of #4886C2

#4886C2
(72,134,194)
#427AB1
(66,122,177)
#3C6EA0
(60,110,160)
#36628F
(54,98,143)
#30567E
(48,86,126)
#2A4A6D
(42,74,109)
#243E5C
(36,62,92)
#1E324B
(30,50,75)
#18263A
(24,38,58)
#121A29
(18,26,41)
#0C0E18
(12,14,24)
#000000
(0,0,0)

Tints of #4886C2

#4886C2
(72,134,194)
#5891C7
(88,145,199)
#689CCC
(104,156,204)
#78A7D1
(120,167,209)
#88B2D6
(136,178,214)
#98BDDB
(152,189,219)
#A8C8E0
(168,200,224)
#B8D3E5
(184,211,229)
#C8DEEA
(200,222,234)
#D8E9EF
(216,233,239)
#E8F4F4
(232,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4886C2 color. Also use rgb(72,134,194) instead hex code.

Text Font Color

.myTextColor { color: #4886C2; }

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

This text font color is #4886C2.

Background Color

.myBgColor { background-color: #4886C2; }

<div style="background-color:#4886C2">Inner text</div>

This div background color is #4886C2.

Border color

.myBorderColor { border: 1px solid #4886C2; }

<div style="border:3px solid #4886C2">Div</div>

This div border color is #4886C2.

Opacity

.myOpacity80 { color: #4886C2; opacity: 0.8; }

<p style="color:#4886C2;opacity:0.8;">80%</p>

Text with #4886C2 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 #4886C2;}

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

This text has shadow with #4886C2 color.


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

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

This text has shadow with #4886C2 primary color and red secondary color.


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

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

This text has shadow with #4886C2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4886C2.

Preview

Color preview on black background

This text has color #4886C2 on black background.


Color preview on white background

This text has color #4886C2 on white background.


Black color preview on #4886C2 background

This text has black color on #4886C2 background.


White color preview on #4886C2 background

This text has white color on #4886C2 background.


Related colors

Complementary color

Complementary color for #hex is #B7793D.


I love getcolorcode.com

Triadic colors

1 #C24886 and #86C248 with #4886C2 are triadic colors.

2 #C28648 and #8648C2 with #4886C2 are triadic colors.