#746CAE

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

Shades of Scampi #746CAE

Tints of Scampi #746CAE

Color information

#746CAE (or 0x746CAE) is unknown color: approx Scampi. HEX triplet: 74, 6C and AE. RGB value is (116,108,174). Sum of RGB (Red+Green+Blue) = 116+108+174=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #746CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CAE is #8B9351. Grayscale: #757575. Windows color (decimal): -9147218 or 11431028. OLE color: 11431028.

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

Color convert

RGB116108174-
CMYK0.330.3800.32
HSL247.27º28.95%55.29%-
HSV(B)247.27º37.93%68.24%-
XYZ20.2117.4942.36-
YUV117.92159.65126.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=29.15%
G=27.14%
B=43.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161081740.330.3800.32247.2728.9555.29
Hex746CAE2126020f71d37
Octal16415425641460403673567
Binary111010011011001010111010000110011001000001111011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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