#7470F4

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

Shades of Medium Slate Blue #7470F4

Tints of Medium Slate Blue #7470F4

Color information

#7470F4 (or 0x7470F4) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 70 and F4. RGB value is (116,112,244). Sum of RGB (Red+Green+Blue) = 116+112+244=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #7470F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7470F4 is #8B8F0B. Grayscale: #7F7F7F. Windows color (decimal): -9146124 or 16019572. OLE color: 16019572.

HSL color Cylindrical-coordinate representation of color #7470F4: hue angle of 241.82º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7470F4 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB116112244-
CMYK0.520.5400.04
HSL241.82º85.71%69.8%-
HSV(B)241.82º54.1%95.69%-
XYZ29.3321.8388.26-
YUV128.24193.33119.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 244 (95.70% from 255) = 51.69%
R=24.58%
G=23.73%
B=51.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1161122440.520.5400.04241.8285.7169.8
Hex7470F4343604f25646
Octal164160364646604362126106
Binary111010011100001111010011010011011001001111001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7470F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7470F4; }

 p { color: rgb(116,112,244); }

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

<style>
 a { background-color: #7470F4; }

 a { background-color: rgb(116,112,244); }

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

<style>
 span { border-color: #7470F4; }

 span { border-color: rgb(116,112,244); }

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