#746E93

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

Shades of Scampi #746E93

Tints of Scampi #746E93

Color information

#746E93 (or 0x746E93) is unknown color: approx Scampi. HEX triplet: 74, 6E and 93. RGB value is (116,110,147). Sum of RGB (Red+Green+Blue) = 116+110+147=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #746E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E93 is #8B916C. Grayscale: #737373. Windows color (decimal): -9146733 or 9662068. OLE color: 9662068.

HSL color Cylindrical-coordinate representation of color #746E93: hue angle of 249.73º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746E93 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB116110147-
CMYK0.210.2500.42
HSL249.73º14.62%50.39%-
HSV(B)249.73º25.17%57.65%-
XYZ18.0416.9729.93-
YUV116.01145.49127.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=31.10%
G=29.49%
B=39.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161101470.210.2500.42249.7314.6250.39
Hex746E93151902Afaf32
Octal16415622325310523721762
Binary111010011011101001001110101110010101010111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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