COLOR #4677CF

HEX: #4677CF
RGB: (70,119,207)

Color info

#4677CF contains mainly blue color. Web safe color of #4677CF is #3366CC (or #36C).

RGB color model

#4677CF color RGB value is (70,119,207).

  • red value is 70;
  • green value is 119;
  • blue value is 207.
RGB:
(70,119,207)
(27%,47%,81%)

RGB channels and saturation

R 70 of 255 = 27%
G 119 of 255 = 47%
B 207 of 255 = 81%

70
119
207

R + G + B ~ 52%. #4677CF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 119 + 207 = 396 (100%)
R 70 of 396 ~ 17.68%
G 119 of 396 ~ 30.05%
B 207 of 396 ~ 52.27%

%17.68
%30.05
%52.27

CMYK color model

#4677CF color CMYK value is (66,43,0,19).

  • cyan value is 66.18%
  • magenta value is 42.51%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(66,43,0,19)
C66M43Y0K19 
(66%,43%,0%,19%)
(0.66/0.43/0.00/0.19)	

CMYK percentages

%66.18
%42.51
%0
%18.82

Codes

Color #4677CF in popluar color models

4677CF
RGB70119207
HSL219°58.80%54.31%
HSB/HSV219°66.18%81.18%
CMYK66.18%42.51%0.00%
18.82%

Color #4677CF in popluar number systems.

HEX4677CF
Decimal70119207
Binary1000110111011111001111
Octal106167317

Shades and tints

Shades of #4677CF

#4677CF
(70,119,207)
#406DBD
(64,109,189)
#3A63AB
(58,99,171)
#345999
(52,89,153)
#2E4F87
(46,79,135)
#284575
(40,69,117)
#223B63
(34,59,99)
#1C3151
(28,49,81)
#16273F
(22,39,63)
#101D2D
(16,29,45)
#0A131B
(10,19,27)
#000000
(0,0,0)

Tints of #4677CF

#4677CF
(70,119,207)
#5683D3
(86,131,211)
#668FD7
(102,143,215)
#769BDB
(118,155,219)
#86A7DF
(134,167,223)
#96B3E3
(150,179,227)
#A6BFE7
(166,191,231)
#B6CBEB
(182,203,235)
#C6D7EF
(198,215,239)
#D6E3F3
(214,227,243)
#E6EFF7
(230,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4677CF color. Also use rgb(70,119,207) instead hex code.

Text Font Color

.myTextColor { color: #4677CF; }

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

This text font color is #4677CF.


Background Color

.myBgColor { background-color: #4677CF; }

<div style="background-color:#4677CF">Inner text</div>

This div background color is #4677CF.


Border color

.myBorderColor { border: 1px solid #4677CF; }

<div style="border:3px solid #4677CF">Div</div>

This div border color is #4677CF.


Opacity

.myOpacity80 { color: #4677CF; opacity: 0.8; }

<p style="color:#4677CF;opacity:0.8;">80%</p>

Text with #4677CF 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 #4677CF;}

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

This text has shadow with #4677CF color.

.textShadow {text-shadow: 3px 3px 1px #4677CF, 3px 3px 1px red;}

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

This text has shadow with #4677CF primary color and red secondary color.


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

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

This text has shadow with #4677CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4677CF on black background.


Color preview on white background

This text has color #4677CF on white background.



Black color preview on #4677CF background

This text has black color on #4677CF background.


White color preview on #4677CF background

This text has white color on #4677CF background.