#704CC4

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

Shades of Slate Blue #704CC4

Tints of Slate Blue #704CC4

Color information

#704CC4 (or 0x704CC4) is unknown color: approx Slate Blue. HEX triplet: 70, 4C and C4. RGB value is (112,76,196). Sum of RGB (Red+Green+Blue) = 112+76+196=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #704CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CC4 is #8FB33B. Grayscale: #646464. Windows color (decimal): -9417532 or 12864624. OLE color: 12864624.

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

Color convert

RGB11276196-
CMYK0.430.6100.23
HSL258º50.42%53.33%-
HSV(B)258º61.22%76.86%-
XYZ19.2312.653.64-
YUV100.44181.93136.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 196 (76.95% from 255) = 51.04%
R=29.17%
G=19.79%
B=51.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112761960.430.6100.2325850.4253.33
Hex704CC42B3D0171023235
Octal16011430453750274026265
Binary1110000100110011000100101011111101010111100000010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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