COLOR #4A08D6

HEX: #4A08D6
RGB: (74,8,214)

Color info

#4A08D6 contains mainly blue color. Web safe color of #4A08D6 is #3300CC (or #30C).

RGB color model

#4A08D6 color RGB value is (74,8,214).

  • red value is 74;
  • green value is 8;
  • blue value is 214.
RGB:
(74,8,214)
(29%,3%,84%)

RGB channels and saturation

R 74 of 255 = 29%
G 8 of 255 = 3%
B 214 of 255 = 84%

74
8
214

R + G + B ~ 39%. #4A08D6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 8 + 214 = 296 (100%)
R 74 of 296 ~ 25%
G 8 of 296 ~ 2.7%
B 214 of 296 ~ 72.3%

%25
%72.3

CMYK color model

#4A08D6 color CMYK value is (65,96,0,16).

  • cyan value is 65.42%
  • magenta value is 96.26%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(65,96,0,16)
C65M96Y0K16 
(65%,96%,0%,16%)
(0.65/0.96/0.00/0.16)	

CMYK percentages

%65.42
%96.26
%0
%16.08

Codes

Color #4A08D6 in popluar color models

4A08D6
RGB748214
HSL259°92.79%43.53%
HSB/HSV259°96.26%83.92%
CMYK65.42%96.26%0.00%
16.08%

Color #4A08D6 in popluar number systems.

HEX4A08D6
Decimal748214
Binary1001010100011010110
Octal11210326

Shades and tints

Shades of #4A08D6

#4A08D6
(74,8,214)
#4408C3
(68,8,195)
#3E08B0
(62,8,176)
#38089D
(56,8,157)
#32088A
(50,8,138)
#2C0877
(44,8,119)
#260864
(38,8,100)
#200851
(32,8,81)
#1A083E
(26,8,62)
#14082B
(20,8,43)
#0E0818
(14,8,24)
#000000
(0,0,0)

Tints of #4A08D6

#4A08D6
(74,8,214)
#5A1ED9
(90,30,217)
#6A34DC
(106,52,220)
#7A4ADF
(122,74,223)
#8A60E2
(138,96,226)
#9A76E5
(154,118,229)
#AA8CE8
(170,140,232)
#BAA2EB
(186,162,235)
#CAB8EE
(202,184,238)
#DACEF1
(218,206,241)
#EAE4F4
(234,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A08D6 color. Also use rgb(74,8,214) instead hex code.

Text Font Color

.myTextColor { color: #4A08D6; }

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

This text font color is #4A08D6.


Background Color

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

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

This div background color is #4A08D6.


Border color

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

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

This div border color is #4A08D6.


Opacity

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

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

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

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

This text has shadow with #4A08D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A08D6 on black background.


Color preview on white background

This text has color #4A08D6 on white background.



Black color preview on #4A08D6 background

This text has black color on #4A08D6 background.


White color preview on #4A08D6 background

This text has white color on #4A08D6 background.