#70498C

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

Shades of Affair #70498C

Tints of Affair #70498C

Color information

#70498C (or 0x70498C) is unknown color: approx Affair. HEX triplet: 70, 49 and 8C. RGB value is (112,73,140). Sum of RGB (Red+Green+Blue) = 112+73+140=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #70498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70498C is #8FB673. Grayscale: #5C5C5C. Windows color (decimal): -9418356 or 9193840. OLE color: 9193840.

HSL color Cylindrical-coordinate representation of color #70498C: hue angle of 274.93º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70498C is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11273140-
CMYK0.200.4800.45
HSL274.93º31.46%41.76%-
HSV(B)274.93º47.86%54.9%-
XYZ13.810.126.03-
YUV92.3154.92142.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=34.46%
G=22.46%
B=43.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112731400.200.4800.45274.9331.4641.76
Hex70498C143002D1131f2a
Octal16011121424600554233752
Binary111000010010011000110010100110000010110110001001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70498C; }

 p { color: rgb(112,73,140); }

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

<style>
 a { background-color: #70498C; }

 a { background-color: rgb(112,73,140); }

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

<style>
 span { border-color: #70498C; }

 span { border-color: rgb(112,73,140); }

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