COLOR #4486A1

HEX: #4486A1 RGB: (68,134,161)

Color info

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

RGB color model

#4486A1 color RGB value is (68,134,161).

RGB: (68,134,161) (27%, 53%, 63%)

RGB channels and saturation

R 68 of 255 = 27%
G 134 of 255 = 53%
B 161 of 255 = 63%

68
134
161

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

Portions of RGB colors in percentages

R + G + B = 68 + 134 + 161 = 363 (100%)
R 68 of 363 ~ 18.73%
G 134 of 363 ~ 36.91%
B 161 of 363 ~ 44.35'%

%18.73
%36.91
%44.35

CMYK color model

#4486A1 color CMYK value is (58,17,0,37).

  • cyan value is 57.76%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (58,17,0,37)
C58M17Y0K37 (58%, 17%, 0%, 37%)
(0.58 / 0.17 / 0.00 / 0.37)

CMYK percentages

%57.76
%16.77
%0
%36.86

Codes

Color #4486A1 in popluar color models

44 86 A1
RGB 68 134 161
HSL 197° 40.61% 44.90%
HSB/HSV 197° 57.76% 63.14%
CMYK 57.76% 16.77% 0.00%
36.86%

Color #4486A1 in popluar number systems.

HEX 44 86 A1
Decimal 68 134 161
Binary 1000100 10000110 10100001
Octal 104 206 241

Shades and tints

Shades of #4486A1

#4486A1
(68,134,161)
#3E7A93
(62,122,147)
#386E85
(56,110,133)
#326277
(50,98,119)
#2C5669
(44,86,105)
#264A5B
(38,74,91)
#203E4D
(32,62,77)
#1A323F
(26,50,63)
#142631
(20,38,49)
#0E1A23
(14,26,35)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #4486A1

#4486A1
(68,134,161)
#5591A9
(85,145,169)
#669CB1
(102,156,177)
#77A7B9
(119,167,185)
#88B2C1
(136,178,193)
#99BDC9
(153,189,201)
#AAC8D1
(170,200,209)
#BBD3D9
(187,211,217)
#CCDEE1
(204,222,225)
#DDE9E9
(221,233,233)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4486A1 color. Also use rgb(68,134,161) instead hex code.

Text Font Color

.myTextColor { color: #4486A1; }

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

This text font color is #4486A1.

Background Color

.myBgColor { background-color: #4486A1; }

<div style="background-color:#4486A1">Inner text</div>

This div background color is #4486A1.

Border color

.myBorderColor { border: 1px solid #4486A1; }

<div style="border:3px solid #4486A1">Div</div>

This div border color is #4486A1.

Opacity

.myOpacity80 { color: #4486A1; opacity: 0.8; }

<p style="color:#4486A1;opacity:0.8;">80%</p>

Text with #4486A1 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 #4486A1;}

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

This text has shadow with #4486A1 color.


.textShadow {text-shadow: 3px 3px 1px #4486A1', 3px 3px 1px red;}

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

This text has shadow with #4486A1 primary color and red secondary color.


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

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

This text has shadow with #4486A1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4486A1; -webkit-box-shadow: 1px 1px 3px 2px #4486A1; box-shadow:1px 1px 3px 2px #4486A1;">
Div content here
</div>

This div box has shadow with color #4486A1.

Preview

Color preview on black background

This text has color #4486A1 on black background.


Color preview on white background

This text has color #4486A1 on white background.


Black color preview on #4486A1 background

This text has black color on #4486A1 background.


White color preview on #4486A1 background

This text has white color on #4486A1 background.


Related colors

Complementary color

Complementary color for #hex is #BB795E.


I love getcolorcode.com

Triadic colors

1 #A14486 and #86A144 with #4486A1 are triadic colors.

2 #A18644 and #8644A1 with #4486A1 are triadic colors.