#746799

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

Shades of Scampi #746799

Tints of Scampi #746799

Color information

#746799 (or 0x746799) is unknown color: approx Scampi. HEX triplet: 74, 67 and 99. RGB value is (116,103,153). Sum of RGB (Red+Green+Blue) = 116+103+153=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #746799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746799 is #8B9866. Grayscale: #707070. Windows color (decimal): -9148519 or 10053492. OLE color: 10053492.

HSL color Cylindrical-coordinate representation of color #746799: hue angle of 255.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746799 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB116103153-
CMYK0.240.3300.4
HSL255.6º19.69%50.2%-
HSV(B)255.6º32.68%60%-
XYZ17.815.7132.23-
YUV112.59150.81130.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=31.18%
G=27.69%
B=41.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161031530.240.3300.4255.619.6950.2
Hex74679918210281001432
Octal16414723130410504002462
Binary111010011001111001100111000100001010100010000000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746799; }

 p { color: rgb(116,103,153); }

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

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

 a { background-color: rgb(116,103,153); }

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

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

 span { border-color: rgb(116,103,153); }

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