COLOR #4A8FEB

HEX: #4A8FEB
RGB: (74,143,235)

Color info

#4A8FEB contains mainly blue color. Web safe color of #4A8FEB is #3399FF (or #39F).

RGB color model

#4A8FEB color RGB value is (74,143,235).

  • red value is 74;
  • green value is 143;
  • blue value is 235.
RGB:
(74,143,235)
(29%,56%,92%)

RGB channels and saturation

R 74 of 255 = 29%
G 143 of 255 = 56%
B 235 of 255 = 92%

74
143
235

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

Portions of RGB colors in percentages

R + G + B =
74 + 143 + 235 = 452 (100%)
R 74 of 452 ~ 16.37%
G 143 of 452 ~ 31.64%
B 235 of 452 ~ 51.99%

%16.37
%31.64
%51.99

CMYK color model

#4A8FEB color CMYK value is (69,39,0,8).

  • cyan value is 68.51%
  • magenta value is 39.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(69,39,0,8)
C69M39Y0K8 
(69%,39%,0%,8%)
(0.69/0.39/0.00/0.08)	

CMYK percentages

%68.51
%39.15
%0
%7.84

Codes

Color #4A8FEB in popluar color models

4A8FEB
RGB74143235
HSL214°80.10%60.59%
HSB/HSV214°68.51%92.16%
CMYK68.51%39.15%0.00%
7.84%

Color #4A8FEB in popluar number systems.

HEX4A8FEB
Decimal74143235
Binary10010101000111111101011
Octal112217353

Shades and tints

Shades of #4A8FEB

#4A8FEB
(74,143,235)
#4482D6
(68,130,214)
#3E75C1
(62,117,193)
#3868AC
(56,104,172)
#325B97
(50,91,151)
#2C4E82
(44,78,130)
#26416D
(38,65,109)
#203458
(32,52,88)
#1A2743
(26,39,67)
#141A2E
(20,26,46)
#0E0D19
(14,13,25)
#000000
(0,0,0)

Tints of #4A8FEB

#4A8FEB
(74,143,235)
#5A99EC
(90,153,236)
#6AA3ED
(106,163,237)
#7AADEE
(122,173,238)
#8AB7EF
(138,183,239)
#9AC1F0
(154,193,240)
#AACBF1
(170,203,241)
#BAD5F2
(186,213,242)
#CADFF3
(202,223,243)
#DAE9F4
(218,233,244)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8FEB color. Also use rgb(74,143,235) instead hex code.

Text Font Color

.myTextColor { color: #4A8FEB; }

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

This text font color is #4A8FEB.


Background Color

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

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

This div background color is #4A8FEB.


Border color

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

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

This div border color is #4A8FEB.


Opacity

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

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

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

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

This text has shadow with #4A8FEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8FEB on black background.


Color preview on white background

This text has color #4A8FEB on white background.



Black color preview on #4A8FEB background

This text has black color on #4A8FEB background.


White color preview on #4A8FEB background

This text has white color on #4A8FEB background.