COLOR #4762AF

HEX: #4762AF
RGB: (71,98,175)

Color info

#4762AF contains mainly blue color. Web safe color of #4762AF is #336699 (or #369).

RGB color model

#4762AF color RGB value is (71,98,175).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 175 of 255 = 69%

71
98
175

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

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 175 = 344 (100%)
R 71 of 344 ~ 20.64%
G 98 of 344 ~ 28.49%
B 175 of 344 ~ 50.87%

%20.64
%28.49
%50.87

CMYK color model

#4762AF color CMYK value is (59,44,0,31).

  • cyan value is 59.43%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(59,44,0,31)
C59M44Y0K31 
(59%,44%,0%,31%)
(0.59/0.44/0.00/0.31)	

CMYK percentages

%59.43
%44
%0
%31.37

Codes

Color #4762AF in popluar color models

4762AF
RGB7198175
HSL224°42.28%48.24%
HSB/HSV224°59.43%68.63%
CMYK59.43%44.00%0.00%
31.37%

Color #4762AF in popluar number systems.

HEX4762AF
Decimal7198175
Binary1000111110001010101111
Octal107142257

Shades and tints

Shades of #4762AF

#4762AF
(71,98,175)
#415AA0
(65,90,160)
#3B5291
(59,82,145)
#354A82
(53,74,130)
#2F4273
(47,66,115)
#293A64
(41,58,100)
#233255
(35,50,85)
#1D2A46
(29,42,70)
#172237
(23,34,55)
#111A28
(17,26,40)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #4762AF

#4762AF
(71,98,175)
#5770B6
(87,112,182)
#677EBD
(103,126,189)
#778CC4
(119,140,196)
#879ACB
(135,154,203)
#97A8D2
(151,168,210)
#A7B6D9
(167,182,217)
#B7C4E0
(183,196,224)
#C7D2E7
(199,210,231)
#D7E0EE
(215,224,238)
#E7EEF5
(231,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4762AF; }

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

This text font color is #4762AF.


Background Color

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

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

This div background color is #4762AF.


Border color

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

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

This div border color is #4762AF.


Opacity

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

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

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

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

This text has shadow with #4762AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4762AF on black background.


Color preview on white background

This text has color #4762AF on white background.



Black color preview on #4762AF background

This text has black color on #4762AF background.


White color preview on #4762AF background

This text has white color on #4762AF background.