COLOR #4765A7

HEX: #4765A7
RGB: (71,101,167)

Color info

#4765A7 contains mainly blue color. Web safe color of #4765A7 is #336699 (or #369).

RGB color model

#4765A7 color RGB value is (71,101,167).

  • red value is 71;
  • green value is 101;
  • blue value is 167.
RGB:
(71,101,167)
(28%,40%,65%)

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 167 of 255 = 65%

71
101
167

R + G + B ~ 44%. #4765A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 167 = 339 (100%)
R 71 of 339 ~ 20.94%
G 101 of 339 ~ 29.79%
B 167 of 339 ~ 49.26%

%20.94
%29.79
%49.26

CMYK color model

#4765A7 color CMYK value is (57,40,0,35).

  • cyan value is 57.49%
  • magenta value is 39.52%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(57,40,0,35)
C57M40Y0K35 
(57%,40%,0%,35%)
(0.57/0.40/0.00/0.35)	

CMYK percentages

%57.49
%39.52
%0
%34.51

Codes

Color #4765A7 in popluar color models

4765A7
RGB71101167
HSL221°40.34%46.67%
HSB/HSV221°57.49%65.49%
CMYK57.49%39.52%0.00%
34.51%

Color #4765A7 in popluar number systems.

HEX4765A7
Decimal71101167
Binary1000111110010110100111
Octal107145247

Shades and tints

Shades of #4765A7

#4765A7
(71,101,167)
#415C98
(65,92,152)
#3B5389
(59,83,137)
#354A7A
(53,74,122)
#2F416B
(47,65,107)
#29385C
(41,56,92)
#232F4D
(35,47,77)
#1D263E
(29,38,62)
#171D2F
(23,29,47)
#111420
(17,20,32)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #4765A7

#4765A7
(71,101,167)
#5773AF
(87,115,175)
#6781B7
(103,129,183)
#778FBF
(119,143,191)
#879DC7
(135,157,199)
#97ABCF
(151,171,207)
#A7B9D7
(167,185,215)
#B7C7DF
(183,199,223)
#C7D5E7
(199,213,231)
#D7E3EF
(215,227,239)
#E7F1F7
(231,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4765A7 color. Also use rgb(71,101,167) instead hex code.

Text Font Color

.myTextColor { color: #4765A7; }

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

This text font color is #4765A7.


Background Color

.myBgColor { background-color: #4765A7; }

<div style="background-color:#4765A7">Inner text</div>

This div background color is #4765A7.


Border color

.myBorderColor { border: 1px solid #4765A7; }

<div style="border:3px solid #4765A7">Div</div>

This div border color is #4765A7.


Opacity

.myOpacity80 { color: #4765A7; opacity: 0.8; }

<p style="color:#4765A7;opacity:0.8;">80%</p>

Text with #4765A7 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 #4765A7;}

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

This text has shadow with #4765A7 color.

.textShadow {text-shadow: 3px 3px 1px #4765A7, 3px 3px 1px red;}

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

This text has shadow with #4765A7 primary color and red secondary color.


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

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

This text has shadow with #4765A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4765A7 on black background.


Color preview on white background

This text has color #4765A7 on white background.



Black color preview on #4765A7 background

This text has black color on #4765A7 background.


White color preview on #4765A7 background

This text has white color on #4765A7 background.