#746DAC

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

Shades of Scampi #746DAC

Tints of Scampi #746DAC

Color information

#746DAC (or 0x746DAC) is unknown color: approx Scampi. HEX triplet: 74, 6D and AC. RGB value is (116,109,172). Sum of RGB (Red+Green+Blue) = 116+109+172=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #746DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746DAC is #8B9253. Grayscale: #767676. Windows color (decimal): -9146964 or 11300212. OLE color: 11300212.

HSL color Cylindrical-coordinate representation of color #746DAC: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746DAC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116109172-
CMYK0.330.3700.33
HSL246.67º27.51%55.1%-
HSV(B)246.67º36.63%67.45%-
XYZ20.1217.6341.37-
YUV118.28158.32126.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=29.22%
G=27.46%
B=43.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161091720.330.3700.33246.6727.5155.1
Hex746DAC2125021f71c37
Octal16415525441450413673467
Binary111010011011011010110010000110010101000011111011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,109,172); }

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

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

 a { background-color: rgb(116,109,172); }

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

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

 span { border-color: rgb(116,109,172); }

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