COLOR #4A08EC

HEX: #4A08EC
RGB: (74,8,236)

Color info

#4A08EC contains mainly blue color. Web safe color of #4A08EC is #3300FF (or #30F).

RGB color model

#4A08EC color RGB value is (74,8,236).

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

RGB channels and saturation

R 74 of 255 = 29%
G 8 of 255 = 3%
B 236 of 255 = 93%

74
8
236

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

Portions of RGB colors in percentages

R + G + B =
74 + 8 + 236 = 318 (100%)
R 74 of 318 ~ 23.27%
G 8 of 318 ~ 2.52%
B 236 of 318 ~ 74.21%

%23.27
%74.21

CMYK color model

#4A08EC color CMYK value is (69,97,0,7).

  • cyan value is 68.64%
  • magenta value is 96.61%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(69,97,0,7)
C69M97Y0K7 
(69%,97%,0%,7%)
(0.69/0.97/0.00/0.07)	

CMYK percentages

%68.64
%96.61
%0
%7.45

Codes

Color #4A08EC in popluar color models

4A08EC
RGB748236
HSL257°93.44%47.84%
HSB/HSV257°96.61%92.55%
CMYK68.64%96.61%0.00%
7.45%

Color #4A08EC in popluar number systems.

HEX4A08EC
Decimal748236
Binary1001010100011101100
Octal11210354

Shades and tints

Shades of #4A08EC

#4A08EC
(74,8,236)
#4408D7
(68,8,215)
#3E08C2
(62,8,194)
#3808AD
(56,8,173)
#320898
(50,8,152)
#2C0883
(44,8,131)
#26086E
(38,8,110)
#200859
(32,8,89)
#1A0844
(26,8,68)
#14082F
(20,8,47)
#0E081A
(14,8,26)
#000000
(0,0,0)

Tints of #4A08EC

#4A08EC
(74,8,236)
#5A1EED
(90,30,237)
#6A34EE
(106,52,238)
#7A4AEF
(122,74,239)
#8A60F0
(138,96,240)
#9A76F1
(154,118,241)
#AA8CF2
(170,140,242)
#BAA2F3
(186,162,243)
#CAB8F4
(202,184,244)
#DACEF5
(218,206,245)
#EAE4F6
(234,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A08EC; }

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

This text font color is #4A08EC.


Background Color

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

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

This div background color is #4A08EC.


Border color

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

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

This div border color is #4A08EC.


Opacity

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

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

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

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

This text has shadow with #4A08EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A08EC on black background.


Color preview on white background

This text has color #4A08EC on white background.



Black color preview on #4A08EC background

This text has black color on #4A08EC background.


White color preview on #4A08EC background

This text has white color on #4A08EC background.