COLOR #4096A7

HEX: #4096A7
RGB: (64,150,167)

Color info

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

RGB color model

#4096A7 color RGB value is (64,150,167).

  • red value is 64;
  • green value is 150;
  • blue value is 167.
RGB:
(64,150,167)
(25%,59%,65%)

RGB channels and saturation

R 64 of 255 = 25%
G 150 of 255 = 59%
B 167 of 255 = 65%

64
150
167

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

Portions of RGB colors in percentages

R + G + B =
64 + 150 + 167 = 381 (100%)
R 64 of 381 ~ 16.8%
G 150 of 381 ~ 39.37%
B 167 of 381 ~ 43.83%

%16.8
%39.37
%43.83

CMYK color model

#4096A7 color CMYK value is (62,10,0,35).

  • cyan value is 61.68%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(62,10,0,35)
C62M10Y0K35 
(62%,10%,0%,35%)
(0.62/0.10/0.00/0.35)	

CMYK percentages

%61.68
%10.18
%0
%34.51

Codes

Color #4096A7 in popluar color models

4096A7
RGB64150167
HSL190°44.59%45.29%
HSB/HSV190°61.68%65.49%
CMYK61.68%10.18%0.00%
34.51%

Color #4096A7 in popluar number systems.

HEX4096A7
Decimal64150167
Binary10000001001011010100111
Octal100226247

Shades and tints

Shades of #4096A7

#4096A7
(64,150,167)
#3B8998
(59,137,152)
#367C89
(54,124,137)
#316F7A
(49,111,122)
#2C626B
(44,98,107)
#27555C
(39,85,92)
#22484D
(34,72,77)
#1D3B3E
(29,59,62)
#182E2F
(24,46,47)
#132120
(19,33,32)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #4096A7

#4096A7
(64,150,167)
#519FAF
(81,159,175)
#62A8B7
(98,168,183)
#73B1BF
(115,177,191)
#84BAC7
(132,186,199)
#95C3CF
(149,195,207)
#A6CCD7
(166,204,215)
#B7D5DF
(183,213,223)
#C8DEE7
(200,222,231)
#D9E7EF
(217,231,239)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4096A7 color. Also use rgb(64,150,167) instead hex code.

Text Font Color

.myTextColor { color: #4096A7; }

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

This text font color is #4096A7.


Background Color

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

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

This div background color is #4096A7.


Border color

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

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

This div border color is #4096A7.


Opacity

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

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

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

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

This text has shadow with #4096A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4096A7 on black background.


Color preview on white background

This text has color #4096A7 on white background.



Black color preview on #4096A7 background

This text has black color on #4096A7 background.


White color preview on #4096A7 background

This text has white color on #4096A7 background.