COLOR #4075B7

HEX: #4075B7 RGB: (64,117,183)

Color info

#4075B7 contains mainly blue color. Web safe color of #4075B7 is #3366CC (or #36C).

RGB color model

#4075B7 color RGB value is (64,117,183).

RGB: (64,117,183) (25%, 46%, 72%)

RGB channels and saturation

R 64 of 255 = 25%
G 117 of 255 = 46%
B 183 of 255 = 72%

64
117
183

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

Portions of RGB colors in percentages

R + G + B = 64 + 117 + 183 = 364 (100%)
R 64 of 364 ~ 17.58%
G 117 of 364 ~ 32.14%
B 183 of 364 ~ 50.27'%

%17.58
%32.14
%50.27

CMYK color model

#4075B7 color CMYK value is (65,36,0,28).

  • cyan value is 65.03%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (65,36,0,28)
C65M36Y0K28 (65%, 36%, 0%, 28%)
(0.65 / 0.36 / 0.00 / 0.28)

CMYK percentages

%65.03
%36.07
%0
%28.24

Codes

Color #4075B7 in popluar color models

40 75 B7
RGB 64 117 183
HSL 213° 48.18% 48.43%
HSB/HSV 213° 65.03% 71.76%
CMYK 65.03% 36.07% 0.00%
28.24%

Color #4075B7 in popluar number systems.

HEX 40 75 B7
Decimal 64 117 183
Binary 1000000 1110101 10110111
Octal 100 165 267

Shades and tints

Shades of #4075B7

#4075B7
(64,117,183)
#3B6BA7
(59,107,167)
#366197
(54,97,151)
#315787
(49,87,135)
#2C4D77
(44,77,119)
#274367
(39,67,103)
#223957
(34,57,87)
#1D2F47
(29,47,71)
#182537
(24,37,55)
#131B27
(19,27,39)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #4075B7

#4075B7
(64,117,183)
#5181BD
(81,129,189)
#628DC3
(98,141,195)
#7399C9
(115,153,201)
#84A5CF
(132,165,207)
#95B1D5
(149,177,213)
#A6BDDB
(166,189,219)
#B7C9E1
(183,201,225)
#C8D5E7
(200,213,231)
#D9E1ED
(217,225,237)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4075B7 color. Also use rgb(64,117,183) instead hex code.

Text Font Color

.myTextColor { color: #4075B7; }

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

This text font color is #4075B7.

Background Color

.myBgColor { background-color: #4075B7; }

<div style="background-color:#4075B7">Inner text</div>

This div background color is #4075B7.

Border color

.myBorderColor { border: 1px solid #4075B7; }

<div style="border:3px solid #4075B7">Div</div>

This div border color is #4075B7.

Opacity

.myOpacity80 { color: #4075B7; opacity: 0.8; }

<p style="color:#4075B7;opacity:0.8;">80%</p>

Text with #4075B7 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 #4075B7;}

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

This text has shadow with #4075B7 color.


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

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

This text has shadow with #4075B7 primary color and red secondary color.


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

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

This text has shadow with #4075B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4075B7.

Preview

Color preview on black background

This text has color #4075B7 on black background.


Color preview on white background

This text has color #4075B7 on white background.


Black color preview on #4075B7 background

This text has black color on #4075B7 background.


White color preview on #4075B7 background

This text has white color on #4075B7 background.


Related colors

Complementary color

Complementary color for #hex is #BF8A48.


I love getcolorcode.com

Triadic colors

1 #B74075 and #75B740 with #4075B7 are triadic colors.

2 #B77540 and #7540B7 with #4075B7 are triadic colors.