COLOR #046CEB

HEX: #046CEB
RGB: (4,108,235)

Color info

#046CEB contains mainly blue color. Web safe color of #046CEB is #0066FF (or #06F).

RGB color model

#046CEB color RGB value is (4,108,235).

  • red value is 4;
  • green value is 108;
  • blue value is 235.
RGB:
(4,108,235)
(2%,42%,92%)

RGB channels and saturation

R 4 of 255 = 2%
G 108 of 255 = 42%
B 235 of 255 = 92%

4
108
235

R + G + B ~ 45%. #046CEB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 108 + 235 = 347 (100%)
R 4 of 347 ~ 1.15%
G 108 of 347 ~ 31.12%
B 235 of 347 ~ 67.72%

%31.12
%67.72

CMYK color model

#046CEB color CMYK value is (98,54,0,8).

  • cyan value is 98.30%
  • magenta value is 54.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(98,54,0,8)
C98M54Y0K8 
(98%,54%,0%,8%)
(0.98/0.54/0.00/0.08)	

CMYK percentages

%98.3
%54.04
%0
%7.84

Codes

Color #046CEB in popluar color models

046CEB
RGB4108235
HSL213°96.65%46.86%
HSB/HSV213°98.30%92.16%
CMYK98.30%54.04%0.00%
7.84%

Color #046CEB in popluar number systems.

HEX046CEB
Decimal4108235
Binary100110110011101011
Octal4154353

Shades and tints

Shades of #046CEB

#046CEB
(4,108,235)
#0463D6
(4,99,214)
#045AC1
(4,90,193)
#0451AC
(4,81,172)
#044897
(4,72,151)
#043F82
(4,63,130)
#04366D
(4,54,109)
#042D58
(4,45,88)
#042443
(4,36,67)
#041B2E
(4,27,46)
#041219
(4,18,25)
#000000
(0,0,0)

Tints of #046CEB

#046CEB
(4,108,235)
#1A79EC
(26,121,236)
#3086ED
(48,134,237)
#4693EE
(70,147,238)
#5CA0EF
(92,160,239)
#72ADF0
(114,173,240)
#88BAF1
(136,186,241)
#9EC7F2
(158,199,242)
#B4D4F3
(180,212,243)
#CAE1F4
(202,225,244)
#E0EEF5
(224,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046CEB color. Also use rgb(4,108,235) instead hex code.

Text Font Color

.myTextColor { color: #046CEB; }

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

This text font color is #046CEB.


Background Color

.myBgColor { background-color: #046CEB; }

<div style="background-color:#046CEB">Inner text</div>

This div background color is #046CEB.


Border color

.myBorderColor { border: 1px solid #046CEB; }

<div style="border:3px solid #046CEB">Div</div>

This div border color is #046CEB.


Opacity

.myOpacity80 { color: #046CEB; opacity: 0.8; }

<p style="color:#046CEB;opacity:0.8;">80%</p>

Text with #046CEB 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 #046CEB;}

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

This text has shadow with #046CEB color.

.textShadow {text-shadow: 3px 3px 1px #046CEB, 3px 3px 1px red;}

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

This text has shadow with #046CEB primary color and red secondary color.


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

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

This text has shadow with #046CEB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046CEB on black background.


Color preview on white background

This text has color #046CEB on white background.



Black color preview on #046CEB background

This text has black color on #046CEB background.


White color preview on #046CEB background

This text has white color on #046CEB background.