#746896

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

Shades of Scampi #746896

Tints of Scampi #746896

Color information

#746896 (or 0x746896) is unknown color: approx Scampi. HEX triplet: 74, 68 and 96. RGB value is (116,104,150). Sum of RGB (Red+Green+Blue) = 116+104+150=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #746896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746896 is #8B9769. Grayscale: #707070. Windows color (decimal): -9148266 or 9857140. OLE color: 9857140.

HSL color Cylindrical-coordinate representation of color #746896: hue angle of 255.65º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746896 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116104150-
CMYK0.230.3100.41
HSL255.65º18.11%49.8%-
HSV(B)255.65º30.67%58.82%-
XYZ17.6615.8230.98-
YUV112.83148.98130.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=31.35%
G=28.11%
B=40.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161041500.230.3100.41255.6518.1149.8
Hex746896171F0291001232
Octal16415022627370514002262
Binary11101001101000100101101011111111010100110000000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746896; }

 p { color: rgb(116,104,150); }

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

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

 a { background-color: rgb(116,104,150); }

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

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

 span { border-color: rgb(116,104,150); }

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