COLOR #4084AE

HEX: #4084AE
RGB: (64,132,174)

Color info

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

RGB color model

#4084AE color RGB value is (64,132,174).

  • red value is 64;
  • green value is 132;
  • blue value is 174.
RGB:
(64,132,174)
(25%,52%,68%)

RGB channels and saturation

R 64 of 255 = 25%
G 132 of 255 = 52%
B 174 of 255 = 68%

64
132
174

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

Portions of RGB colors in percentages

R + G + B =
64 + 132 + 174 = 370 (100%)
R 64 of 370 ~ 17.3%
G 132 of 370 ~ 35.68%
B 174 of 370 ~ 47.03%

%17.3
%35.68
%47.03

CMYK color model

#4084AE color CMYK value is (63,24,0,32).

  • cyan value is 63.22%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(63,24,0,32)
C63M24Y0K32 
(63%,24%,0%,32%)
(0.63/0.24/0.00/0.32)	

CMYK percentages

%63.22
%24.14
%0
%31.76

Codes

Color #4084AE in popluar color models

4084AE
RGB64132174
HSL203°46.22%46.67%
HSB/HSV203°63.22%68.24%
CMYK63.22%24.14%0.00%
31.76%

Color #4084AE in popluar number systems.

HEX4084AE
Decimal64132174
Binary10000001000010010101110
Octal100204256

Shades and tints

Shades of #4084AE

#4084AE
(64,132,174)
#3B789F
(59,120,159)
#366C90
(54,108,144)
#316081
(49,96,129)
#2C5472
(44,84,114)
#274863
(39,72,99)
#223C54
(34,60,84)
#1D3045
(29,48,69)
#182436
(24,36,54)
#131827
(19,24,39)
#0E0C18
(14,12,24)
#000000
(0,0,0)

Tints of #4084AE

#4084AE
(64,132,174)
#518FB5
(81,143,181)
#629ABC
(98,154,188)
#73A5C3
(115,165,195)
#84B0CA
(132,176,202)
#95BBD1
(149,187,209)
#A6C6D8
(166,198,216)
#B7D1DF
(183,209,223)
#C8DCE6
(200,220,230)
#D9E7ED
(217,231,237)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4084AE color. Also use rgb(64,132,174) instead hex code.

Text Font Color

.myTextColor { color: #4084AE; }

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

This text font color is #4084AE.


Background Color

.myBgColor { background-color: #4084AE; }

<div style="background-color:#4084AE">Inner text</div>

This div background color is #4084AE.


Border color

.myBorderColor { border: 1px solid #4084AE; }

<div style="border:3px solid #4084AE">Div</div>

This div border color is #4084AE.


Opacity

.myOpacity80 { color: #4084AE; opacity: 0.8; }

<p style="color:#4084AE;opacity:0.8;">80%</p>

Text with #4084AE 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 #4084AE;}

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

This text has shadow with #4084AE color.

.textShadow {text-shadow: 3px 3px 1px #4084AE, 3px 3px 1px red;}

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

This text has shadow with #4084AE primary color and red secondary color.


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

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

This text has shadow with #4084AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4084AE on black background.


Color preview on white background

This text has color #4084AE on white background.



Black color preview on #4084AE background

This text has black color on #4084AE background.


White color preview on #4084AE background

This text has white color on #4084AE background.