COLOR #4087C1

HEX: #4087C1 RGB: (64,135,193)

Color info

#4087C1 contains mainly green and blue colors. Web safe color of #4087C1 is #3399CC (or #39C).

RGB color model

#4087C1 color RGB value is (64,135,193).

RGB: (64,135,193) (25%, 53%, 76%)

RGB channels and saturation

R 64 of 255 = 25%
G 135 of 255 = 53%
B 193 of 255 = 76%

64
135
193

R + G + B ~ 51%. #4087C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 135 + 193 = 392 (100%)
R 64 of 392 ~ 16.33%
G 135 of 392 ~ 34.44%
B 193 of 392 ~ 49.23'%

%16.33
%34.44
%49.23

CMYK color model

#4087C1 color CMYK value is (67,30,0,24).

  • cyan value is 66.84%
  • magenta value is 30.05%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (67,30,0,24)
C67M30Y0K24 (67%, 30%, 0%, 24%)
(0.67 / 0.30 / 0.00 / 0.24)

CMYK percentages

%66.84
%30.05
%0
%24.31

Codes

Color #4087C1 in popluar color models

40 87 C1
RGB 64 135 193
HSL 207° 50.99% 50.39%
HSB/HSV 207° 66.84% 75.69%
CMYK 66.84% 30.05% 0.00%
24.31%

Color #4087C1 in popluar number systems.

HEX 40 87 C1
Decimal 64 135 193
Binary 1000000 10000111 11000001
Octal 100 207 301

Shades and tints

Shades of #4087C1

#4087C1
(64,135,193)
#3B7BB0
(59,123,176)
#366F9F
(54,111,159)
#31638E
(49,99,142)
#2C577D
(44,87,125)
#274B6C
(39,75,108)
#223F5B
(34,63,91)
#1D334A
(29,51,74)
#182739
(24,39,57)
#131B28
(19,27,40)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #4087C1

#4087C1
(64,135,193)
#5191C6
(81,145,198)
#629BCB
(98,155,203)
#73A5D0
(115,165,208)
#84AFD5
(132,175,213)
#95B9DA
(149,185,218)
#A6C3DF
(166,195,223)
#B7CDE4
(183,205,228)
#C8D7E9
(200,215,233)
#D9E1EE
(217,225,238)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4087C1 color. Also use rgb(64,135,193) instead hex code.

Text Font Color

.myTextColor { color: #4087C1; }

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

This text font color is #4087C1.

Background Color

.myBgColor { background-color: #4087C1; }

<div style="background-color:#4087C1">Inner text</div>

This div background color is #4087C1.

Border color

.myBorderColor { border: 1px solid #4087C1; }

<div style="border:3px solid #4087C1">Div</div>

This div border color is #4087C1.

Opacity

.myOpacity80 { color: #4087C1; opacity: 0.8; }

<p style="color:#4087C1;opacity:0.8;">80%</p>

Text with #4087C1 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 #4087C1;}

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

This text has shadow with #4087C1 color.


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

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

This text has shadow with #4087C1 primary color and red secondary color.


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

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

This text has shadow with #4087C1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4087C1.

Preview

Color preview on black background

This text has color #4087C1 on black background.


Color preview on white background

This text has color #4087C1 on white background.


Black color preview on #4087C1 background

This text has black color on #4087C1 background.


White color preview on #4087C1 background

This text has white color on #4087C1 background.


Related colors

Complementary color

Complementary color for #hex is #BF783E.


I love getcolorcode.com

Triadic colors

1 #C14087 and #87C140 with #4087C1 are triadic colors.

2 #C18740 and #8740C1 with #4087C1 are triadic colors.