#746DAB

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

Shades of Scampi #746DAB

Tints of Scampi #746DAB

Color information

#746DAB (or 0x746DAB) is unknown color: approx Scampi. HEX triplet: 74, 6D and AB. RGB value is (116,109,171). Sum of RGB (Red+Green+Blue) = 116+109+171=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #746DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746DAB is #8B9254. Grayscale: #757575. Windows color (decimal): -9146965 or 11234676. OLE color: 11234676.

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

Color convert

RGB116109171-
CMYK0.320.3600.33
HSL246.77º26.96%54.9%-
HSV(B)246.77º36.26%67.06%-
XYZ20.0217.5940.87-
YUV118.16157.82126.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=29.29%
G=27.53%
B=43.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161091710.320.3600.33246.7726.9654.9
Hex746DAB2024021f71b37
Octal16415525340440413673367
Binary111010011011011010101110000010010001000011111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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