#746394

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

Shades of Scampi #746394

Tints of Scampi #746394

Color information

#746394 (or 0x746394) is unknown color: approx Scampi. HEX triplet: 74, 63 and 94. RGB value is (116,99,148). Sum of RGB (Red+Green+Blue) = 116+99+148=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #746394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746394 is #8B9C6B. Grayscale: #6D6D6D. Windows color (decimal): -9149548 or 9724788. OLE color: 9724788.

HSL color Cylindrical-coordinate representation of color #746394: hue angle of 260.82º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746394 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11699148-
CMYK0.220.3300.42
HSL260.82º19.84%48.43%-
HSV(B)260.82º33.11%58.04%-
XYZ17.0114.7729.97-
YUV109.67149.63132.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=31.96%
G=27.27%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116991480.220.3300.42260.8219.8448.43
Hex746394162102A1051430
Octal16414322426410524052460
Binary111010011000111001010010110100001010101010000010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746394; }

 p { color: rgb(116,99,148); }

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

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

 a { background-color: rgb(116,99,148); }

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

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

 span { border-color: rgb(116,99,148); }

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