#704AD4

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

Shades of Slate Blue #704AD4

Tints of Slate Blue #704AD4

Color information

#704AD4 (or 0x704AD4) is unknown color: approx Slate Blue. HEX triplet: 70, 4A and D4. RGB value is (112,74,212). Sum of RGB (Red+Green+Blue) = 112+74+212=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 212 (83.20% from 255 or 53.27% from 398); Max value from RGB is 212 - color contains mainly: blue. Hex color #704AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AD4 is #8FB52B. Grayscale: #646464. Windows color (decimal): -9418028 or 13912688. OLE color: 13912688.

HSL color Cylindrical-coordinate representation of color #704AD4: hue angle of 256.52º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704AD4 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11274212-
CMYK0.470.6500.17
HSL256.52º61.61%56.08%-
HSV(B)256.52º65.09%83.14%-
XYZ21.0113.163.71-
YUV101.09190.59135.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 212 (83.20% from 255) = 53.27%
R=28.14%
G=18.59%
B=53.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112742120.470.6500.17256.5261.6156.08
Hex704AD42F410111013e38
Octal160112324571010214017670
Binary11100001001010110101001011111000001010001100000001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,212); }

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

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

 a { background-color: rgb(112,74,212); }

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

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

 span { border-color: rgb(112,74,212); }

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