COLOR #4474AB

HEX: #4474AB
RGB: (68,116,171)

Color info

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

RGB color model

#4474AB color RGB value is (68,116,171).

  • red value is 68;
  • green value is 116;
  • blue value is 171.
RGB:
(68,116,171)
(27%,45%,67%)

RGB channels and saturation

R 68 of 255 = 27%
G 116 of 255 = 45%
B 171 of 255 = 67%

68
116
171

R + G + B ~ 46%. #4474AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 116 + 171 = 355 (100%)
R 68 of 355 ~ 19.15%
G 116 of 355 ~ 32.68%
B 171 of 355 ~ 48.17%

%19.15
%32.68
%48.17

CMYK color model

#4474AB color CMYK value is (60,32,0,33).

  • cyan value is 60.23%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(60,32,0,33)
C60M32Y0K33 
(60%,32%,0%,33%)
(0.60/0.32/0.00/0.33)	

CMYK percentages

%60.23
%32.16
%0
%32.94

Codes

Color #4474AB in popluar color models

4474AB
RGB68116171
HSL212°43.10%46.86%
HSB/HSV212°60.23%67.06%
CMYK60.23%32.16%0.00%
32.94%

Color #4474AB in popluar number systems.

HEX4474AB
Decimal68116171
Binary1000100111010010101011
Octal104164253

Shades and tints

Shades of #4474AB

#4474AB
(68,116,171)
#3E6A9C
(62,106,156)
#38608D
(56,96,141)
#32567E
(50,86,126)
#2C4C6F
(44,76,111)
#264260
(38,66,96)
#203851
(32,56,81)
#1A2E42
(26,46,66)
#142433
(20,36,51)
#0E1A24
(14,26,36)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #4474AB

#4474AB
(68,116,171)
#5580B2
(85,128,178)
#668CB9
(102,140,185)
#7798C0
(119,152,192)
#88A4C7
(136,164,199)
#99B0CE
(153,176,206)
#AABCD5
(170,188,213)
#BBC8DC
(187,200,220)
#CCD4E3
(204,212,227)
#DDE0EA
(221,224,234)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4474AB color. Also use rgb(68,116,171) instead hex code.

Text Font Color

.myTextColor { color: #4474AB; }

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

This text font color is #4474AB.


Background Color

.myBgColor { background-color: #4474AB; }

<div style="background-color:#4474AB">Inner text</div>

This div background color is #4474AB.


Border color

.myBorderColor { border: 1px solid #4474AB; }

<div style="border:3px solid #4474AB">Div</div>

This div border color is #4474AB.


Opacity

.myOpacity80 { color: #4474AB; opacity: 0.8; }

<p style="color:#4474AB;opacity:0.8;">80%</p>

Text with #4474AB 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 #4474AB;}

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

This text has shadow with #4474AB color.

.textShadow {text-shadow: 3px 3px 1px #4474AB, 3px 3px 1px red;}

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

This text has shadow with #4474AB primary color and red secondary color.


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

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

This text has shadow with #4474AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4474AB on black background.


Color preview on white background

This text has color #4474AB on white background.



Black color preview on #4474AB background

This text has black color on #4474AB background.


White color preview on #4474AB background

This text has white color on #4474AB background.