#704E8A

Color #704E8A Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #704E8A

Tints of Affair #704E8A

Color information

#704E8A (or 0x704E8A) is unknown color: approx Affair. HEX triplet: 70, 4E and 8A. RGB value is (112,78,138). Sum of RGB (Red+Green+Blue) = 112+78+138=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #704E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E8A is #8FB175. Grayscale: #5E5E5E. Windows color (decimal): -9417078 or 9064048. OLE color: 9064048.

HSL color Cylindrical-coordinate representation of color #704E8A: hue angle of 274º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704E8A is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11278138-
CMYK0.190.4300.46
HSL274º27.78%42.35%-
HSV(B)274º43.48%54.12%-
XYZ13.9910.7325.38-
YUV95.01152.26140.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=34.15%
G=23.78%
B=42.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112781380.190.4300.4627427.7842.35
Hex704E8A132B02E1121c2a
Octal16011621223530564223452
Binary111000010011101000101010011101011010111010001001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704E8A; }

 p { color: rgb(112,78,138); }

 H1.HeaderClassName
 {
   color: #704E8A;
 }
 .AnyTagClassName
 {
   color: #704E8A;
 }
</style>
background-color css

<style>
 a { background-color: #704E8A; }

 a { background-color: rgb(112,78,138); }

 div.DivClassName
 {
   background-color: #704E8A;
 }
 .BgClassName
 {
   background-color: #704E8A;
 }
</style>
border-color css

<style>
 span { border-color: #704E8A; }

 span { border-color: rgb(112,78,138); }

 td.TdClassName
 {
   border-color: #704E8A;
 }
 .TagClassName
 {
   border-color: #704E8A;
 }
</style>