COLOR #4762CB

HEX: #4762CB
RGB: (71,98,203)

Color info

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

RGB color model

#4762CB color RGB value is (71,98,203).

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

RGB channels and saturation

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

71
98
203

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

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 203 = 372 (100%)
R 71 of 372 ~ 19.09%
G 98 of 372 ~ 26.34%
B 203 of 372 ~ 54.57%

%19.09
%26.34
%54.57

CMYK color model

#4762CB color CMYK value is (65,52,0,20).

  • cyan value is 65.02%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(65,52,0,20)
C65M52Y0K20 
(65%,52%,0%,20%)
(0.65/0.52/0.00/0.20)	

CMYK percentages

%65.02
%51.72
%0
%20.39

Codes

Color #4762CB in popluar color models

4762CB
RGB7198203
HSL228°55.93%53.73%
HSB/HSV228°65.02%79.61%
CMYK65.02%51.72%0.00%
20.39%

Color #4762CB in popluar number systems.

HEX4762CB
Decimal7198203
Binary1000111110001011001011
Octal107142313

Shades and tints

Shades of #4762CB

#4762CB
(71,98,203)
#415AB9
(65,90,185)
#3B52A7
(59,82,167)
#354A95
(53,74,149)
#2F4283
(47,66,131)
#293A71
(41,58,113)
#23325F
(35,50,95)
#1D2A4D
(29,42,77)
#17223B
(23,34,59)
#111A29
(17,26,41)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #4762CB

#4762CB
(71,98,203)
#5770CF
(87,112,207)
#677ED3
(103,126,211)
#778CD7
(119,140,215)
#879ADB
(135,154,219)
#97A8DF
(151,168,223)
#A7B6E3
(167,182,227)
#B7C4E7
(183,196,231)
#C7D2EB
(199,210,235)
#D7E0EF
(215,224,239)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4762CB; }

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

This text font color is #4762CB.


Background Color

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

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

This div background color is #4762CB.


Border color

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

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

This div border color is #4762CB.


Opacity

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

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

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

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

This text has shadow with #4762CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4762CB on black background.


Color preview on white background

This text has color #4762CB on white background.



Black color preview on #4762CB background

This text has black color on #4762CB background.


White color preview on #4762CB background

This text has white color on #4762CB background.