COLOR #4867C0

HEX: #4867C0 RGB: (72,103,192)

Color info

#4867C0 contains mainly blue color. Web safe color of #4867C0 is #3366CC (or #36C).

RGB color model

#4867C0 color RGB value is (72,103,192).

RGB: (72,103,192) (28%, 40%, 75%)

RGB channels and saturation

R 72 of 255 = 28%
G 103 of 255 = 40%
B 192 of 255 = 75%

72
103
192

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

Portions of RGB colors in percentages

R + G + B = 72 + 103 + 192 = 367 (100%)
R 72 of 367 ~ 19.62%
G 103 of 367 ~ 28.07%
B 192 of 367 ~ 52.32'%

%19.62
%28.07
%52.32

CMYK color model

#4867C0 color CMYK value is (63,46,0,25).

  • cyan value is 62.50%
  • magenta value is 46.35%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (63,46,0,25)
C63M46Y0K25 (63%, 46%, 0%, 25%)
(0.63 / 0.46 / 0.00 / 0.25)

CMYK percentages

%62.5
%46.35
%0
%24.71

Codes

Color #4867C0 in popluar color models

48 67 C0
RGB 72 103 192
HSL 225° 48.78% 51.76%
HSB/HSV 225° 62.50% 75.29%
CMYK 62.50% 46.35% 0.00%
24.71%

Color #4867C0 in popluar number systems.

HEX 48 67 C0
Decimal 72 103 192
Binary 1001000 1100111 11000000
Octal 110 147 300

Shades and tints

Shades of #4867C0

#4867C0
(72,103,192)
#425EAF
(66,94,175)
#3C559E
(60,85,158)
#364C8D
(54,76,141)
#30437C
(48,67,124)
#2A3A6B
(42,58,107)
#24315A
(36,49,90)
#1E2849
(30,40,73)
#181F38
(24,31,56)
#121627
(18,22,39)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #4867C0

#4867C0
(72,103,192)
#5874C5
(88,116,197)
#6881CA
(104,129,202)
#788ECF
(120,142,207)
#889BD4
(136,155,212)
#98A8D9
(152,168,217)
#A8B5DE
(168,181,222)
#B8C2E3
(184,194,227)
#C8CFE8
(200,207,232)
#D8DCED
(216,220,237)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4867C0; }

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

This text font color is #4867C0.

Background Color

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

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

This div background color is #4867C0.

Border color

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

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

This div border color is #4867C0.

Opacity

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

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

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

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

This text has shadow with #4867C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4867C0.

Preview

Color preview on black background

This text has color #4867C0 on black background.


Color preview on white background

This text has color #4867C0 on white background.


Black color preview on #4867C0 background

This text has black color on #4867C0 background.


White color preview on #4867C0 background

This text has white color on #4867C0 background.


Related colors

Complementary color

Complementary color for #hex is #B7983F.


I love getcolorcode.com

Triadic colors

1 #C04867 and #67C048 with #4867C0 are triadic colors.

2 #C06748 and #6748C0 with #4867C0 are triadic colors.