COLOR #4886C0

HEX: #4886C0
RGB: (72,134,192)

Color info

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

RGB color model

#4886C0 color RGB value is (72,134,192).

  • red value is 72;
  • green value is 134;
  • blue value is 192.
RGB:
(72,134,192)
(28%,53%,75%)

RGB channels and saturation

R 72 of 255 = 28%
G 134 of 255 = 53%
B 192 of 255 = 75%

72
134
192

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

Portions of RGB colors in percentages

R + G + B =
72 + 134 + 192 = 398 (100%)
R 72 of 398 ~ 18.09%
G 134 of 398 ~ 33.67%
B 192 of 398 ~ 48.24%

%18.09
%33.67
%48.24

CMYK color model

#4886C0 color CMYK value is (63,30,0,25).

  • cyan value is 62.50%
  • magenta value is 30.21%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(63,30,0,25)
C63M30Y0K25 
(63%,30%,0%,25%)
(0.63/0.30/0.00/0.25)	

CMYK percentages

%62.5
%30.21
%0
%24.71

Codes

Color #4886C0 in popluar color models

4886C0
RGB72134192
HSL209°48.78%51.76%
HSB/HSV209°62.50%75.29%
CMYK62.50%30.21%0.00%
24.71%

Color #4886C0 in popluar number systems.

HEX4886C0
Decimal72134192
Binary10010001000011011000000
Octal110206300

Shades and tints

Shades of #4886C0

#4886C0
(72,134,192)
#427AAF
(66,122,175)
#3C6E9E
(60,110,158)
#36628D
(54,98,141)
#30567C
(48,86,124)
#2A4A6B
(42,74,107)
#243E5A
(36,62,90)
#1E3249
(30,50,73)
#182638
(24,38,56)
#121A27
(18,26,39)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #4886C0

#4886C0
(72,134,192)
#5891C5
(88,145,197)
#689CCA
(104,156,202)
#78A7CF
(120,167,207)
#88B2D4
(136,178,212)
#98BDD9
(152,189,217)
#A8C8DE
(168,200,222)
#B8D3E3
(184,211,227)
#C8DEE8
(200,222,232)
#D8E9ED
(216,233,237)
#E8F4F2
(232,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4886C0; }

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

This text font color is #4886C0.


Background Color

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

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

This div background color is #4886C0.


Border color

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

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

This div border color is #4886C0.


Opacity

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

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

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

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

This text has shadow with #4886C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4886C0 on black background.


Color preview on white background

This text has color #4886C0 on white background.



Black color preview on #4886C0 background

This text has black color on #4886C0 background.


White color preview on #4886C0 background

This text has white color on #4886C0 background.