#746997

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

Shades of Scampi #746997

Tints of Scampi #746997

Color information

#746997 (or 0x746997) is unknown color: approx Scampi. HEX triplet: 74, 69 and 97. RGB value is (116,105,151). Sum of RGB (Red+Green+Blue) = 116+105+151=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #746997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746997 is #8B9668. Grayscale: #717171. Windows color (decimal): -9148009 or 9922932. OLE color: 9922932.

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

Color convert

RGB116105151-
CMYK0.230.3000.41
HSL254.35º18.11%50.2%-
HSV(B)254.35º30.46%59.22%-
XYZ17.8416.0531.44-
YUV113.53149.14129.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=31.18%
G=28.23%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161051510.230.3000.41254.3518.1150.2
Hex746997171E029fe1232
Octal16415122727360513762262
Binary1110100110100110010111101111111001010011111111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746997; }

 p { color: rgb(116,105,151); }

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

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

 a { background-color: rgb(116,105,151); }

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

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

 span { border-color: rgb(116,105,151); }

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