COLOR #4A78AE

HEX: #4A78AE
RGB: (74,120,174)

Color info

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

RGB color model

#4A78AE color RGB value is (74,120,174).

  • red value is 74;
  • green value is 120;
  • blue value is 174.
RGB:
(74,120,174)
(29%,47%,68%)

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 174 of 255 = 68%

74
120
174

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

Portions of RGB colors in percentages

R + G + B =
74 + 120 + 174 = 368 (100%)
R 74 of 368 ~ 20.11%
G 120 of 368 ~ 32.61%
B 174 of 368 ~ 47.28%

%20.11
%32.61
%47.28

CMYK color model

#4A78AE color CMYK value is (57,31,0,32).

  • cyan value is 57.47%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(57,31,0,32)
C57M31Y0K32 
(57%,31%,0%,32%)
(0.57/0.31/0.00/0.32)	

CMYK percentages

%57.47
%31.03
%0
%31.76

Codes

Color #4A78AE in popluar color models

4A78AE
RGB74120174
HSL212°40.32%48.63%
HSB/HSV212°57.47%68.24%
CMYK57.47%31.03%0.00%
31.76%

Color #4A78AE in popluar number systems.

HEX4A78AE
Decimal74120174
Binary1001010111100010101110
Octal112170256

Shades and tints

Shades of #4A78AE

#4A78AE
(74,120,174)
#446E9F
(68,110,159)
#3E6490
(62,100,144)
#385A81
(56,90,129)
#325072
(50,80,114)
#2C4663
(44,70,99)
#263C54
(38,60,84)
#203245
(32,50,69)
#1A2836
(26,40,54)
#141E27
(20,30,39)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #4A78AE

#4A78AE
(74,120,174)
#5A84B5
(90,132,181)
#6A90BC
(106,144,188)
#7A9CC3
(122,156,195)
#8AA8CA
(138,168,202)
#9AB4D1
(154,180,209)
#AAC0D8
(170,192,216)
#BACCDF
(186,204,223)
#CAD8E6
(202,216,230)
#DAE4ED
(218,228,237)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A78AE color. Also use rgb(74,120,174) instead hex code.

Text Font Color

.myTextColor { color: #4A78AE; }

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

This text font color is #4A78AE.


Background Color

.myBgColor { background-color: #4A78AE; }

<div style="background-color:#4A78AE">Inner text</div>

This div background color is #4A78AE.


Border color

.myBorderColor { border: 1px solid #4A78AE; }

<div style="border:3px solid #4A78AE">Div</div>

This div border color is #4A78AE.


Opacity

.myOpacity80 { color: #4A78AE; opacity: 0.8; }

<p style="color:#4A78AE;opacity:0.8;">80%</p>

Text with #4A78AE 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 #4A78AE;}

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

This text has shadow with #4A78AE color.

.textShadow {text-shadow: 3px 3px 1px #4A78AE, 3px 3px 1px red;}

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

This text has shadow with #4A78AE primary color and red secondary color.


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

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

This text has shadow with #4A78AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A78AE on black background.


Color preview on white background

This text has color #4A78AE on white background.



Black color preview on #4A78AE background

This text has black color on #4A78AE background.


White color preview on #4A78AE background

This text has white color on #4A78AE background.