COLOR #704FAF

HEX: #704FAF RGB: (112,79,175)

Color info

#704FAF contains mainly blue color. Web safe color of #704FAF is #666699 (or #669).

RGB color model

#704FAF color RGB value is (112,79,175).

RGB: (112,79,175) (44%, 31%, 69%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 175 of 255 = 69%

112
79
175

R + G + B ~ 48%. #704FAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 79 + 175 = 366 (100%)
R 112 of 366 ~ 30.6%
G 79 of 366 ~ 21.58%
B 175 of 366 ~ 47.81'%

%30.6
%21.58
%47.81

CMYK color model

#704FAF color CMYK value is (36,55,0,31).

  • cyan value is 36.00%
  • magenta value is 54.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (36,55,0,31)
C36M55Y0K31 (36%, 55%, 0%, 31%)
(0.36 / 0.55 / 0.00 / 0.31)

CMYK percentages

%36
%54.86
%0
%31.37

Codes

Color #704FAF in popluar color models

70 4F AF
RGB 112 79 175
HSL 261° 37.80% 49.80%
HSB/HSV 261° 54.86% 68.63%
CMYK 36.00% 54.86% 0.00%
31.37%

Color #704FAF in popluar number systems.

HEX 70 4F AF
Decimal 112 79 175
Binary 1110000 1001111 10101111
Octal 160 117 257

Shades and tints

Shades of #704FAF

#704FAF
(112,79,175)
#6648A0
(102,72,160)
#5C4191
(92,65,145)
#523A82
(82,58,130)
#483373
(72,51,115)
#3E2C64
(62,44,100)
#342555
(52,37,85)
#2A1E46
(42,30,70)
#201737
(32,23,55)
#161028
(22,16,40)
#0C0919
(12,9,25)
#000000
(0,0,0)

Tints of #704FAF

#704FAF
(112,79,175)
#7D5FB6
(125,95,182)
#8A6FBD
(138,111,189)
#977FC4
(151,127,196)
#A48FCB
(164,143,203)
#B19FD2
(177,159,210)
#BEAFD9
(190,175,217)
#CBBFE0
(203,191,224)
#D8CFE7
(216,207,231)
#E5DFEE
(229,223,238)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704FAF color. Also use rgb(112,79,175) instead hex code.

Text Font Color

.myTextColor { color: #704FAF; }

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

This text font color is #704FAF.

Background Color

.myBgColor { background-color: #704FAF; }

<div style="background-color:#704FAF">Inner text</div>

This div background color is #704FAF.

Border color

.myBorderColor { border: 1px solid #704FAF; }

<div style="border:3px solid #704FAF">Div</div>

This div border color is #704FAF.

Opacity

.myOpacity80 { color: #704FAF; opacity: 0.8; }

<p style="color:#704FAF;opacity:0.8;">80%</p>

Text with #704FAF 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 #704FAF;}

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

This text has shadow with #704FAF color.


.textShadow {text-shadow: 3px 3px 1px #704FAF', 3px 3px 1px red;}

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

This text has shadow with #704FAF primary color and red secondary color.


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

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

This text has shadow with #704FAF and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #704FAF; -webkit-box-shadow: 1px 1px 3px 2px #704FAF; box-shadow:1px 1px 3px 2px #704FAF;">
Div content here
</div>

This div box has shadow with color #704FAF.

Preview

Color preview on black background

This text has color #704FAF on black background.


Color preview on white background

This text has color #704FAF on white background.


Black color preview on #704FAF background

This text has black color on #704FAF background.


White color preview on #704FAF background

This text has white color on #704FAF background.


Related colors

Complementary color

Complementary color for #hex is #8FB050.


I love getcolorcode.com

Triadic colors

1 #AF704F and #4FAF70 with #704FAF are triadic colors.

2 #AF4F70 and #4F70AF with #704FAF are triadic colors.