COLOR #4760CB

HEX: #4760CB
RGB: (71,96,203)

Color info

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

RGB color model

#4760CB color RGB value is (71,96,203).

  • red value is 71;
  • green value is 96;
  • blue value is 203.
RGB:
(71,96,203)
(28%,38%,80%)

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 203 of 255 = 80%

71
96
203

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

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 203 = 370 (100%)
R 71 of 370 ~ 19.19%
G 96 of 370 ~ 25.95%
B 203 of 370 ~ 54.86%

%19.19
%25.95
%54.86

CMYK color model

#4760CB color CMYK value is (65,53,0,20).

  • cyan value is 65.02%
  • magenta value is 52.71%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(65,53,0,20)
C65M53Y0K20 
(65%,53%,0%,20%)
(0.65/0.53/0.00/0.20)	

CMYK percentages

%65.02
%52.71
%0
%20.39

Codes

Color #4760CB in popluar color models

4760CB
RGB7196203
HSL229°55.93%53.73%
HSB/HSV229°65.02%79.61%
CMYK65.02%52.71%0.00%
20.39%

Color #4760CB in popluar number systems.

HEX4760CB
Decimal7196203
Binary1000111110000011001011
Octal107140313

Shades and tints

Shades of #4760CB

#4760CB
(71,96,203)
#4158B9
(65,88,185)
#3B50A7
(59,80,167)
#354895
(53,72,149)
#2F4083
(47,64,131)
#293871
(41,56,113)
#23305F
(35,48,95)
#1D284D
(29,40,77)
#17203B
(23,32,59)
#111829
(17,24,41)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #4760CB

#4760CB
(71,96,203)
#576ECF
(87,110,207)
#677CD3
(103,124,211)
#778AD7
(119,138,215)
#8798DB
(135,152,219)
#97A6DF
(151,166,223)
#A7B4E3
(167,180,227)
#B7C2E7
(183,194,231)
#C7D0EB
(199,208,235)
#D7DEEF
(215,222,239)
#E7ECF3
(231,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4760CB color. Also use rgb(71,96,203) instead hex code.

Text Font Color

.myTextColor { color: #4760CB; }

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

This text font color is #4760CB.


Background Color

.myBgColor { background-color: #4760CB; }

<div style="background-color:#4760CB">Inner text</div>

This div background color is #4760CB.


Border color

.myBorderColor { border: 1px solid #4760CB; }

<div style="border:3px solid #4760CB">Div</div>

This div border color is #4760CB.


Opacity

.myOpacity80 { color: #4760CB; opacity: 0.8; }

<p style="color:#4760CB;opacity:0.8;">80%</p>

Text with #4760CB 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 #4760CB;}

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

This text has shadow with #4760CB color.

.textShadow {text-shadow: 3px 3px 1px #4760CB, 3px 3px 1px red;}

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

This text has shadow with #4760CB primary color and red secondary color.


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

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

This text has shadow with #4760CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4760CB on black background.


Color preview on white background

This text has color #4760CB on white background.



Black color preview on #4760CB background

This text has black color on #4760CB background.


White color preview on #4760CB background

This text has white color on #4760CB background.