COLOR #4081BE

HEX: #4081BE RGB: (64,129,190)

Color info

#4081BE contains mainly blue color. Web safe color of #4081BE is #3399CC (or #39C).

RGB color model

#4081BE color RGB value is (64,129,190).

RGB: (64,129,190) (25%, 51%, 75%)

RGB channels and saturation

R 64 of 255 = 25%
G 129 of 255 = 51%
B 190 of 255 = 75%

64
129
190

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

Portions of RGB colors in percentages

R + G + B = 64 + 129 + 190 = 383 (100%)
R 64 of 383 ~ 16.71%
G 129 of 383 ~ 33.68%
B 190 of 383 ~ 49.61'%

%16.71
%33.68
%49.61

CMYK color model

#4081BE color CMYK value is (66,32,0,25).

  • cyan value is 66.32%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (66,32,0,25)
C66M32Y0K25 (66%, 32%, 0%, 25%)
(0.66 / 0.32 / 0.00 / 0.25)

CMYK percentages

%66.32
%32.11
%0
%25.49

Codes

Color #4081BE in popluar color models

40 81 BE
RGB 64 129 190
HSL 209° 49.61% 49.80%
HSB/HSV 209° 66.32% 74.51%
CMYK 66.32% 32.11% 0.00%
25.49%

Color #4081BE in popluar number systems.

HEX 40 81 BE
Decimal 64 129 190
Binary 1000000 10000001 10111110
Octal 100 201 276

Shades and tints

Shades of #4081BE

#4081BE
(64,129,190)
#3B76AD
(59,118,173)
#366B9C
(54,107,156)
#31608B
(49,96,139)
#2C557A
(44,85,122)
#274A69
(39,74,105)
#223F58
(34,63,88)
#1D3447
(29,52,71)
#182936
(24,41,54)
#131E25
(19,30,37)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #4081BE

#4081BE
(64,129,190)
#518CC3
(81,140,195)
#6297C8
(98,151,200)
#73A2CD
(115,162,205)
#84ADD2
(132,173,210)
#95B8D7
(149,184,215)
#A6C3DC
(166,195,220)
#B7CEE1
(183,206,225)
#C8D9E6
(200,217,230)
#D9E4EB
(217,228,235)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4081BE color. Also use rgb(64,129,190) instead hex code.

Text Font Color

.myTextColor { color: #4081BE; }

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

This text font color is #4081BE.

Background Color

.myBgColor { background-color: #4081BE; }

<div style="background-color:#4081BE">Inner text</div>

This div background color is #4081BE.

Border color

.myBorderColor { border: 1px solid #4081BE; }

<div style="border:3px solid #4081BE">Div</div>

This div border color is #4081BE.

Opacity

.myOpacity80 { color: #4081BE; opacity: 0.8; }

<p style="color:#4081BE;opacity:0.8;">80%</p>

Text with #4081BE 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 #4081BE;}

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

This text has shadow with #4081BE color.


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

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

This text has shadow with #4081BE primary color and red secondary color.


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

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

This text has shadow with #4081BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4081BE.

Preview

Color preview on black background

This text has color #4081BE on black background.


Color preview on white background

This text has color #4081BE on white background.


Black color preview on #4081BE background

This text has black color on #4081BE background.


White color preview on #4081BE background

This text has white color on #4081BE background.


Related colors

Complementary color

Complementary color for #4081BE is #BF7E41.


I love getcolorcode.com

Triadic colors

1 #BE4081 and #81BE40 with #4081BE are triadic colors.

2 #BE8140 and #8140BE with #4081BE are triadic colors.