#746ad4

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

Shades of Slate Blue #746AD4

Tints of Slate Blue #746AD4

Color information

#746AD4 (or 0x746AD4) is unknown color: approx Slate Blue. HEX triplet: 74, 6A and D4. RGB value is (116,106,212). Sum of RGB (Red+Green+Blue) = 116+106+212=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #746AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746AD4 is #8B952B. Grayscale: #787878. Windows color (decimal): -9147692 or 13920884. OLE color: 13920884.

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

Color convert

RGB116106212-
CMYK0.450.500.17
HSL245.66º55.21%62.35%-
HSV(B)245.66º50%83.14%-
XYZ24.2418.7764.63-
YUV121.07179.31124.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 212 (83.20% from 255) = 48.85%
R=26.73%
G=24.42%
B=48.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1161062120.450.500.17245.6655.2162.35
Hex746AD42D32011f6373e
Octal16415232455620213666776
Binary111010011010101101010010110111001001000111110110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746ad4; }

 p { color: rgb(116,106,212); }

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

<style>
 a { background-color: #746ad4; }

 a { background-color: rgb(116,106,212); }

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

<style>
 span { border-color: #746ad4; }

 span { border-color: rgb(116,106,212); }

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