COLOR #4874C4

HEX: #4874C4
RGB: (72,116,196)

Color info

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

RGB color model

#4874C4 color RGB value is (72,116,196).

  • red value is 72;
  • green value is 116;
  • blue value is 196.
RGB:
(72,116,196)
(28%,45%,77%)

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 196 of 255 = 77%

72
116
196

R + G + B ~ 50%. #4874C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 196 = 384 (100%)
R 72 of 384 ~ 18.75%
G 116 of 384 ~ 30.21%
B 196 of 384 ~ 51.04%

%18.75
%30.21
%51.04

CMYK color model

#4874C4 color CMYK value is (63,41,0,23).

  • cyan value is 63.27%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(63,41,0,23)
C63M41Y0K23 
(63%,41%,0%,23%)
(0.63/0.41/0.00/0.23)	

CMYK percentages

%63.27
%40.82
%0
%23.14

Codes

Color #4874C4 in popluar color models

4874C4
RGB72116196
HSL219°51.24%52.55%
HSB/HSV219°63.27%76.86%
CMYK63.27%40.82%0.00%
23.14%

Color #4874C4 in popluar number systems.

HEX4874C4
Decimal72116196
Binary1001000111010011000100
Octal110164304

Shades and tints

Shades of #4874C4

#4874C4
(72,116,196)
#426AB3
(66,106,179)
#3C60A2
(60,96,162)
#365691
(54,86,145)
#304C80
(48,76,128)
#2A426F
(42,66,111)
#24385E
(36,56,94)
#1E2E4D
(30,46,77)
#18243C
(24,36,60)
#121A2B
(18,26,43)
#0C101A
(12,16,26)
#000000
(0,0,0)

Tints of #4874C4

#4874C4
(72,116,196)
#5880C9
(88,128,201)
#688CCE
(104,140,206)
#7898D3
(120,152,211)
#88A4D8
(136,164,216)
#98B0DD
(152,176,221)
#A8BCE2
(168,188,226)
#B8C8E7
(184,200,231)
#C8D4EC
(200,212,236)
#D8E0F1
(216,224,241)
#E8ECF6
(232,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4874C4 color. Also use rgb(72,116,196) instead hex code.

Text Font Color

.myTextColor { color: #4874C4; }

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

This text font color is #4874C4.


Background Color

.myBgColor { background-color: #4874C4; }

<div style="background-color:#4874C4">Inner text</div>

This div background color is #4874C4.


Border color

.myBorderColor { border: 1px solid #4874C4; }

<div style="border:3px solid #4874C4">Div</div>

This div border color is #4874C4.


Opacity

.myOpacity80 { color: #4874C4; opacity: 0.8; }

<p style="color:#4874C4;opacity:0.8;">80%</p>

Text with #4874C4 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 #4874C4;}

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

This text has shadow with #4874C4 color.

.textShadow {text-shadow: 3px 3px 1px #4874C4, 3px 3px 1px red;}

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

This text has shadow with #4874C4 primary color and red secondary color.


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

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

This text has shadow with #4874C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4874C4 on black background.


Color preview on white background

This text has color #4874C4 on white background.



Black color preview on #4874C4 background

This text has black color on #4874C4 background.


White color preview on #4874C4 background

This text has white color on #4874C4 background.