COLOR #4483A7

HEX: #4483A7
RGB: (68,131,167)

Color info

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

RGB color model

#4483A7 color RGB value is (68,131,167).

  • red value is 68;
  • green value is 131;
  • blue value is 167.
RGB:
(68,131,167)
(27%,51%,65%)

RGB channels and saturation

R 68 of 255 = 27%
G 131 of 255 = 51%
B 167 of 255 = 65%

68
131
167

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

Portions of RGB colors in percentages

R + G + B =
68 + 131 + 167 = 366 (100%)
R 68 of 366 ~ 18.58%
G 131 of 366 ~ 35.79%
B 167 of 366 ~ 45.63%

%18.58
%35.79
%45.63

CMYK color model

#4483A7 color CMYK value is (59,22,0,35).

  • cyan value is 59.28%
  • magenta value is 21.56%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(59,22,0,35)
C59M22Y0K35 
(59%,22%,0%,35%)
(0.59/0.22/0.00/0.35)	

CMYK percentages

%59.28
%21.56
%0
%34.51

Codes

Color #4483A7 in popluar color models

4483A7
RGB68131167
HSL202°42.13%46.08%
HSB/HSV202°59.28%65.49%
CMYK59.28%21.56%0.00%
34.51%

Color #4483A7 in popluar number systems.

HEX4483A7
Decimal68131167
Binary10001001000001110100111
Octal104203247

Shades and tints

Shades of #4483A7

#4483A7
(68,131,167)
#3E7898
(62,120,152)
#386D89
(56,109,137)
#32627A
(50,98,122)
#2C576B
(44,87,107)
#264C5C
(38,76,92)
#20414D
(32,65,77)
#1A363E
(26,54,62)
#142B2F
(20,43,47)
#0E2020
(14,32,32)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #4483A7

#4483A7
(68,131,167)
#558EAF
(85,142,175)
#6699B7
(102,153,183)
#77A4BF
(119,164,191)
#88AFC7
(136,175,199)
#99BACF
(153,186,207)
#AAC5D7
(170,197,215)
#BBD0DF
(187,208,223)
#CCDBE7
(204,219,231)
#DDE6EF
(221,230,239)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4483A7 color. Also use rgb(68,131,167) instead hex code.

Text Font Color

.myTextColor { color: #4483A7; }

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

This text font color is #4483A7.


Background Color

.myBgColor { background-color: #4483A7; }

<div style="background-color:#4483A7">Inner text</div>

This div background color is #4483A7.


Border color

.myBorderColor { border: 1px solid #4483A7; }

<div style="border:3px solid #4483A7">Div</div>

This div border color is #4483A7.


Opacity

.myOpacity80 { color: #4483A7; opacity: 0.8; }

<p style="color:#4483A7;opacity:0.8;">80%</p>

Text with #4483A7 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 #4483A7;}

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

This text has shadow with #4483A7 color.

.textShadow {text-shadow: 3px 3px 1px #4483A7, 3px 3px 1px red;}

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

This text has shadow with #4483A7 primary color and red secondary color.


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

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

This text has shadow with #4483A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4483A7 on black background.


Color preview on white background

This text has color #4483A7 on white background.



Black color preview on #4483A7 background

This text has black color on #4483A7 background.


White color preview on #4483A7 background

This text has white color on #4483A7 background.