COLOR #707AF4

HEX: #707AF4
RGB: (112,122,244)

Color info

#707AF4 contains mainly blue color. Web safe color of #707AF4 is #6666FF (or #66F).

RGB color model

#707AF4 color RGB value is (112,122,244).

  • red value is 112;
  • green value is 122;
  • blue value is 244.
RGB:
(112,122,244)
(44%,48%,96%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 244 of 255 = 96%

112
122
244

R + G + B ~ 63%. #707AF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 122 + 244 = 478 (100%)
R 112 of 478 ~ 23.43%
G 122 of 478 ~ 25.52%
B 244 of 478 ~ 51.05%

%23.43
%25.52
%51.05

CMYK color model

#707AF4 color CMYK value is (54,50,0,4).

  • cyan value is 54.10%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(54,50,0,4)
C54M50Y0K4 
(54%,50%,0%,4%)
(0.54/0.50/0.00/0.04)	

CMYK percentages

%54.1
%50
%0
%4.31

Codes

Color #707AF4 in popluar color models

707AF4
RGB112122244
HSL235°85.71%69.80%
HSB/HSV235°54.10%95.69%
CMYK54.10%50.00%0.00%
4.31%

Color #707AF4 in popluar number systems.

HEX707AF4
Decimal112122244
Binary1110000111101011110100
Octal160172364

Shades and tints

Shades of #707AF4

#707AF4
(112,122,244)
#666FDE
(102,111,222)
#5C64C8
(92,100,200)
#5259B2
(82,89,178)
#484E9C
(72,78,156)
#3E4386
(62,67,134)
#343870
(52,56,112)
#2A2D5A
(42,45,90)
#202244
(32,34,68)
#16172E
(22,23,46)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #707AF4

#707AF4
(112,122,244)
#7D86F5
(125,134,245)
#8A92F6
(138,146,246)
#979EF7
(151,158,247)
#A4AAF8
(164,170,248)
#B1B6F9
(177,182,249)
#BEC2FA
(190,194,250)
#CBCEFB
(203,206,251)
#D8DAFC
(216,218,252)
#E5E6FD
(229,230,253)
#F2F2FE
(242,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707AF4 color. Also use rgb(112,122,244) instead hex code.

Text Font Color

.myTextColor { color: #707AF4; }

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

This text font color is #707AF4.


Background Color

.myBgColor { background-color: #707AF4; }

<div style="background-color:#707AF4">Inner text</div>

This div background color is #707AF4.


Border color

.myBorderColor { border: 1px solid #707AF4; }

<div style="border:3px solid #707AF4">Div</div>

This div border color is #707AF4.


Opacity

.myOpacity80 { color: #707AF4; opacity: 0.8; }

<p style="color:#707AF4;opacity:0.8;">80%</p>

Text with #707AF4 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 #707AF4;}

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

This text has shadow with #707AF4 color.

.textShadow {text-shadow: 3px 3px 1px #707AF4, 3px 3px 1px red;}

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

This text has shadow with #707AF4 primary color and red secondary color.


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

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

This text has shadow with #707AF4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707AF4 on black background.


Color preview on white background

This text has color #707AF4 on white background.



Black color preview on #707AF4 background

This text has black color on #707AF4 background.


White color preview on #707AF4 background

This text has white color on #707AF4 background.