#746BA2

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

Shades of Scampi #746BA2

Tints of Scampi #746BA2

Color information

#746BA2 (or 0x746BA2) is unknown color: approx Scampi. HEX triplet: 74, 6B and A2. RGB value is (116,107,162). Sum of RGB (Red+Green+Blue) = 116+107+162=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #746BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BA2 is #8B945D. Grayscale: #737373. Windows color (decimal): -9147486 or 10644340. OLE color: 10644340.

HSL color Cylindrical-coordinate representation of color #746BA2: hue angle of 249.82º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746BA2 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116107162-
CMYK0.280.3400.36
HSL249.82º22.82%52.75%-
HSV(B)249.82º33.95%63.53%-
XYZ18.9816.8436.43-
YUV115.96153.98128.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=30.13%
G=27.79%
B=42.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161071620.280.3400.36249.8222.8252.75
Hex746BA21C22024fa1735
Octal16415324234420443722765
Binary11101001101011101000101110010001001001001111101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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