COLOR #4664FF

HEX: #4664FF
RGB: (70,100,255)

Color info

#4664FF contains mainly blue color. Web safe color of #4664FF is #3366FF (or #36F).

RGB color model

#4664FF color RGB value is (70,100,255).

  • red value is 70;
  • green value is 100;
  • blue value is 255.
RGB:
(70,100,255)
(27%,39%,100%)

RGB channels and saturation

R 70 of 255 = 27%
G 100 of 255 = 39%
B 255 of 255 = 100%

70
100
255

R + G + B ~ 55%. #4664FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 255 = 425 (100%)
R 70 of 425 ~ 16.47%
G 100 of 425 ~ 23.53%
B 255 of 425 ~ 60%

%16.47
%23.53
%60

CMYK color model

#4664FF color CMYK value is (73,61,0,0).

  • cyan value is 72.55%
  • magenta value is 60.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(73,61,0,0)
C73M61Y0K0 
(73%,61%,0%,0%)
(0.73/0.61/0.00/0.00)	

CMYK percentages

%72.55
%60.78
%0
%0

Codes

Color #4664FF in popluar color models

4664FF
RGB70100255
HSL230°100.00%63.73%
HSB/HSV230°72.55%100.00%
CMYK72.55%60.78%0.00%
0.00%

Color #4664FF in popluar number systems.

HEX4664FF
Decimal70100255
Binary1000110110010011111111
Octal106144377

Shades and tints

Shades of #4664FF

#4664FF
(70,100,255)
#405BE8
(64,91,232)
#3A52D1
(58,82,209)
#3449BA
(52,73,186)
#2E40A3
(46,64,163)
#28378C
(40,55,140)
#222E75
(34,46,117)
#1C255E
(28,37,94)
#161C47
(22,28,71)
#101330
(16,19,48)
#0A0A19
(10,10,25)
#000000
(0,0,0)

Tints of #4664FF

#4664FF
(70,100,255)
#5672FF
(86,114,255)
#6680FF
(102,128,255)
#768EFF
(118,142,255)
#869CFF
(134,156,255)
#96AAFF
(150,170,255)
#A6B8FF
(166,184,255)
#B6C6FF
(182,198,255)
#C6D4FF
(198,212,255)
#D6E2FF
(214,226,255)
#E6F0FF
(230,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4664FF color. Also use rgb(70,100,255) instead hex code.

Text Font Color

.myTextColor { color: #4664FF; }

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

This text font color is #4664FF.


Background Color

.myBgColor { background-color: #4664FF; }

<div style="background-color:#4664FF">Inner text</div>

This div background color is #4664FF.


Border color

.myBorderColor { border: 1px solid #4664FF; }

<div style="border:3px solid #4664FF">Div</div>

This div border color is #4664FF.


Opacity

.myOpacity80 { color: #4664FF; opacity: 0.8; }

<p style="color:#4664FF;opacity:0.8;">80%</p>

Text with #4664FF 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 #4664FF;}

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

This text has shadow with #4664FF color.

.textShadow {text-shadow: 3px 3px 1px #4664FF, 3px 3px 1px red;}

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

This text has shadow with #4664FF primary color and red secondary color.


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

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

This text has shadow with #4664FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4664FF on black background.


Color preview on white background

This text has color #4664FF on white background.



Black color preview on #4664FF background

This text has black color on #4664FF background.


White color preview on #4664FF background

This text has white color on #4664FF background.