COLOR #4074B7

HEX: #4074B7
RGB: (64,116,183)

Color info

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

RGB color model

#4074B7 color RGB value is (64,116,183).

  • red value is 64;
  • green value is 116;
  • blue value is 183.
RGB:
(64,116,183)
(25%,45%,72%)

RGB channels and saturation

R 64 of 255 = 25%
G 116 of 255 = 45%
B 183 of 255 = 72%

64
116
183

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

Portions of RGB colors in percentages

R + G + B =
64 + 116 + 183 = 363 (100%)
R 64 of 363 ~ 17.63%
G 116 of 363 ~ 31.96%
B 183 of 363 ~ 50.41%

%17.63
%31.96
%50.41

CMYK color model

#4074B7 color CMYK value is (65,37,0,28).

  • cyan value is 65.03%
  • magenta value is 36.61%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(65,37,0,28)
C65M37Y0K28 
(65%,37%,0%,28%)
(0.65/0.37/0.00/0.28)	

CMYK percentages

%65.03
%36.61
%0
%28.24

Codes

Color #4074B7 in popluar color models

4074B7
RGB64116183
HSL214°48.18%48.43%
HSB/HSV214°65.03%71.76%
CMYK65.03%36.61%0.00%
28.24%

Color #4074B7 in popluar number systems.

HEX4074B7
Decimal64116183
Binary1000000111010010110111
Octal100164267

Shades and tints

Shades of #4074B7

#4074B7
(64,116,183)
#3B6AA7
(59,106,167)
#366097
(54,96,151)
#315687
(49,86,135)
#2C4C77
(44,76,119)
#274267
(39,66,103)
#223857
(34,56,87)
#1D2E47
(29,46,71)
#182437
(24,36,55)
#131A27
(19,26,39)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #4074B7

#4074B7
(64,116,183)
#5180BD
(81,128,189)
#628CC3
(98,140,195)
#7398C9
(115,152,201)
#84A4CF
(132,164,207)
#95B0D5
(149,176,213)
#A6BCDB
(166,188,219)
#B7C8E1
(183,200,225)
#C8D4E7
(200,212,231)
#D9E0ED
(217,224,237)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4074B7; }

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

This text font color is #4074B7.


Background Color

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

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

This div background color is #4074B7.


Border color

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

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

This div border color is #4074B7.


Opacity

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

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

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

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

This text has shadow with #4074B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4074B7 on black background.


Color preview on white background

This text has color #4074B7 on white background.



Black color preview on #4074B7 background

This text has black color on #4074B7 background.


White color preview on #4074B7 background

This text has white color on #4074B7 background.