COLOR #464FCA

HEX: #464FCA
RGB: (70,79,202)

Color info

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

RGB color model

#464FCA color RGB value is (70,79,202).

  • red value is 70;
  • green value is 79;
  • blue value is 202.
RGB:
(70,79,202)
(27%,31%,79%)

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 202 of 255 = 79%

70
79
202

R + G + B ~ 46%. #464FCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 202 = 351 (100%)
R 70 of 351 ~ 19.94%
G 79 of 351 ~ 22.51%
B 202 of 351 ~ 57.55%

%19.94
%22.51
%57.55

CMYK color model

#464FCA color CMYK value is (65,61,0,21).

  • cyan value is 65.35%
  • magenta value is 60.89%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(65,61,0,21)
C65M61Y0K21 
(65%,61%,0%,21%)
(0.65/0.61/0.00/0.21)	

CMYK percentages

%65.35
%60.89
%0
%20.78

Codes

Color #464FCA in popluar color models

464FCA
RGB7079202
HSL236°55.46%53.33%
HSB/HSV236°65.35%79.22%
CMYK65.35%60.89%0.00%
20.78%

Color #464FCA in popluar number systems.

HEX464FCA
Decimal7079202
Binary1000110100111111001010
Octal106117312

Shades and tints

Shades of #464FCA

#464FCA
(70,79,202)
#4048B8
(64,72,184)
#3A41A6
(58,65,166)
#343A94
(52,58,148)
#2E3382
(46,51,130)
#282C70
(40,44,112)
#22255E
(34,37,94)
#1C1E4C
(28,30,76)
#16173A
(22,23,58)
#101028
(16,16,40)
#0A0916
(10,9,22)
#000000
(0,0,0)

Tints of #464FCA

#464FCA
(70,79,202)
#565FCE
(86,95,206)
#666FD2
(102,111,210)
#767FD6
(118,127,214)
#868FDA
(134,143,218)
#969FDE
(150,159,222)
#A6AFE2
(166,175,226)
#B6BFE6
(182,191,230)
#C6CFEA
(198,207,234)
#D6DFEE
(214,223,238)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464FCA color. Also use rgb(70,79,202) instead hex code.

Text Font Color

.myTextColor { color: #464FCA; }

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

This text font color is #464FCA.


Background Color

.myBgColor { background-color: #464FCA; }

<div style="background-color:#464FCA">Inner text</div>

This div background color is #464FCA.


Border color

.myBorderColor { border: 1px solid #464FCA; }

<div style="border:3px solid #464FCA">Div</div>

This div border color is #464FCA.


Opacity

.myOpacity80 { color: #464FCA; opacity: 0.8; }

<p style="color:#464FCA;opacity:0.8;">80%</p>

Text with #464FCA 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 #464FCA;}

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

This text has shadow with #464FCA color.

.textShadow {text-shadow: 3px 3px 1px #464FCA, 3px 3px 1px red;}

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

This text has shadow with #464FCA primary color and red secondary color.


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

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

This text has shadow with #464FCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464FCA on black background.


Color preview on white background

This text has color #464FCA on white background.



Black color preview on #464FCA background

This text has black color on #464FCA background.


White color preview on #464FCA background

This text has white color on #464FCA background.