#746FAB

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

Shades of Scampi #746FAB

Tints of Scampi #746FAB

Color information

#746FAB (or 0x746FAB) is unknown color: approx Scampi. HEX triplet: 74, 6F and AB. RGB value is (116,111,171). Sum of RGB (Red+Green+Blue) = 116+111+171=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #746FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746FAB is #8B9054. Grayscale: #777777. Windows color (decimal): -9146453 or 11235188. OLE color: 11235188.

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

Color convert

RGB116111171-
CMYK0.320.3500.33
HSL245º26.32%55.29%-
HSV(B)245º35.09%67.06%-
XYZ20.2418.0240.94-
YUV119.34157.16125.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=29.15%
G=27.89%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161111710.320.3500.3324526.3255.29
Hex746FAB2023021f51a37
Octal16415725340430413653267
Binary111010011011111010101110000010001101000011111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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