#704AE4

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

Shades of Slate Blue #704AE4

Tints of Slate Blue #704AE4

Color information

#704AE4 (or 0x704AE4) is unknown color: approx Slate Blue. HEX triplet: 70, 4A and E4. RGB value is (112,74,228). Sum of RGB (Red+Green+Blue) = 112+74+228=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #704AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AE4 is #8FB51B. Grayscale: #666666. Windows color (decimal): -9418012 or 14961264. OLE color: 14961264.

HSL color Cylindrical-coordinate representation of color #704AE4: hue angle of 254.81º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704AE4 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11274228-
CMYK0.510.6800.11
HSL254.81º74.04%59.22%-
HSV(B)254.81º67.54%89.41%-
XYZ23.1313.9474.87-
YUV102.92198.59134.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 228 (89.45% from 255) = 55.07%
R=27.05%
G=17.87%
B=55.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112742280.510.6800.11254.8174.0459.22
Hex704AE433440Bff4a3b
Octal1601123446310401337711273
Binary1110000100101011100100110011100010001011111111111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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