#746595

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

Shades of Scampi #746595

Tints of Scampi #746595

Color information

#746595 (or 0x746595) is unknown color: approx Scampi. HEX triplet: 74, 65 and 95. RGB value is (116,101,149). Sum of RGB (Red+Green+Blue) = 116+101+149=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #746595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746595 is #8B9A6A. Grayscale: #6E6E6E. Windows color (decimal): -9149035 or 9790836. OLE color: 9790836.

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

Color convert

RGB116101149-
CMYK0.220.3200.42
HSL258.75º19.2%49.02%-
HSV(B)258.75º32.21%58.43%-
XYZ17.2815.1930.45-
YUV110.96149.47131.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=31.69%
G=27.60%
B=40.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161011490.220.3200.42258.7519.249.02
Hex746595162002A1031331
Octal16414522526400524032361
Binary111010011001011001010110110100000010101010000001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746595; }

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

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

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

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

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

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

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

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