COLOR #4675B2

HEX: #4675B2
RGB: (70,117,178)

Color info

#4675B2 contains mainly blue color. Web safe color of #4675B2 is #336699 (or #369).

RGB color model

#4675B2 color RGB value is (70,117,178).

  • red value is 70;
  • green value is 117;
  • blue value is 178.
RGB:
(70,117,178)
(27%,46%,70%)

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 178 of 255 = 70%

70
117
178

R + G + B ~ 48%. #4675B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 178 = 365 (100%)
R 70 of 365 ~ 19.18%
G 117 of 365 ~ 32.05%
B 178 of 365 ~ 48.77%

%19.18
%32.05
%48.77

CMYK color model

#4675B2 color CMYK value is (61,34,0,30).

  • cyan value is 60.67%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(61,34,0,30)
C61M34Y0K30 
(61%,34%,0%,30%)
(0.61/0.34/0.00/0.30)	

CMYK percentages

%60.67
%34.27
%0
%30.2

Codes

Color #4675B2 in popluar color models

4675B2
RGB70117178
HSL214°43.55%48.63%
HSB/HSV214°60.67%69.80%
CMYK60.67%34.27%0.00%
30.20%

Color #4675B2 in popluar number systems.

HEX4675B2
Decimal70117178
Binary1000110111010110110010
Octal106165262

Shades and tints

Shades of #4675B2

#4675B2
(70,117,178)
#406BA2
(64,107,162)
#3A6192
(58,97,146)
#345782
(52,87,130)
#2E4D72
(46,77,114)
#284362
(40,67,98)
#223952
(34,57,82)
#1C2F42
(28,47,66)
#162532
(22,37,50)
#101B22
(16,27,34)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #4675B2

#4675B2
(70,117,178)
#5681B9
(86,129,185)
#668DC0
(102,141,192)
#7699C7
(118,153,199)
#86A5CE
(134,165,206)
#96B1D5
(150,177,213)
#A6BDDC
(166,189,220)
#B6C9E3
(182,201,227)
#C6D5EA
(198,213,234)
#D6E1F1
(214,225,241)
#E6EDF8
(230,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4675B2 color. Also use rgb(70,117,178) instead hex code.

Text Font Color

.myTextColor { color: #4675B2; }

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

This text font color is #4675B2.


Background Color

.myBgColor { background-color: #4675B2; }

<div style="background-color:#4675B2">Inner text</div>

This div background color is #4675B2.


Border color

.myBorderColor { border: 1px solid #4675B2; }

<div style="border:3px solid #4675B2">Div</div>

This div border color is #4675B2.


Opacity

.myOpacity80 { color: #4675B2; opacity: 0.8; }

<p style="color:#4675B2;opacity:0.8;">80%</p>

Text with #4675B2 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 #4675B2;}

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

This text has shadow with #4675B2 color.

.textShadow {text-shadow: 3px 3px 1px #4675B2, 3px 3px 1px red;}

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

This text has shadow with #4675B2 primary color and red secondary color.


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

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

This text has shadow with #4675B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4675B2 on black background.


Color preview on white background

This text has color #4675B2 on white background.



Black color preview on #4675B2 background

This text has black color on #4675B2 background.


White color preview on #4675B2 background

This text has white color on #4675B2 background.