COLOR #4865CC

HEX: #4865CC
RGB: (72,101,204)

Color info

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

RGB color model

#4865CC color RGB value is (72,101,204).

  • red value is 72;
  • green value is 101;
  • blue value is 204.
RGB:
(72,101,204)
(28%,40%,80%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 204 of 255 = 80%

72
101
204

R + G + B ~ 49%. #4865CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 204 = 377 (100%)
R 72 of 377 ~ 19.1%
G 101 of 377 ~ 26.79%
B 204 of 377 ~ 54.11%

%19.1
%26.79
%54.11

CMYK color model

#4865CC color CMYK value is (65,50,0,20).

  • cyan value is 64.71%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(65,50,0,20)
C65M50Y0K20 
(65%,50%,0%,20%)
(0.65/0.50/0.00/0.20)	

CMYK percentages

%64.71
%50.49
%0
%20

Codes

Color #4865CC in popluar color models

4865CC
RGB72101204
HSL227°56.41%54.12%
HSB/HSV227°64.71%80.00%
CMYK64.71%50.49%0.00%
20.00%

Color #4865CC in popluar number systems.

HEX4865CC
Decimal72101204
Binary1001000110010111001100
Octal110145314

Shades and tints

Shades of #4865CC

#4865CC
(72,101,204)
#425CBA
(66,92,186)
#3C53A8
(60,83,168)
#364A96
(54,74,150)
#304184
(48,65,132)
#2A3872
(42,56,114)
#242F60
(36,47,96)
#1E264E
(30,38,78)
#181D3C
(24,29,60)
#12142A
(18,20,42)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #4865CC

#4865CC
(72,101,204)
#5873D0
(88,115,208)
#6881D4
(104,129,212)
#788FD8
(120,143,216)
#889DDC
(136,157,220)
#98ABE0
(152,171,224)
#A8B9E4
(168,185,228)
#B8C7E8
(184,199,232)
#C8D5EC
(200,213,236)
#D8E3F0
(216,227,240)
#E8F1F4
(232,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4865CC color. Also use rgb(72,101,204) instead hex code.

Text Font Color

.myTextColor { color: #4865CC; }

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

This text font color is #4865CC.


Background Color

.myBgColor { background-color: #4865CC; }

<div style="background-color:#4865CC">Inner text</div>

This div background color is #4865CC.


Border color

.myBorderColor { border: 1px solid #4865CC; }

<div style="border:3px solid #4865CC">Div</div>

This div border color is #4865CC.


Opacity

.myOpacity80 { color: #4865CC; opacity: 0.8; }

<p style="color:#4865CC;opacity:0.8;">80%</p>

Text with #4865CC 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 #4865CC;}

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

This text has shadow with #4865CC color.

.textShadow {text-shadow: 3px 3px 1px #4865CC, 3px 3px 1px red;}

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

This text has shadow with #4865CC primary color and red secondary color.


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

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

This text has shadow with #4865CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4865CC on black background.


Color preview on white background

This text has color #4865CC on white background.



Black color preview on #4865CC background

This text has black color on #4865CC background.


White color preview on #4865CC background

This text has white color on #4865CC background.