COLOR #4862AD

HEX: #4862AD RGB: (72,98,173)

Color info

#4862AD contains mainly blue color. Web safe color of #4862AD is #336699 (or #369).

RGB color model

#4862AD color RGB value is (72,98,173).

RGB: (72,98,173) (28%, 38%, 68%)

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 173 of 255 = 68%

72
98
173

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

Portions of RGB colors in percentages

R + G + B = 72 + 98 + 173 = 343 (100%)
R 72 of 343 ~ 20.99%
G 98 of 343 ~ 28.57%
B 173 of 343 ~ 50.44'%

%20.99
%28.57
%50.44

CMYK color model

#4862AD color CMYK value is (58,43,0,32).

  • cyan value is 58.38%
  • magenta value is 43.35%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (58,43,0,32) C58M43Y0K32 (58%,43%,0%,32%) (0.58/0.43/0.00/0.32) 

CMYK percentages

%58.38
%43.35
%0
%32.16

Codes

Color #4862AD in popluar color models

48 62 AD
RGB 72 98 173
HSL 225° 41.22% 48.04%
HSB/HSV 225° 58.38% 67.84%
CMYK 58.38% 43.35% 0.00%
32.16%

Color #4862AD in popluar number systems.

HEX 48 62 AD
Decimal 72 98 173
Binary 1001000 1100010 10101101
Octal 110 142 255

Shades and tints

Shades of #4862AD

#4862AD
(72,98,173)
#425A9E
(66,90,158)
#3C528F
(60,82,143)
#364A80
(54,74,128)
#304271
(48,66,113)
#2A3A62
(42,58,98)
#243253
(36,50,83)
#1E2A44
(30,42,68)
#182235
(24,34,53)
#121A26
(18,26,38)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #4862AD

#4862AD
(72,98,173)
#5870B4
(88,112,180)
#687EBB
(104,126,187)
#788CC2
(120,140,194)
#889AC9
(136,154,201)
#98A8D0
(152,168,208)
#A8B6D7
(168,182,215)
#B8C4DE
(184,196,222)
#C8D2E5
(200,210,229)
#D8E0EC
(216,224,236)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4862AD color. Also use rgb(72,98,173) instead hex code.

Text Font Color

.myTextColor { color: #4862AD; }

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

This text font color is #4862AD.

Background Color

.myBgColor { background-color: #4862AD; }

<div style="background-color:#4862AD">Inner text</div>

This div background color is #4862AD.

Border color

.myBorderColor { border: 1px solid #4862AD; }

<div style="border:3px solid #4862AD">Div</div>

This div border color is #4862AD.

Opacity

.myOpacity80 { color: #4862AD; opacity: 0.8; }

<p style="color:#4862AD;opacity:0.8;">80%</p>

Text with #4862AD 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 #4862AD;}

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

This text has shadow with #4862AD color.


.textShadow {text-shadow: 3px 3px 1px #4862AD', 3px 3px 1px red;}

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

This text has shadow with #4862AD primary color and red secondary color.


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

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

This text has shadow with #4862AD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4862AD; -webkit-box-shadow: 1px 1px 3px 2px #4862AD; box-shadow:1px 1px 3px 2px #4862AD;">
Div content here
</div>

This div box has shadow with color #4862AD.

Preview

Color preview on black background

This text has color #4862AD on black background.


Color preview on white background

This text has color #4862AD on white background.


Black color preview on #4862AD background

This text has black color on #4862AD background.


White color preview on #4862AD background

This text has white color on #4862AD background.


Related colors

Complementary color

Complementary color for #hex is #B79D52.


I love getcolorcode.com

Triadic colors

1 #AD4862 and #62AD48 with #4862AD are triadic colors.

2 #AD6248 and #6248AD with #4862AD are triadic colors.