#746AAE

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

Shades of Scampi #746AAE

Tints of Scampi #746AAE

Color information

#746AAE (or 0x746AAE) is unknown color: approx Scampi. HEX triplet: 74, 6A and AE. RGB value is (116,106,174). Sum of RGB (Red+Green+Blue) = 116+106+174=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #746AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746AAE is #8B9551. Grayscale: #747474. Windows color (decimal): -9147730 or 11430516. OLE color: 11430516.

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

Color convert

RGB116106174-
CMYK0.330.3900.32
HSL248.82º29.57%54.9%-
HSV(B)248.82º39.08%68.24%-
XYZ2017.0842.29-
YUV116.74160.31127.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 106 (41.80% from 255) = 26.77%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=29.29%
G=26.77%
B=43.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161061740.330.3900.32248.8229.5754.9
Hex746AAE2127020f91e37
Octal16415225641470403713667
Binary111010011010101010111010000110011101000001111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,174); }

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

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

 a { background-color: rgb(116,106,174); }

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

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

 span { border-color: rgb(116,106,174); }

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