COLOR #4983AF

HEX: #4983AF
RGB: (73,131,175)

Color info

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

RGB color model

#4983AF color RGB value is (73,131,175).

  • red value is 73;
  • green value is 131;
  • blue value is 175.
RGB:
(73,131,175)
(29%,51%,69%)

RGB channels and saturation

R 73 of 255 = 29%
G 131 of 255 = 51%
B 175 of 255 = 69%

73
131
175

R + G + B ~ 50%. #4983AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 131 + 175 = 379 (100%)
R 73 of 379 ~ 19.26%
G 131 of 379 ~ 34.56%
B 175 of 379 ~ 46.17%

%19.26
%34.56
%46.17

CMYK color model

#4983AF color CMYK value is (58,25,0,31).

  • cyan value is 58.29%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(58,25,0,31)
C58M25Y0K31 
(58%,25%,0%,31%)
(0.58/0.25/0.00/0.31)	

CMYK percentages

%58.29
%25.14
%0
%31.37

Codes

Color #4983AF in popluar color models

4983AF
RGB73131175
HSL206°41.13%48.63%
HSB/HSV206°58.29%68.63%
CMYK58.29%25.14%0.00%
31.37%

Color #4983AF in popluar number systems.

HEX4983AF
Decimal73131175
Binary10010011000001110101111
Octal111203257

Shades and tints

Shades of #4983AF

#4983AF
(73,131,175)
#4378A0
(67,120,160)
#3D6D91
(61,109,145)
#376282
(55,98,130)
#315773
(49,87,115)
#2B4C64
(43,76,100)
#254155
(37,65,85)
#1F3646
(31,54,70)
#192B37
(25,43,55)
#132028
(19,32,40)
#0D1519
(13,21,25)
#000000
(0,0,0)

Tints of #4983AF

#4983AF
(73,131,175)
#598EB6
(89,142,182)
#6999BD
(105,153,189)
#79A4C4
(121,164,196)
#89AFCB
(137,175,203)
#99BAD2
(153,186,210)
#A9C5D9
(169,197,217)
#B9D0E0
(185,208,224)
#C9DBE7
(201,219,231)
#D9E6EE
(217,230,238)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4983AF color. Also use rgb(73,131,175) instead hex code.

Text Font Color

.myTextColor { color: #4983AF; }

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

This text font color is #4983AF.


Background Color

.myBgColor { background-color: #4983AF; }

<div style="background-color:#4983AF">Inner text</div>

This div background color is #4983AF.


Border color

.myBorderColor { border: 1px solid #4983AF; }

<div style="border:3px solid #4983AF">Div</div>

This div border color is #4983AF.


Opacity

.myOpacity80 { color: #4983AF; opacity: 0.8; }

<p style="color:#4983AF;opacity:0.8;">80%</p>

Text with #4983AF 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 #4983AF;}

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

This text has shadow with #4983AF color.

.textShadow {text-shadow: 3px 3px 1px #4983AF, 3px 3px 1px red;}

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

This text has shadow with #4983AF primary color and red secondary color.


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

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

This text has shadow with #4983AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4983AF on black background.


Color preview on white background

This text has color #4983AF on white background.



Black color preview on #4983AF background

This text has black color on #4983AF background.


White color preview on #4983AF background

This text has white color on #4983AF background.