COLOR #4062D3

HEX: #4062D3
RGB: (64,98,211)

Color info

#4062D3 contains mainly blue color. Web safe color of #4062D3 is #3366CC (or #36C).

RGB color model

#4062D3 color RGB value is (64,98,211).

  • red value is 64;
  • green value is 98;
  • blue value is 211.
RGB:
(64,98,211)
(25%,38%,83%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 211 of 255 = 83%

64
98
211

R + G + B ~ 49%. #4062D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 211 = 373 (100%)
R 64 of 373 ~ 17.16%
G 98 of 373 ~ 26.27%
B 211 of 373 ~ 56.57%

%17.16
%26.27
%56.57

CMYK color model

#4062D3 color CMYK value is (70,54,0,17).

  • cyan value is 69.67%
  • magenta value is 53.55%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(70,54,0,17)
C70M54Y0K17 
(70%,54%,0%,17%)
(0.70/0.54/0.00/0.17)	

CMYK percentages

%69.67
%53.55
%0
%17.25

Codes

Color #4062D3 in popluar color models

4062D3
RGB6498211
HSL226°62.55%53.92%
HSB/HSV226°69.67%82.75%
CMYK69.67%53.55%0.00%
17.25%

Color #4062D3 in popluar number systems.

HEX4062D3
Decimal6498211
Binary1000000110001011010011
Octal100142323

Shades and tints

Shades of #4062D3

#4062D3
(64,98,211)
#3B5AC0
(59,90,192)
#3652AD
(54,82,173)
#314A9A
(49,74,154)
#2C4287
(44,66,135)
#273A74
(39,58,116)
#223261
(34,50,97)
#1D2A4E
(29,42,78)
#18223B
(24,34,59)
#131A28
(19,26,40)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #4062D3

#4062D3
(64,98,211)
#5170D7
(81,112,215)
#627EDB
(98,126,219)
#738CDF
(115,140,223)
#849AE3
(132,154,227)
#95A8E7
(149,168,231)
#A6B6EB
(166,182,235)
#B7C4EF
(183,196,239)
#C8D2F3
(200,210,243)
#D9E0F7
(217,224,247)
#EAEEFB
(234,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4062D3 color. Also use rgb(64,98,211) instead hex code.

Text Font Color

.myTextColor { color: #4062D3; }

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

This text font color is #4062D3.


Background Color

.myBgColor { background-color: #4062D3; }

<div style="background-color:#4062D3">Inner text</div>

This div background color is #4062D3.


Border color

.myBorderColor { border: 1px solid #4062D3; }

<div style="border:3px solid #4062D3">Div</div>

This div border color is #4062D3.


Opacity

.myOpacity80 { color: #4062D3; opacity: 0.8; }

<p style="color:#4062D3;opacity:0.8;">80%</p>

Text with #4062D3 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 #4062D3;}

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

This text has shadow with #4062D3 color.

.textShadow {text-shadow: 3px 3px 1px #4062D3, 3px 3px 1px red;}

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

This text has shadow with #4062D3 primary color and red secondary color.


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

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

This text has shadow with #4062D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4062D3 on black background.


Color preview on white background

This text has color #4062D3 on white background.



Black color preview on #4062D3 background

This text has black color on #4062D3 background.


White color preview on #4062D3 background

This text has white color on #4062D3 background.