#704FC4

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

Shades of Slate Blue #704FC4

Tints of Slate Blue #704FC4

Color information

#704FC4 (or 0x704FC4) is unknown color: approx Slate Blue. HEX triplet: 70, 4F and C4. RGB value is (112,79,196). Sum of RGB (Red+Green+Blue) = 112+79+196=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #704FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FC4 is #8FB03B. Grayscale: #656565. Windows color (decimal): -9416764 or 12865392. OLE color: 12865392.

HSL color Cylindrical-coordinate representation of color #704FC4: hue angle of 256.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704FC4 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11279196-
CMYK0.430.6000.23
HSL256.92º49.79%53.92%-
HSV(B)256.92º59.69%76.86%-
XYZ19.4413.0253.71-
YUV102.2180.93134.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 196 (76.95% from 255) = 50.65%
R=28.94%
G=20.41%
B=50.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112791960.430.6000.23256.9249.7953.92
Hex704FC42B3C0171013236
Octal16011730453740274016266
Binary1110000100111111000100101011111100010111100000001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,79,196); }

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

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

 a { background-color: rgb(112,79,196); }

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

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

 span { border-color: rgb(112,79,196); }

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