COLOR #4080AB

HEX: #4080AB
RGB: (64,128,171)

Color info

#4080AB contains mainly green and blue colors. Web safe color of #4080AB is #336699 (or #369).

RGB color model

#4080AB color RGB value is (64,128,171).

  • red value is 64;
  • green value is 128;
  • blue value is 171.
RGB:
(64,128,171)
(25%,50%,67%)

RGB channels and saturation

R 64 of 255 = 25%
G 128 of 255 = 50%
B 171 of 255 = 67%

64
128
171

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

Portions of RGB colors in percentages

R + G + B =
64 + 128 + 171 = 363 (100%)
R 64 of 363 ~ 17.63%
G 128 of 363 ~ 35.26%
B 171 of 363 ~ 47.11%

%17.63
%35.26
%47.11

CMYK color model

#4080AB color CMYK value is (63,25,0,33).

  • cyan value is 62.57%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(63,25,0,33)
C63M25Y0K33 
(63%,25%,0%,33%)
(0.63/0.25/0.00/0.33)	

CMYK percentages

%62.57
%25.15
%0
%32.94

Codes

Color #4080AB in popluar color models

4080AB
RGB64128171
HSL204°45.53%46.08%
HSB/HSV204°62.57%67.06%
CMYK62.57%25.15%0.00%
32.94%

Color #4080AB in popluar number systems.

HEX4080AB
Decimal64128171
Binary10000001000000010101011
Octal100200253

Shades and tints

Shades of #4080AB

#4080AB
(64,128,171)
#3B759C
(59,117,156)
#366A8D
(54,106,141)
#315F7E
(49,95,126)
#2C546F
(44,84,111)
#274960
(39,73,96)
#223E51
(34,62,81)
#1D3342
(29,51,66)
#182833
(24,40,51)
#131D24
(19,29,36)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #4080AB

#4080AB
(64,128,171)
#518BB2
(81,139,178)
#6296B9
(98,150,185)
#73A1C0
(115,161,192)
#84ACC7
(132,172,199)
#95B7CE
(149,183,206)
#A6C2D5
(166,194,213)
#B7CDDC
(183,205,220)
#C8D8E3
(200,216,227)
#D9E3EA
(217,227,234)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4080AB color. Also use rgb(64,128,171) instead hex code.

Text Font Color

.myTextColor { color: #4080AB; }

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

This text font color is #4080AB.


Background Color

.myBgColor { background-color: #4080AB; }

<div style="background-color:#4080AB">Inner text</div>

This div background color is #4080AB.


Border color

.myBorderColor { border: 1px solid #4080AB; }

<div style="border:3px solid #4080AB">Div</div>

This div border color is #4080AB.


Opacity

.myOpacity80 { color: #4080AB; opacity: 0.8; }

<p style="color:#4080AB;opacity:0.8;">80%</p>

Text with #4080AB 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 #4080AB;}

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

This text has shadow with #4080AB color.

.textShadow {text-shadow: 3px 3px 1px #4080AB, 3px 3px 1px red;}

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

This text has shadow with #4080AB primary color and red secondary color.


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

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

This text has shadow with #4080AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4080AB on black background.


Color preview on white background

This text has color #4080AB on white background.



Black color preview on #4080AB background

This text has black color on #4080AB background.


White color preview on #4080AB background

This text has white color on #4080AB background.