COLOR #4674B0

HEX: #4674B0
RGB: (70,116,176)

Color info

#4674B0 contains mainly blue color. Web safe color of #4674B0 is #336699 (or #369).

RGB color model

#4674B0 color RGB value is (70,116,176).

  • red value is 70;
  • green value is 116;
  • blue value is 176.
RGB:
(70,116,176)
(27%,45%,69%)

RGB channels and saturation

R 70 of 255 = 27%
G 116 of 255 = 45%
B 176 of 255 = 69%

70
116
176

R + G + B ~ 47%. #4674B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 116 + 176 = 362 (100%)
R 70 of 362 ~ 19.34%
G 116 of 362 ~ 32.04%
B 176 of 362 ~ 48.62%

%19.34
%32.04
%48.62

CMYK color model

#4674B0 color CMYK value is (60,34,0,31).

  • cyan value is 60.23%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(60,34,0,31)
C60M34Y0K31 
(60%,34%,0%,31%)
(0.60/0.34/0.00/0.31)	

CMYK percentages

%60.23
%34.09
%0
%30.98

Codes

Color #4674B0 in popluar color models

4674B0
RGB70116176
HSL214°43.09%48.24%
HSB/HSV214°60.23%69.02%
CMYK60.23%34.09%0.00%
30.98%

Color #4674B0 in popluar number systems.

HEX4674B0
Decimal70116176
Binary1000110111010010110000
Octal106164260

Shades and tints

Shades of #4674B0

#4674B0
(70,116,176)
#406AA0
(64,106,160)
#3A6090
(58,96,144)
#345680
(52,86,128)
#2E4C70
(46,76,112)
#284260
(40,66,96)
#223850
(34,56,80)
#1C2E40
(28,46,64)
#162430
(22,36,48)
#101A20
(16,26,32)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #4674B0

#4674B0
(70,116,176)
#5680B7
(86,128,183)
#668CBE
(102,140,190)
#7698C5
(118,152,197)
#86A4CC
(134,164,204)
#96B0D3
(150,176,211)
#A6BCDA
(166,188,218)
#B6C8E1
(182,200,225)
#C6D4E8
(198,212,232)
#D6E0EF
(214,224,239)
#E6ECF6
(230,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4674B0 color. Also use rgb(70,116,176) instead hex code.

Text Font Color

.myTextColor { color: #4674B0; }

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

This text font color is #4674B0.


Background Color

.myBgColor { background-color: #4674B0; }

<div style="background-color:#4674B0">Inner text</div>

This div background color is #4674B0.


Border color

.myBorderColor { border: 1px solid #4674B0; }

<div style="border:3px solid #4674B0">Div</div>

This div border color is #4674B0.


Opacity

.myOpacity80 { color: #4674B0; opacity: 0.8; }

<p style="color:#4674B0;opacity:0.8;">80%</p>

Text with #4674B0 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 #4674B0;}

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

This text has shadow with #4674B0 color.

.textShadow {text-shadow: 3px 3px 1px #4674B0, 3px 3px 1px red;}

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

This text has shadow with #4674B0 primary color and red secondary color.


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

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

This text has shadow with #4674B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4674B0 on black background.


Color preview on white background

This text has color #4674B0 on white background.



Black color preview on #4674B0 background

This text has black color on #4674B0 background.


White color preview on #4674B0 background

This text has white color on #4674B0 background.