#746EA2

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

Shades of Scampi #746EA2

Tints of Scampi #746EA2

Color information

#746EA2 (or 0x746EA2) is unknown color: approx Scampi. HEX triplet: 74, 6E and A2. RGB value is (116,110,162). Sum of RGB (Red+Green+Blue) = 116+110+162=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #746EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EA2 is #8B915D. Grayscale: #757575. Windows color (decimal): -9146718 or 10645108. OLE color: 10645108.

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

Color convert

RGB116110162-
CMYK0.280.3200.36
HSL246.92º21.85%53.33%-
HSV(B)246.92º32.1%63.53%-
XYZ19.317.4736.54-
YUV117.72152.99126.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=29.90%
G=28.35%
B=41.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161101620.280.3200.36246.9221.8553.33
Hex746EA21C20024f71635
Octal16415624234400443672665
Binary11101001101110101000101110010000001001001111011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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