#746BAB

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

Shades of Scampi #746BAB

Tints of Scampi #746BAB

Color information

#746BAB (or 0x746BAB) is unknown color: approx Scampi. HEX triplet: 74, 6B and AB. RGB value is (116,107,171). Sum of RGB (Red+Green+Blue) = 116+107+171=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #746BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BAB is #8B9454. Grayscale: #747474. Windows color (decimal): -9147477 or 11234164. OLE color: 11234164.

HSL color Cylindrical-coordinate representation of color #746BAB: hue angle of 248.44º 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 #746BAB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116107171-
CMYK0.320.3700.33
HSL248.44º27.59%54.51%-
HSV(B)248.44º37.43%67.06%-
XYZ19.8117.1740.8-
YUV116.99158.48127.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=29.44%
G=27.16%
B=43.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161071710.320.3700.33248.4427.5954.51
Hex746BAB2025021f81c37
Octal16415325340450413703467
Binary111010011010111010101110000010010101000011111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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