COLOR #4763FF

HEX: #4763FF
RGB: (71,99,255)

Color info

#4763FF contains mainly blue color. Web safe color of #4763FF is #3366FF (or #36F).

RGB color model

#4763FF color RGB value is (71,99,255).

  • red value is 71;
  • green value is 99;
  • blue value is 255.
RGB:
(71,99,255)
(28%,39%,100%)

RGB channels and saturation

R 71 of 255 = 28%
G 99 of 255 = 39%
B 255 of 255 = 100%

71
99
255

R + G + B ~ 56%. #4763FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 255 = 425 (100%)
R 71 of 425 ~ 16.71%
G 99 of 425 ~ 23.29%
B 255 of 425 ~ 60%

%16.71
%23.29
%60

CMYK color model

#4763FF color CMYK value is (72,61,0,0).

  • cyan value is 72.16%
  • magenta value is 61.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(72,61,0,0)
C72M61Y0K0 
(72%,61%,0%,0%)
(0.72/0.61/0.00/0.00)	

CMYK percentages

%72.16
%61.18
%0
%0

Codes

Color #4763FF in popluar color models

4763FF
RGB7199255
HSL231°100.00%63.92%
HSB/HSV231°72.16%100.00%
CMYK72.16%61.18%0.00%
0.00%

Color #4763FF in popluar number systems.

HEX4763FF
Decimal7199255
Binary1000111110001111111111
Octal107143377

Shades and tints

Shades of #4763FF

#4763FF
(71,99,255)
#415AE8
(65,90,232)
#3B51D1
(59,81,209)
#3548BA
(53,72,186)
#2F3FA3
(47,63,163)
#29368C
(41,54,140)
#232D75
(35,45,117)
#1D245E
(29,36,94)
#171B47
(23,27,71)
#111230
(17,18,48)
#0B0919
(11,9,25)
#000000
(0,0,0)

Tints of #4763FF

#4763FF
(71,99,255)
#5771FF
(87,113,255)
#677FFF
(103,127,255)
#778DFF
(119,141,255)
#879BFF
(135,155,255)
#97A9FF
(151,169,255)
#A7B7FF
(167,183,255)
#B7C5FF
(183,197,255)
#C7D3FF
(199,211,255)
#D7E1FF
(215,225,255)
#E7EFFF
(231,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4763FF color. Also use rgb(71,99,255) instead hex code.

Text Font Color

.myTextColor { color: #4763FF; }

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

This text font color is #4763FF.


Background Color

.myBgColor { background-color: #4763FF; }

<div style="background-color:#4763FF">Inner text</div>

This div background color is #4763FF.


Border color

.myBorderColor { border: 1px solid #4763FF; }

<div style="border:3px solid #4763FF">Div</div>

This div border color is #4763FF.


Opacity

.myOpacity80 { color: #4763FF; opacity: 0.8; }

<p style="color:#4763FF;opacity:0.8;">80%</p>

Text with #4763FF 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 #4763FF;}

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

This text has shadow with #4763FF color.

.textShadow {text-shadow: 3px 3px 1px #4763FF, 3px 3px 1px red;}

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

This text has shadow with #4763FF primary color and red secondary color.


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

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

This text has shadow with #4763FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4763FF on black background.


Color preview on white background

This text has color #4763FF on white background.



Black color preview on #4763FF background

This text has black color on #4763FF background.


White color preview on #4763FF background

This text has white color on #4763FF background.