#746593

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

Shades of Scampi #746593

Tints of Scampi #746593

Color information

#746593 (or 0x746593) is unknown color: approx Scampi. HEX triplet: 74, 65 and 93. RGB value is (116,101,147). Sum of RGB (Red+Green+Blue) = 116+101+147=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #746593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746593 is #8B9A6C. Grayscale: #6E6E6E. Windows color (decimal): -9149037 or 9659764. OLE color: 9659764.

HSL color Cylindrical-coordinate representation of color #746593: hue angle of 259.57º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746593 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB116101147-
CMYK0.210.3100.42
HSL259.57º18.55%48.63%-
HSV(B)259.57º31.29%57.65%-
XYZ17.1215.1329.62-
YUV110.73148.47131.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=31.87%
G=27.75%
B=40.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161011470.210.3100.42259.5718.5548.63
Hex746593151F02A1041331
Octal16414522325370524042361
Binary11101001100101100100111010111111010101010000010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746593; }

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

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

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

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

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

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

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

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