COLOR #4683A4

HEX: #4683A4
RGB: (70,131,164)

Color info

#4683A4 contains mainly green and blue colors. Web safe color of #4683A4 is #339999 (or #399).

RGB color model

#4683A4 color RGB value is (70,131,164).

  • red value is 70;
  • green value is 131;
  • blue value is 164.
RGB:
(70,131,164)
(27%,51%,64%)

RGB channels and saturation

R 70 of 255 = 27%
G 131 of 255 = 51%
B 164 of 255 = 64%

70
131
164

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

Portions of RGB colors in percentages

R + G + B =
70 + 131 + 164 = 365 (100%)
R 70 of 365 ~ 19.18%
G 131 of 365 ~ 35.89%
B 164 of 365 ~ 44.93%

%19.18
%35.89
%44.93

CMYK color model

#4683A4 color CMYK value is (57,20,0,36).

  • cyan value is 57.32%
  • magenta value is 20.12%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(57,20,0,36)
C57M20Y0K36 
(57%,20%,0%,36%)
(0.57/0.20/0.00/0.36)	

CMYK percentages

%57.32
%20.12
%0
%35.69

Codes

Color #4683A4 in popluar color models

4683A4
RGB70131164
HSL201°40.17%45.88%
HSB/HSV201°57.32%64.31%
CMYK57.32%20.12%0.00%
35.69%

Color #4683A4 in popluar number systems.

HEX4683A4
Decimal70131164
Binary10001101000001110100100
Octal106203244

Shades and tints

Shades of #4683A4

#4683A4
(70,131,164)
#407896
(64,120,150)
#3A6D88
(58,109,136)
#34627A
(52,98,122)
#2E576C
(46,87,108)
#284C5E
(40,76,94)
#224150
(34,65,80)
#1C3642
(28,54,66)
#162B34
(22,43,52)
#102026
(16,32,38)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #4683A4

#4683A4
(70,131,164)
#568EAC
(86,142,172)
#6699B4
(102,153,180)
#76A4BC
(118,164,188)
#86AFC4
(134,175,196)
#96BACC
(150,186,204)
#A6C5D4
(166,197,212)
#B6D0DC
(182,208,220)
#C6DBE4
(198,219,228)
#D6E6EC
(214,230,236)
#E6F1F4
(230,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4683A4 color. Also use rgb(70,131,164) instead hex code.

Text Font Color

.myTextColor { color: #4683A4; }

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

This text font color is #4683A4.


Background Color

.myBgColor { background-color: #4683A4; }

<div style="background-color:#4683A4">Inner text</div>

This div background color is #4683A4.


Border color

.myBorderColor { border: 1px solid #4683A4; }

<div style="border:3px solid #4683A4">Div</div>

This div border color is #4683A4.


Opacity

.myOpacity80 { color: #4683A4; opacity: 0.8; }

<p style="color:#4683A4;opacity:0.8;">80%</p>

Text with #4683A4 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 #4683A4;}

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

This text has shadow with #4683A4 color.

.textShadow {text-shadow: 3px 3px 1px #4683A4, 3px 3px 1px red;}

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

This text has shadow with #4683A4 primary color and red secondary color.


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

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

This text has shadow with #4683A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4683A4 on black background.


Color preview on white background

This text has color #4683A4 on white background.



Black color preview on #4683A4 background

This text has black color on #4683A4 background.


White color preview on #4683A4 background

This text has white color on #4683A4 background.