COLOR #4078B0

HEX: #4078B0
RGB: (64,120,176)

Color info

#4078B0 contains mainly green and blue colors. Web safe color of #4078B0 is #336699 (or #369).

RGB color model

#4078B0 color RGB value is (64,120,176).

  • red value is 64;
  • green value is 120;
  • blue value is 176.
RGB:
(64,120,176)
(25%,47%,69%)

RGB channels and saturation

R 64 of 255 = 25%
G 120 of 255 = 47%
B 176 of 255 = 69%

64
120
176

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

Portions of RGB colors in percentages

R + G + B =
64 + 120 + 176 = 360 (100%)
R 64 of 360 ~ 17.78%
G 120 of 360 ~ 33.33%
B 176 of 360 ~ 48.89%

%17.78
%33.33
%48.89

CMYK color model

#4078B0 color CMYK value is (64,32,0,31).

  • cyan value is 63.64%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(64,32,0,31)
C64M32Y0K31 
(64%,32%,0%,31%)
(0.64/0.32/0.00/0.31)	

CMYK percentages

%63.64
%31.82
%0
%30.98

Codes

Color #4078B0 in popluar color models

4078B0
RGB64120176
HSL210°46.67%47.06%
HSB/HSV210°63.64%69.02%
CMYK63.64%31.82%0.00%
30.98%

Color #4078B0 in popluar number systems.

HEX4078B0
Decimal64120176
Binary1000000111100010110000
Octal100170260

Shades and tints

Shades of #4078B0

#4078B0
(64,120,176)
#3B6EA0
(59,110,160)
#366490
(54,100,144)
#315A80
(49,90,128)
#2C5070
(44,80,112)
#274660
(39,70,96)
#223C50
(34,60,80)
#1D3240
(29,50,64)
#182830
(24,40,48)
#131E20
(19,30,32)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #4078B0

#4078B0
(64,120,176)
#5184B7
(81,132,183)
#6290BE
(98,144,190)
#739CC5
(115,156,197)
#84A8CC
(132,168,204)
#95B4D3
(149,180,211)
#A6C0DA
(166,192,218)
#B7CCE1
(183,204,225)
#C8D8E8
(200,216,232)
#D9E4EF
(217,228,239)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4078B0 color. Also use rgb(64,120,176) instead hex code.

Text Font Color

.myTextColor { color: #4078B0; }

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

This text font color is #4078B0.


Background Color

.myBgColor { background-color: #4078B0; }

<div style="background-color:#4078B0">Inner text</div>

This div background color is #4078B0.


Border color

.myBorderColor { border: 1px solid #4078B0; }

<div style="border:3px solid #4078B0">Div</div>

This div border color is #4078B0.


Opacity

.myOpacity80 { color: #4078B0; opacity: 0.8; }

<p style="color:#4078B0;opacity:0.8;">80%</p>

Text with #4078B0 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 #4078B0;}

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

This text has shadow with #4078B0 color.

.textShadow {text-shadow: 3px 3px 1px #4078B0, 3px 3px 1px red;}

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

This text has shadow with #4078B0 primary color and red secondary color.


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

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

This text has shadow with #4078B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4078B0 on black background.


Color preview on white background

This text has color #4078B0 on white background.



Black color preview on #4078B0 background

This text has black color on #4078B0 background.


White color preview on #4078B0 background

This text has white color on #4078B0 background.