COLOR #4769A2

HEX: #4769A2
RGB: (71,105,162)

Color info

#4769A2 contains mainly green and blue colors. Web safe color of #4769A2 is #336699 (or #369).

RGB color model

#4769A2 color RGB value is (71,105,162).

  • red value is 71;
  • green value is 105;
  • blue value is 162.
RGB:
(71,105,162)
(28%,41%,64%)

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 162 of 255 = 64%

71
105
162

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 162 = 338 (100%)
R 71 of 338 ~ 21.01%
G 105 of 338 ~ 31.07%
B 162 of 338 ~ 47.93%

%21.01
%31.07
%47.93

CMYK color model

#4769A2 color CMYK value is (56,35,0,36).

  • cyan value is 56.17%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(56,35,0,36)
C56M35Y0K36 
(56%,35%,0%,36%)
(0.56/0.35/0.00/0.36)	

CMYK percentages

%56.17
%35.19
%0
%36.47

Codes

Color #4769A2 in popluar color models

4769A2
RGB71105162
HSL218°39.06%45.69%
HSB/HSV218°56.17%63.53%
CMYK56.17%35.19%0.00%
36.47%

Color #4769A2 in popluar number systems.

HEX4769A2
Decimal71105162
Binary1000111110100110100010
Octal107151242

Shades and tints

Shades of #4769A2

#4769A2
(71,105,162)
#416094
(65,96,148)
#3B5786
(59,87,134)
#354E78
(53,78,120)
#2F456A
(47,69,106)
#293C5C
(41,60,92)
#23334E
(35,51,78)
#1D2A40
(29,42,64)
#172132
(23,33,50)
#111824
(17,24,36)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #4769A2

#4769A2
(71,105,162)
#5776AA
(87,118,170)
#6783B2
(103,131,178)
#7790BA
(119,144,186)
#879DC2
(135,157,194)
#97AACA
(151,170,202)
#A7B7D2
(167,183,210)
#B7C4DA
(183,196,218)
#C7D1E2
(199,209,226)
#D7DEEA
(215,222,234)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4769A2 color. Also use rgb(71,105,162) instead hex code.

Text Font Color

.myTextColor { color: #4769A2; }

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

This text font color is #4769A2.


Background Color

.myBgColor { background-color: #4769A2; }

<div style="background-color:#4769A2">Inner text</div>

This div background color is #4769A2.


Border color

.myBorderColor { border: 1px solid #4769A2; }

<div style="border:3px solid #4769A2">Div</div>

This div border color is #4769A2.


Opacity

.myOpacity80 { color: #4769A2; opacity: 0.8; }

<p style="color:#4769A2;opacity:0.8;">80%</p>

Text with #4769A2 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 #4769A2;}

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

This text has shadow with #4769A2 color.

.textShadow {text-shadow: 3px 3px 1px #4769A2, 3px 3px 1px red;}

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

This text has shadow with #4769A2 primary color and red secondary color.


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

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

This text has shadow with #4769A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4769A2 on black background.


Color preview on white background

This text has color #4769A2 on white background.



Black color preview on #4769A2 background

This text has black color on #4769A2 background.


White color preview on #4769A2 background

This text has white color on #4769A2 background.